Hi i have 2 collision groups ( apart from Default ) that are Cars and Items
and the thing is that Cars are not supposed to collide with other Cars and items
While Items cant collide with Cars but between other Items
I have tried everything, the collision groups are assigned but they still collide.
A bomb can be shooted and should be in Items collision group
- Tried, creating groups from Studio and assiging manually
- Tried assigning via script
CloneBallBomb.CollisionGroup = "Items"
- Othey way via script
PhysicsService:SetPartCollisionGroup(CloneBallBomb, "Items")
VIDEO:
I dont know what I am doing wrong
and still got nothing
pls anyhelp is apreciated :3