|
| 14 Jul 2012 06:01 PM |
| I need to do just what the subject says, create/edit a script with a script. Can anyone help? |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2012 06:20 PM |
| You can't play around with a scripts source from another script. You used to be able to but it was restricted. The best thing you'll be able to do is detect when a string value is changed, and then get the parent script to run it using pcall(). |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2012 06:28 PM |
| So, I couldn't create a script at a certain point in the program and then set it's content to a specific thing? |
|
|
| Report Abuse |
|
|
iPwnza
|
  |
| Joined: 13 Oct 2011 |
| Total Posts: 6139 |
|
|
| 14 Jul 2012 06:46 PM |
| No, it was restricted, due to exploits and "Viruses" being able to do things to those scripts negatively. |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2012 06:50 PM |
| Well, is there any way to copy and object and place it in the world? |
|
|
| Report Abuse |
|
|
iPwnza
|
  |
| Joined: 13 Oct 2011 |
| Total Posts: 6139 |
|
| |
|
|
| 14 Jul 2012 06:54 PM |
| loadstring(workspace.StringValue.Value)() |
|
|
| Report Abuse |
|
|