How to make a Teleport Gui! (Roblox Studio Tutorial)

Аватар автора
Игры и спорт
it says it on the title, teleport gui to teleport somewhere Here&the script for people that are "lazy" (just kidding): wait(1) player = game.Players.LocalPlayer button = script.Parent local debounce = false function teleport() if not debounce then debounce = true LowerTorso = player.Character.LowerTorso LowerTorso.CFrame = game.Workspace.EnterPartNameHere.CFrame end end button.MouseButton1Click:Connect(teleport) while true do wait() debounce = false wait(1) end

0/0


0/0

0/0

0/0