Hey! How can I do that the players teleport to the map that has been voted?
Well, assuming that you already have loaded the map in, you can simply Position or CFrame the HumanoidRootPart of the player to the desired position. Alternatively, you could team them to specific teams (assuming the map has team spawns), and then respawn them.
1 Like
I agree, depending if its game is about Team Deathmatch or Survival.
player.Character:MoveTo("Variable".Position + Vector3.new(0,2,0))
Alternatively if you want the player to load in and you to disable certain spawn points to set new ones
player:LoadCharacter()
About This:
This is a bad idea as it can screw up player physics and camera.
2 Likes