|
| 24 Nov 2011 07:52 AM |
Make this a plugin for my place:
ScriptFrame = Instance.new("Frame", game.CoreGui.RobloxGui) ScriptFrame.Size = UDim2.new(0.5, 0, 0.600000024, 0) ScriptFrame.Position = UDim2.new(0.300000012, 0, 0.200000003, 0) ScriptFrame.Active = true ScriptFrame.Draggable = true ScriptFrame.Style = "RobloxRound" Panel = Instance.new("TextBox", ScriptFrame) Panel.BackgroundColor3 = Color3.new(1, 1, 1) Panel.ClearTextOnFocus = true --Change to false if you want easy script edit Panel.FontSize = "Size9" Panel.MultiLine = true Panel.Position = UDim2.new(0, 0, 0.100000001, 0) Panel.Size = UDim2.new(1, 0, 0.899999976, 0) Panel.BorderSizePixel = 0 Panel.Text = "" Panel.TextWrap = true Panel.TextXAlignment = "Left" Panel.TextYAlignment = "Top"
ExecuteButton = Instance.new("TextButton", ScriptFrame) ExecuteButton.Font = "ArialBold" ExecuteButton.FontSize = "Size12" ExecuteButton.Text = "Execute" ExecuteButton.Size = UDim2.new(.3, 0, .05, 0) ExecuteButton.Style = "RobloxButtonDefault" ExecuteButton.TextColor3 = Color3.new(1, 1, 1) ExecuteButton.TextYAlignment = "Center" ExecuteButton.TextXAlignment = "Center" ExecuteButton.MouseButton1Click:connect(function() local func = loadstring(Panel.Text) or function() end pcall(function() coroutine.resume(coroutine.create(func))
end) end)
|
|
|
| Report Abuse |
|
|
polarman6
|
  |
| Joined: 05 Mar 2009 |
| Total Posts: 2759 |
|
| |
|
|
| 24 Nov 2011 07:57 AM |
| Its a command bar gui, make it into a plugin. |
|
|
| Report Abuse |
|
|
iBurrito
|
  |
| Joined: 07 Aug 2011 |
| Total Posts: 709 |
|
|
| 24 Nov 2011 07:59 AM |
| I thought you're supposed to go to the forum for scripting to script and the forum to LMaD to MaD |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2011 08:00 AM |
Hey, its making a deal too.
Besides, they wldnt help me. |
|
|
| Report Abuse |
|
|
iBurrito
|
  |
| Joined: 07 Aug 2011 |
| Total Posts: 709 |
|
|
| 24 Nov 2011 08:01 AM |
| Just... use soem fwee modelz |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2011 08:02 AM |
Umm, pay me first..
http://www.roblox.com/Support-500-item?id=63484420 |
|
|
| Report Abuse |
|
|