Things are falling through my game's map

Hello everyone, I am making a naval academy game, im having an issue, when we do anything, we can go through the map, When I try to use the Jerry Bomb, it falls through the map instead of hitting the ground.

JERRY BOMB ISSUE:
https://gyazo.com/548688572dce5494d49c959a5fb193cd

Any ideas?

1 Like

JERRY BOMB

Probably the CanCollide property is set to false or something, can you check your Explorer & see what properties the Jerry Bomb has right now?

@JackscarIitt It couldnt be that because he would be falling through too…

I meant the Jerry Bomb item alone, not the whole Character Model

It’s having to do with collisions since the item literally fell through the ground

You should check to make sure the CollisionGroupIds are the same.

OOPS! Lol Right Well yes then, I agree with you!

I’ll check! One sec. (Sorry for the delayed response)

I’m not seeing anything that says CanCollide image

Actually the parts inside of the tool are

Hm, do all of the parts have CanCollide enabled?

They do have it enabled! ---------

Ok something’s up with your collision groups then

The Jerry Can literally can’t just “clip out of reality” with no collision detection, check if there’s any properties setting the CanCollide property to false when you drop it