How do I make a teleport to part thing

I’m currently making a game that has different games attached. One of these games I want to add many zones and expand the map. But I also want to know if their is a such thing that teleports a player to a certain spot on the map, I don’t wanna use a teleport pad that teleports them but let me show you what I mean: !Teleport Forest ← something like that and it brings you to the forest. I don’t know if this sound confusing or not. :weary:

1 Like

It’s basically a Teleport “pad”, but without the actual pad.
Teleports (or MoveTo scripts) generally put the player at a Position in the game, which can also be the Position of a specific Part. This is so you can move the Part wherever you want and not have to change the script.
Try the developer.roblox.com site: CFrames | Roblox Creator Documentation

2 Likes

Thank you so much! I appreciate it :grinning_face_with_smiling_eyes:

1 Like