How do I fix terrain noclip glitches?

Hello everyone! I am building a navy game, and for some reason whenever someone dies, they fall through the map (their body parts do before they respond) and when you fly it allows you to go through things, I also made a tool named “Jerry Bomb” but whenever I drop it, it just goes through the map, How do I fix this?

image
Example ^

3 Likes

I assume this is what’s shown in the screenshot and your using a common free model admin system (Adonis, Kohls, etc.). If so the fly command is supposed to let you fly through objects so that’s normal.

I can’t say for sure about the other things though as there’s no examples of it so IDK what your referring to.

Well first, probably move this to #help-and-feedback:scripting-support. Two doing the :fly command makes you fly?

we need your scripts… belongs in #help-and-feedback:scripting-support

I have never had this happen to me…

I suggest you check if the “Jerry Bomb” is CanCollide = true
You should also check the code for anything that might disable collisions.

You should try putting your spawn points right below the top of the terrain. So put it inside of it, but as close as you can to the top without seeing it.

Or…

Delete the decal and make the spawn invisible and CanCollide = false and put it on top of the terrain.

1 Like