MeshPart not registering new color assigned

In my script below I am changing the MeshPart BrickColor to a new BrickColor. And when you play test the game it tells me on the server that it changed BrickColor’s but the MeshPart itself doesn’t actually update to that BrickColor. How do I fix this??

Code:
Screenshot 2023-03-17 224736

Server telling me it changed:
Screenshot 2023-03-17 224937

Shown Color:
Screenshot 2023-03-17 225054

Found my issue! I needed to tell the server when my MeshPart had a changed event. And then once that is found then change color.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.