Can someone explain me how ["SetPartCollisionGroup"] works? and how to use it!? [Wiki is not really helpful]
The wiki actually is pretty useful. Idk what you are trying to do when you put ["SetPartCollisionGroup"]
, but there's a tutorial on using SetPartCollisionGroup found here. The tutorial explains using SetPartCollisionGroup to prevent players from colliding with each other.
When you set 2 item's SetPartCollisionGroup
to 1 then they cannot go through each other while everything else can. Note that player cannot go through any SetPartCollisionGroup brick unless it is set CanCollide
TRUE (Tick mark) , but then everything can go through it