How do I change a players position when they die?

So I want to change a players position when they die. Lets say the player is in a round, in the middle of the round, the player dies. Now the second they die, I want there position to change to somewhere in the map. I’m really confused on how I can get the player when they die and change it’s position. Any ideas?

Much Appreciated!

1 Like

The scripting support category is not a place where you should ask for people to make scripts for you, however i’ll put you on the right track.

Using the Player.CharacterAdded connection you may detect when a character has respawned. So in this connection you set their HumanoidRootPart’s CFrame to somewhere in the map.

1 Like