|
| 17 Apr 2016 12:03 PM |
| What is the best way to change, add or move every players' GUI from a ServerScript which is in workspace? |
|
|
| Report Abuse |
|
|
KLGA
|
  |
| Joined: 19 Apr 2014 |
| Total Posts: 2571 |
|
|
| 17 Apr 2016 12:13 PM |
| Just fire a remoteevent from the server to all clients, and on the client when it's fired, do your changes |
|
|
| Report Abuse |
|
|
|
| 17 Apr 2016 12:17 PM |
RemoteEvent:FireAllClients()
update the GUI in a separate local script for each player. |
|
|
| Report Abuse |
|
|