#I need help

1 messages · Page 1 of 1 (latest)

pale patrol
#

So I'm making a tutorial room for my game but I need a script to teleport the player to a box in the tutorial room after clicking the play button

Can someone help me with that

opaque scroll
#

add a part where you want the player to tp to and set player.cframe to part.cframe

#

will teleport you to the part's center

alpine terrace
#

player.Character:PivotTo(CFrame.New("where u want them to tp")

#

and that'd be tied under playbutton.mousebutton1click:connect(function()
end)