I have experienced a strange problem: when I was playtesting my game, all characters had some strange part called “CollisionPart” under them. I didn’t remember doing anything like that, so I went to explorer and “find in all scripts” instrument. There was no “CollisionPart” anywhere. So I removed everything from my game: UI, everything in workspace – literally everything. This part still spawns.
Then I thought that maybe core Roblox scripts do something. Tried to search there: still there wasn’t any “CollisionPart”. Then I found out that my rootPart.CanCollide is set to false so I tried to find any scripts that do that and found some RagdollRigging script that does exactly that. But he doesn’t create any parts.
I don’t understand what’s going on. Here is a place:
collisionpart.rbxl (63.0 KB)

