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

Does setting respawn time to infinity make players never respawn?

Asked by 3 years ago

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

0
Setting the respawn time to infinite will work (that's pretty much the only way to do it). Player1_Joined 271 — 3y
0
You could use CharacterAutoLoads tjtorin 172 — 3y

Answer this question