Game world size - Can it be modified?

In the game I’m creating, I want the player to move further down (-Y) in the game world, below the current height that by default kills a player. I can create items in the kill zone without a problem. During game play however, if the player travels too far down, he dies. Is there a way to modify the - Y position of the automatic death borders in the game?

2 Likes

Check out the property named FallenPartsDestroyHeight. Its exactly what you are looking for: Workspace | Documentation - Roblox Creator Hub

2 Likes

Have you tried moving the hole map up the Y axis. If you do so you’ll be able to make the player go deeper without him dying.

I hope this helped you.

1 Like

That did it! Going under Workspace, Properties is FallenPartsDestroyHeight. The default was -500. I changed it to -800 and I have the extra room I need to create with. Thanks!

You can set it all the way to -50000 if you need to also.