of     1   

coolestblue
#182330844Sunday, January 24, 2016 8:34 PM GMT

I just made a successful teleporter script! #code local Start = script.Parent local function steppedOn(part) local parent = part.Parent if game.Players:GetPlayerFromCharacter(parent) then parent.Humanoid.Torso.CFrame = CFrame.new(Vector3.new(-13, 1010, 24)) end end Start.Touched:connect(steppedOn) I tested it and it worked! :D
coolestblue
#182330920Sunday, January 24, 2016 8:35 PM GMT

lol #code never quite works for me #code if ModsGimmeCookie == true then Yippe() end

    of     1