|
| 08 Oct 2014 05:19 PM |
Why won't this work?
code = [[ p = Instance.new("Part", workspace) ]] loadstring(code()) |
|
|
| Report Abuse |
|
|
FauxHawke
|
  |
| Joined: 08 Jun 2012 |
| Total Posts: 2190 |
|
|
| 08 Oct 2014 05:20 PM |
Is loadstringenabled set to true?' Never trust atoms, they make up everything.™ |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 08 Oct 2014 05:21 PM |
local code = [[Instance.new("Part", workspace)]] loadstring(code)() |
|
|
| Report Abuse |
|
|
|
| 08 Oct 2014 05:22 PM |
| Oh, no, haha. It did ()) instead of )() |
|
|
| Report Abuse |
|
|
|
| 08 Oct 2014 05:24 PM |
| I'll try to debug my code more before posting here. O_O |
|
|
| Report Abuse |
|
|
Azureous
|
  |
| Joined: 29 Jan 2012 |
| Total Posts: 25287 |
|
|
| 08 Oct 2014 05:39 PM |
| loadstring doesn't work for the client anymore. Also, set the bool to enabled. |
|
|
| Report Abuse |
|
|