Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is the players Character server or client sided?

Asked by
dirk2999 103
5 years ago

So I have a billboard gui in workspace on a part in my game. It's to edit the players effects/settings (sparkles etc..). Should I control the billboard gui from a LocalScript in the players PlayerGui or from a normal script in serverscriptservice? Just asking for the best way to doit, I can script it myself

1 answer

Log in to vote
1
Answered by 5 years ago
Edited 5 years ago

Hi dirk,


Main Question's Answer

Is the Player's Character Server-Sided or Client-Sided?

The Character of every player in the game is always Server-Sided



Side Question's Answer

Should I use a ServerScript or a LocalScript to manipulate the billboard gui?

If the billboard gui is in the server, then I'd recommend using a ServerScript to manipulate it for FE reasons. However, if the billboard gui is on the client, then I recommend using a LocalScript.

(P.S. If it's in the workspace then it's in the Server.)


Hope I helped and have a wonderful day/night.

Thanks,

Best regards,

~~~ KingLoneCat

0
Thank you! dirk2999 103 — 5y
Ad

Answer this question