Chrapnel
|
  |
| Joined: 01 Feb 2014 |
| Total Posts: 951 |
|
|
| 27 Jun 2015 03:02 AM |
Is there a way to execute whole blocks of code without using the command bar? It's getting really annoying.
|
|
|
| Report Abuse |
|
|
| |
|
Tynezz
|
  |
| Joined: 28 Apr 2014 |
| Total Posts: 4945 |
|
|
| 27 Jun 2015 03:13 AM |
I think they removed source.
~Tynezz |
|
|
| Report Abuse |
|
|
Chrapnel
|
  |
| Joined: 01 Feb 2014 |
| Total Posts: 951 |
|
| |
|
|
| 27 Jun 2015 03:15 AM |
I think loadstring(script.Source) works for the command bar.
Enjoying your stay at the Scripters Forum? Join this! http://www.roblox.com/My/Groups.aspx?gid=2582784
|
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 27 Jun 2015 03:16 AM |
Source is level 4 clearance.
Command bar and plugins can use it. |
|
|
| Report Abuse |
|
|
Chrapnel
|
  |
| Joined: 01 Feb 2014 |
| Total Posts: 951 |
|
|
| 27 Jun 2015 03:19 AM |
So my script is named "test" in workspace.
loadstring(workspace.test.Source)
^this doesn't work. |
|
|
| Report Abuse |
|
|
|
| 27 Jun 2015 04:27 AM |
Create a TextBox + TextButton gui in a plugin that is adorned to the bars up top.
Paste code from Notepad++ and have fun. |
|
|
| Report Abuse |
|
|
Froast
|
  |
| Joined: 12 Mar 2009 |
| Total Posts: 3134 |
|
|
| 27 Jun 2015 04:43 AM |
loadstring(script.Source)()
-- the parenthesis at the end are important |
|
|
| Report Abuse |
|
|