I want players to never respawn because I want to manually respawn them via script for my game to work.
Currently what it does on the first line of code is
game.Players.RespawnTime = math.huge
But I don't know if it'll work
Will this work without being too "hacky" or is there another way
Thanks