cj0707
|
  |
| Joined: 06 Oct 2009 |
| Total Posts: 196 |
|
|
| 03 Jun 2012 02:24 PM |
I am making a Chat GUI with a GUI chat box so for everybody to see what others are chatting should I use local variables?
(example: local feed1 = script.Parent.Parent.1)
Or should I use a local script and local variables?
Or should I just use a local script?
Or should I just use a regular script with no local variables?
Please help. |
|
|
| Report Abuse |
|
|
|
| 03 Jun 2012 02:29 PM |
| A 'local' variable doesn't mean local to the script, it means local to the scope. |
|
|
| Report Abuse |
|
|
cj0707
|
  |
| Joined: 06 Oct 2009 |
| Total Posts: 196 |
|
|
| 03 Jun 2012 02:34 PM |
| What? Sorry I am not that good with local stuff... |
|
|
| Report Abuse |
|
|
|
| 03 Jun 2012 02:36 PM |
| Whether you use local variables doesn't matter at all, it's whether you use a local script. And you should use a local script whenever possible. |
|
|
| Report Abuse |
|
|
cj0707
|
  |
| Joined: 06 Oct 2009 |
| Total Posts: 196 |
|
|
| 03 Jun 2012 03:59 PM |
| ok so should I use a local script for this? |
|
|
| Report Abuse |
|
|