|
| 10 Oct 2012 05:42 PM |
| I want to be able to test my very little scripting. |
|
|
| Report Abuse |
|
|
| 10 Oct 2012 05:44 PM |
Yes, use ypcall()
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
|
| Report Abuse |
|
1Topcop
|
  |
| Joined: 09 Jun 2009 |
| Total Posts: 6635 |
|
|
| 10 Oct 2012 06:29 PM |
local Script,Error = loadstring("print('Your code goes here')") if(Error)then local gui = Instance.new("ScreenGui",game.Players["Your name here"].PlayerGui) local tex = Instance.new("TextLabel",gui) tex.Text,text.Size,tex.Position = tostring(Error),UDim2.new(.5,0,.05,0),UDim2.new(.25,0,0,0) else Script() end |
|
|
| Report Abuse |
|