Добавить
Уведомления

Как сделать тп через кнопки в роблокс студио?

я не раздою модельки но я дам скрипт (открыть Gui)----------------------------------------------------------------------------------- script.Parent.MouseButton1Click:Connect (function() script.Parent.Parent.Frame.Visible = not script.Parent.Parent.Frame.Visible end) (тп)-------------------------------------------------------- local Button = script.Parent local player = game.Players.LocalPlayer local teleportPostion = Vector3.new(-1165.82, 1.5, -556.43) -- напишы свои координаты local function teleportPlayer() player.Character:MoveTo(teleportPostion) end Button.Activated:Connect(teleportPlayer) ---------------------------------------------------- Подпишись!

Иконка канала Успех в миг
25 подписчиков
12+
17 просмотров
2 года назад
12+
17 просмотров
2 года назад

я не раздою модельки но я дам скрипт (открыть Gui)----------------------------------------------------------------------------------- script.Parent.MouseButton1Click:Connect (function() script.Parent.Parent.Frame.Visible = not script.Parent.Parent.Frame.Visible end) (тп)-------------------------------------------------------- local Button = script.Parent local player = game.Players.LocalPlayer local teleportPostion = Vector3.new(-1165.82, 1.5, -556.43) -- напишы свои координаты local function teleportPlayer() player.Character:MoveTo(teleportPostion) end Button.Activated:Connect(teleportPlayer) ---------------------------------------------------- Подпишись!

, чтобы оставлять комментарии