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!
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!
Try changing FallenPartsDestroyHeight in Workspace to something lower than -1000
workspace.FallenPartsDestroyHeight=0/0
will set FallenPartsDestroyHeight
to nan
which appears to disable the automatic destruction of objects based on Y position.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.