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.