Title speaks for itself, here is the code that i use to check
print(PhysicsService:CollisionGroupsAreCollidable("Customers", "Customers"))
print(PhysicsService:IsCollisionGroupRegistered("Customers"))
task.wait(2)
print(PhysicsService:IsCollisionGroupRegistered("Customers"))```
, i'm trying to get the Customer collision group to not collide with each other, only after i can get to register it. Help!