PhysicsService:CreateCollisionGroup Errors, Wrong Documentation

game:GetService("PhysicsService"):CreateCollisionGroup("Hello")
game:GetService("PhysicsService"):CreateCollisionGroup("Hello")

According to the wiki page if you create a group with a name that already exists, it will just return the Id. However here is the actual result:

Either the documentation should be fixed to reflect that this method does not return the Id, or this is a bug with the api.

2 Likes

@Maximum_ADHD

1 Like

@UristMcSparks

2 Likes

Updated it.