What I find weird about this is that for some reason players can walk through other players, though I didn’t even add a script making it do so. What can I look for in my scripts that could be causing this issue?
Maybe something is setting HumanoidRootParts to be non-CanCollide.
They should still collide right?
You could switch to server when testing and look and see if any scripts are being added after you llaunch the game, if you’re using free models this is a possibility.
1 Like
I assumed that they would be able to walk through each other if they don’t have any CanCollide parts, yeah.
Check your game for CollisionGroups. Players shouldn’t natively be able to walk through each other because of the collision enabled for the Head, Torso and HumanoidRootPart.
Could you post a video of your problem so we have a better idea of how we can go about helping you?