HOW TO MAKE A TELEPORT BUTTON IN ROBLOX STUDIO! [Tutorial]
У вашего броузера проблема в совместимости с HTML5
→ HOW TO MAKE A TELEPORT BUTTON IN ROBLOX STUDIO! [Tutorial]
-----------------------------------------
→ Songs used in the video:
Moonlight Hall - KEVIN MACLEOD
https://youtu.be/QjIt9NmCzfc
-----------------------------------------
Script:
wait(1)
player = game.Players.LocalPlayer
button = script.Parent
local debounce = false
function helpme()
if not debounce then
debounce = true
LowerTorso = player.Character.LowerTorso
LowerTorso.CFrame = game.Workspace.part.CFrame -- change the "part" to where ever you want player to go
end
end
button.MouseButton1Click:connect(helpme)
while true do wait()
debounce = false
end
-----------------------------------------
→ Follow my Twitter
https://twitter.com/crash_eco
→ Join my Discord Server
https://discord.gg/bAEajFy
-----------------------------------------
→ Thanks for watching!
→ Don't forget to LIKE if you enjoyed and SUBSCRIBE for more!