My changes don't show for others and my teams aren't working properly

(I don’t know if this is the right category, but sorry if it isn’t.)

Hello, I am trying to make a world conquest type of game where you paint bricks on a world map and make a country.

For some reason when I paint a brick others can’t see my change. I’ve disabled filtering enabled but it still doesn’t show the change.

I also have another problem with my teams, I have a team for staff members, developers, and normal players, but on my screen I am on the “Staff” team while on someone else’s screen I am on the normal team.

I will provide screenshots to show.
image image

The Filtering Enabled property no longer does anything and you cannot disable it. All games have filtering enabled by default.

If you are setting brick color with a local script, the changes won’t be replicated for other players. You have to fire a remote event and hook it up to change the color on the server.

Thanks for the solution! I am new to scripting and such so i’ll try my best to do what you told me to do.