of     1   

MrVoxx
#63638600Thursday, March 01, 2012 1:30 AM GMT

What is the difference between a LocalScript and a Script? What do I use for Gui Buttons? I know what a script is. I'm decent at scrpiting but I just don't know the difference between them.
billbull7
#63639540Thursday, March 01, 2012 1:46 AM GMT

Local scripts are used for GUI's for the most part because the GUI is function'd on the clients computer.(thats why its called local, like localhost,) Scripts perform functions inside of game.Workspace/lighting/backpack/lighting ect, anything server related, that needs to be regulated its normally a script, as to a local script performs its' actions when the client uses them.
MrVoxx
#63640745Thursday, March 01, 2012 2:06 AM GMT

Ohh I get it now. Thanks!
billbull7
#63640877Thursday, March 01, 2012 2:08 AM GMT

No problem

    of     1