Advice on Equipment

Hello Developers!

I’m having an issue with my game, I am making some uniforms for an S-C-P type group, and my issue is that when two players with uniforms (I can only guess the reason is because of maybe too many parts) touch each other, the players lag immensely, any advice and tips to stop this almost completely, without having to remove a bunch of parts?

3 Likes

Pictures? Explain how you made these uniforms, are they made of parts welded to the character?

The problem might be because of touched events lagging out because of the extra parts touching each other. Since I’m not sure what your code is, I would make sure that you arent using too many touched events, because lots of parts touching a lot of other parts can cause lots of lag.

1 Like

I fixed this by changing the CollisionFidelity to box. Thanks for all help!

1 Like