|
| 17 Aug 2011 04:52 PM |
| If you use loadstring() in a script and use use script.Parent in the string, would the parent be the parent of the script you ran it from? |
|
|
| Report Abuse |
|
|
| |
|
Riderj
|
  |
| Joined: 15 Aug 2011 |
| Total Posts: 1534 |
|
|
| 17 Aug 2011 04:54 PM |
script.Parent would be the scripts parent, I am guessing you have it in the Workspace, so it would be that.
If you are trying to get a value or something inside the script, then it would be script.VALUENAMEHERE. |
|
|
| Report Abuse |
|
|
Riderj
|
  |
| Joined: 15 Aug 2011 |
| Total Posts: 1534 |
|
|
| 17 Aug 2011 04:57 PM |
| Though you must specify something like .Value or .Name or else it will return nil. |
|
|
| Report Abuse |
|
|