777MrEpic
|
  |
| Joined: 17 Oct 2012 |
| Total Posts: 3998 |
|
|
| 31 Jul 2013 04:34 PM |
player = Game.Players.LocalPlayer player.Chatted:connect(function(msg) if msg:lower():sub(1,12) == "localscript>" then script.QS.Value = msg:sub(13) Spawn(function() loadstring(script.QS.Value)() end) end end) ---------------- localscript DOES NOT WORK all defined
|
|
|
| Report Abuse |
|
777MrEpic
|
  |
| Joined: 17 Oct 2012 |
| Total Posts: 3998 |
|
| |
777MrEpic
|
  |
| Joined: 17 Oct 2012 |
| Total Posts: 3998 |
|
| |