I forgot if I can do this or not

Hey, so I was just wondering, but am I able to make changes from the player’s PlayerGui from the server?

I remember having issues with this when I was new to Filtering, and honestly I can’t remember how I need to go about this.

Can always do a remote event here, but it’d be easier if I could just adjust it directly.

Thanks!

You could, but you really shouldn’t.

3 Likes

Anything automatically replicated by StarterGui will not exist by the server’s point of view, and any changes made by the client will not be present for the server. If you manually copy something from the server, you could edit it then, but it’s much simpler to just do it all on the client.

1 Like