StarterPlayerScripts or PlayerGui. Either one of those should work but I'm used to PlayerGui since it's not as new.
You could also be complicated and use an onEntered() event to copy the local script to each player but that's pretty much a waste of time when the two other methods listed above exist. |