Is it OK to change PlayerGui from server

  1. What do you want to achieve?

I wanna know whether it is fine to change PlayerGui from a server script. Will it be against FE?

So, I am currently working on a script which has to do with editing PlayerGui. The script is in ServerScriptService. Is it fine to change PlayerGui from the server? Or is it against FE and the script is working fine

Sorry if this is the wrong category

Thanks in Advance! :slight_smile:

Thank You for the quick reply!

A custom chat gui is allowed implementing filtering.

I’m not looking to make a ChatGUI I’m just changing the properties of the GUI from the Server

Yah, I was replying to this:

I get what your asking, changing the PlayerGui from the server isn’t a good practice really, that’s what people say, but if you want to change it go ahead.

2 Likes

You can get away with it, but I’d strongly advise putting in the effort to write it much more responsive clientside.

2 Likes