How can I make that the void doesnt kill you

Hello,
is there any way I can make the void not kill you, if I build to low the player gets killed, is there any way I can fix that or can I do it in a script?

any help is appreciated!

2 Likes

Try changing FallenPartsDestroyHeight in Workspace to something lower than -1000

1 Like
workspace.FallenPartsDestroyHeight=0/0

will set FallenPartsDestroyHeight to nan which appears to disable the automatic destruction of objects based on Y position.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.