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

should i use local scripts when dealing with guis?

Asked by 10 years ago

what happens when im using a regular script, and what are the advantages of using a local script

0
yea u should and if need any help while scripting ask me i might help Freavon333 0 — 3y

2 answers

Log in to vote
0
Answered by
OniiCh_n 410 Moderation Voter
10 years ago

Using a LocalScript will make CLIENT side changes. So if you're making a GUI that displays the amount of money the Player has, a LocalScript would be easier to use to access the Player and his data.

Ad
Log in to vote
0
Answered by 10 years ago

Use Scripts because the Gui always goes to PlayerGui so you don't have to worry about that and also Scripts are easier. I used Scripts for my Guis and it worked just how I wanted it to, no players could see what I pressed and what Guis became visible from pressing on TextButtons. So the answer is Scripts.

Answer this question