CreateCollisionGroup is deprecated, please use RegisterCollisionGroup instead

I know about the create collision group is outdated and need to use the register collision group but the question is how?? Do I change my script or what? if so what do I change too

Screenshot (3)

6 Likes

Simply replace all the function calls of PhysicsService:CreateCollisionGroup(<name>) with PhysicsService:RegisterCollisionGroup(<name>).

11 Likes

Thanks, I ain’t the best programmer out here still learning as a beginner

2 Likes

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