How would I change all of the players UI at the same time?

First things first, please add a body/description to the topic before it gets closed like your last one. Well from a server script, just fire all clients and change the UI like that. From a client script you’d have to fire to a server script and then once again either fire all clients or loop through all the players and change their PlayerGui like that

1 Like