How to stop game from killing you when you are below about 500 studs (estimate)

So I have a pit in my game, when the player falls down it they die automatically because of roblox’s death thing when you fall off the world, but I want to get rid of that how can I?

2 Likes

https://developer.roblox.com/en-us/api-reference/property/Workspace/FallenPartsDestroyHeight

That doesnt really help me, is there like a script or something so I can make it so the player dies at like 10,000

Alter the FallenPartsDestroyHeight property of Workspace, no script is required.

1 Like

The FallenPartsDestroyHeight property is your best go. If you don’t want the players to die, you could try setting it to -10000.