9draco
|
  |
| Joined: 13 Nov 2010 |
| Total Posts: 5841 |
|
|
| 14 Aug 2015 04:51 PM |
I can instance a script using:
NewScript = Instance.new('Script', workspace.Baseplate)
but then, how can I edit NewScript?
bump |
|
|
| Report Abuse |
|
|
lupine
|
  |
| Joined: 24 Jun 2008 |
| Total Posts: 3561 |
|
|
| 14 Aug 2015 04:51 PM |
| You can't edit a script from another script. |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2015 04:52 PM |
you cant edit a scripts contents
"wow deaths, youre a luaser" |
|
|
| Report Abuse |
|
|
9draco
|
  |
| Joined: 13 Nov 2010 |
| Total Posts: 5841 |
|
|
| 14 Aug 2015 04:52 PM |
Then "Instance.new('Script')", is basically useless?
bump |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2015 04:57 PM |
Well, you would use LinkedSource to grab a code and it would insert into the script.
"Correct me if I'm wrong, but I'm normally right." -eLunate |
|
|
| Report Abuse |
|
|