Collision Groups

Hi everyone.

I am making a guessing game, where you must guess a celebrity based on a picture. This is a pretty standard game that has been replicated and well-received across Roblox.

I am using collision groups to allow players who have successfully guessed on a stage to pass through the door. I planned on having 50+ stages, but it seems like there is a limit of 32 collision groups. How can I work around this and why is it limited to 32?

Thanks :slight_smile:

2 Likes

When they get the correct answer, instead of using collision groups, make the object non-collidable in a localscript. This way, the object will only not collide with players that have gotten the answer right.

Also, I’d recommend editing this to move it to #help-and-feedback:scripting-support before it gets flagged.

I will try this out. I also moved the post to the more appropriate category.

1 Like

You can set the door to not collide able on a local script…