Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make a character respawn (in the same spot) when they use a tool?

Asked by 4 years ago

I was wondering how I would go to make a tool that respawns a player in the spot where they used the tool.

1 answer

Log in to vote
0
Answered by 4 years ago

You could use a RemoteEvent to send a signal to the server whenever the player uses the tool and log the position of the player at that moment, and when the player's character gets added send it to the most recent position the player used the tool at.

Ad

Answer this question