How can you make a player teleport to a specific location from where they are standing

I would need help making a coordinate system where you can choose where you can go (by clicking an overlay) in specific locations (max 4). And all other areas are off limits.

1 Like

(late :| )
gameoverlay(button) >>>>>>teleporter

2 Likes

Thats not what I meant… read this. Ex. you are standing at a point called “x” and you always want to teleport 5 meters to the left, but when you move a little bit, to the “y” point, you would have to teleport to a different spot because that would be only 4 meters away.

Unfortunately you can’t do this by relative location, but you can do this with absolute location by using teleporters.

1 Like