So I am making a troops va troops game, and I need to script a freecam but not put the player in a box under the map, I just want to “delete” the player.
Is there a way to do so?
So I am making a troops va troops game, and I need to script a freecam but not put the player in a box under the map, I just want to “delete” the player.
Is there a way to do so?
You can set:
player.Character.Parent = nil
To put it back:
player.Character.Parent = workspace