Strange "CollisionPart" spawning every time character is loaded

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)

1 Like

In the roblox avatar settings, you should go down to the lowest option (shown in image)


Then set Animation Packs to either R15 or R6. Setting it to player choice creates this collision part

Note that you have to publish the game to change avatar settings

2 Likes

man, thank you so much. you saved my night – i personally don’t have an idea how i should have guessed that i had to do this

2 Likes

Glad I could help :slight_smile:
Have a good night and good luck on your game!

2 Likes

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