Okay, I got it saying that line 30 is out of date, I read the article. But here’s the question, write what I wanted on line 30?
I have the same issue right now and still don’t know how to fix it
That’s easy to update.
just replace line 30 with
object.CollisionGroup = "Mob"
Instead of doing PhysicsService:SetPartCollisionGroup(instance, groupName)
, you can just do instance.CollisionGroup = groupName
:SetPartCollisionGroup()
is deprecated and no longer works.
Like the other people here said, try using object.CollisionGroup = "Mob"
instead.
Okay, I replaced line 30, but now it all works, but the mobs still do not pass each other
Okay, I replaced line 30, but now it all works, but the mobs still do not pass each other)
Have you checked you’ve set the collisions correctly?
If you did everything correctly, that’s pretty weird.
May I ask for a place file to test things myself? You can send it via private messages if you do not want to share it publicly. You don’t have to at all either! It will just make testing easy easier.