Character falls through standard parts without any scripts nor collision groups

Character goes through all parts. Yet None have CanCollide to false.

My Character (also other rigs) goes through every single object, yet all of them have cancollide to true, same with the character and other rigs. My spawn were in a black room, I thought I should move them higher, yet I still go through the parts. Just today, a few hours ago, I was tryna solve it myself but I gave up.

flythroughRepro.rbxl (21.9 KB)
I tracked it down to only this.
it also goes through OTHER parts, but I think this is the main reason

2 Likes

I can reproduce this, that’s super weird. The parts are CanCollide, default collision group, and there are no scripts in the file.

As a work-around, you can copy the contents of the game to a new place file, then it should work. If I copy all of those parts to a new file and press Play, I don’t fall through the map as expected.

1 Like

I could not overwrite the place, does that mean I will have to add it as a new place?

On the website? If so you should probably add a link to the place on your report.

I overwrited the current spawn place of the game, that only made the issue come back.

So I will save it as a new place, then make the new place the spawn place

By the way, how do I make a place the start place of a game?

Hello, I opened your reproduction place and I found that the Default group has collisions with itself disabled. Turning them on fixed the issue.

RobloxStudioBeta_sh0qPq4DVV

1 Like

I cannot believe it was that easy.

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