|
| 23 Aug 2011 02:29 PM |
| Does the "createscript([[]],workspace)" thing still work? |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2011 02:31 PM |
I'm not sure. Try it.
~Earthquake happened in Virgina, I felt it in New York. |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2011 02:32 PM |
| This "Workspace.Script:1: attempt to call global 'createscript' (a nil value)" was why I was asking. |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2011 02:33 PM |
Nope then.
Instance.new("Script",workspace) |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2011 02:33 PM |
| Nevermind, it requires a function. I feel stupid. |
|
|
| Report Abuse |
|
|
| |
|
|
| 23 Aug 2011 02:43 PM |
I think you're talking about the source property.
Instance.new("Script", workspace).Source = [[ print"hi" ]]
The Source property was removed. HOWEVER! There's another way.
Source = [[ print"hi" ]] loadstring(Source)()
It's more efficient too... In a way.
-SoulStealer9875 (Check out my RPG: http://www.roblox.com/Infestation-RPG-item?id=43724873)
-Want to share/download plugins? Go to roplugins DOT x10 DOT bz -I`m also a Wiki Writer: http://wiki.roblox.com/index.php/User:SoulStealer9875 |
|
|
| Report Abuse |
|
|
Flurite
|
  |
| Joined: 03 Apr 2011 |
| Total Posts: 5386 |
|
|
| 23 Aug 2011 03:03 PM |
@citymaster22
I felt it in PA. |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2011 03:07 PM |
| However, you can access Source with the command bar, Execute Script, or plugins. |
|
|
| Report Abuse |
|
|