|
| 08 Mar 2012 04:46 PM |
If you are making a sort of script making thing or script builder can you have other things in the new script besides loadstring("source")
For example, if you have a script like this:
loadstring(script.Source.Value) print("test")
Would the loadstring clear and script and remove the print test or will it just add the source value to the new script.
Death to free models. |
|
|
| Report Abuse |
|
|
Oysi
|
  |
| Joined: 06 Jul 2009 |
| Total Posts: 9058 |
|
| |
|
|
| 08 Mar 2012 05:05 PM |
That's not what I'm using currently and it works fine.... I'm not using a function and I just use a stringvalue in the script named Source....But thanks I guess?....
Death to free models. |
|
|
| Report Abuse |
|
|
Oysi
|
  |
| Joined: 06 Jul 2009 |
| Total Posts: 9058 |
|
| |
|
|
| 08 Mar 2012 05:31 PM |
I use loadstring(script.Source.Value)() -_- You don't automaticly have to assume I'm an idiot. -_-
Death to free models. |
|
|
| Report Abuse |
|
|
Oysi
|
  |
| Joined: 06 Jul 2009 |
| Total Posts: 9058 |
|
| |
|