Roblox Remastered Scripting Tutorial: Teleports
Script (Make Sure You Change the "des"):
local des = script.Parent.Parent.Tele2
local e = script.Parent.Enabled
local e2 = des.Enabled
script.Parent.Touched:connect(function(p)
if e.Value == true then
e.Value = false
e2.Value = false
if p.Parent:findFirstChild("Humanoid") ~= nil then
p.Parent:MoveTo(des.Position)
end
wait(1)
e.Value = true
e2.Value = true
end
end)
Be sure to follow me on Twitter after rating, commenting, and subscribing!
https://twitter.com/Rrrrry123
Also, follow me on Twitch for some live streams!
http://www.twitch.tv/Rrrrry123
You can add me on Roblox here!
http://ow.ly/7MWs305jb3B
Want to help make this channel better? You can donate to me via Roblox Robux!
http://ow.ly/En9x30hdeWy
Other Videos By RyGuyGaming
Other Statistics
Roblox Statistics For RyGuyGaming
At present, RyGuyGaming has 459,946 views spread across 106 videos for Roblox, and roughly a days worth of Roblox videos were uploaded to his channel. This makes up 17.76% of the content that RyGuyGaming has uploaded to YouTube.