#Collision group update broke a script in my game

2 messages · Page 1 of 1 (latest)

spice nebula
#

all you need to do is set the BasePart.CollisionGroup to a string with the name of the collision group

#

so a PhysisService:SetPartCollisionGroup(part, "Players") would become part.CollisionGroup = "Players"