|
| 10 Oct 2011 09:28 PM |
script.Parent["<1"].MouseButton1Down:connect(function() if script.Parent["0"].Text == "0" then print("Can't go any lower") else script.Parent["0"].Text = script.Parent["0"].Text:sub(1,1) - 1 end end)
script.Parent[">1"].MouseButton1Down:connect(function() if script.Parent["0"].Text == "5" then print("Can't go any higher") else script.Parent["0"].Text = script.Parent["0"].Text:sub(1,1) + 1 end end)
script.Parent["<2"].MouseButton1Down:connect(function() if script.Parent["1"].Text == "0" then print("Can't go any lower") else script.Parent["1"].Text = script.Parent["1"].Text:sub(1,1) - 1 end end)
script.Parent[">2"].MouseButton1Down:connect(function() if script.Parent["1"].Text == "5" then print("Can't go any higher") else script.Parent["1"].Text = script.Parent["1"].Text:sub(1,1) + 1 end end)
script.Parent["<3"].MouseButton1Down:connect(function() if script.Parent["2"].Text == "0" then print("Can't go any lower") else script.Parent["2"].Text = script.Parent["2"].Text:sub(1,1) - 1 end end)
script.Parent[">3"].MouseButton1Down:connect(function() if script.Parent["2"].Text == "5" then print("Can't go any higher") else script.Parent["2"].Text = script.Parent["2"].Text:sub(1,1) + 1 end end)
script.Parent.Generate.MouseButton1Down:connect(function() p = Instance.new("Part",game.Workspace) p.Name = script.Parent.Parent.Parent.Name p.Anchored = true p.Size = Vector3.new(script.Parent["0"].Text,script.Parent["1"].Text,script.Parent["2"].Text) p.Position = script.Parent.Parent.Parent.Character.Head.Position end)
I like to call it effiency =3. (This DOES belong in this forum so don't say 'GET OUT NOOB'.) |
|
|
| Report Abuse |
|
|
| |
|
LCPLgeek
|
  |
| Joined: 28 Dec 2009 |
| Total Posts: 2770 |
|
|
| 11 Oct 2011 05:05 AM |
| My latest creation: Saves player's gear when they leave, loads when they come back, a premium vip feature though, so for $100, you can save your gear, points etc. |
|
|
| Report Abuse |
|
|
|
| 11 Oct 2011 07:00 AM |
| king, oh ha, ha, ha... LCP, nice. |
|
|
| Report Abuse |
|
|
dap300
|
  |
| Joined: 23 Nov 2009 |
| Total Posts: 4738 |
|
|
| 11 Oct 2011 07:01 AM |
| EXTREME INNEFICIENT COMBO. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
Spectrumw
|
  |
| Joined: 04 Aug 2009 |
| Total Posts: 13510 |
|
|
| 11 Oct 2011 06:40 PM |
| Spaggetti, spaggetti everywhere. |
|
|
| Report Abuse |
|
|
LCPLgeek
|
  |
| Joined: 28 Dec 2009 |
| Total Posts: 2770 |
|
|
| 11 Oct 2011 06:53 PM |
| Laugh at me, I'm a geek lol. I came up with the name on Nickelodeon's website like 5 years ago, since I like reading books. It means Lake County Public Library geek. I made it because the people at our local library are really nice, and I like reading. |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Oct 2011 06:54 PM |
HAHAHAHAHAHAHAHAHA^
what, you told me to laugh at you! D:
-Like an __AWESOME__ boss |
|
|
| Report Abuse |
|
|
|
| 11 Oct 2011 06:55 PM |
LATETOASTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
i was pointing at lcp
-Like an __AWESOME__ boss |
|
|
| Report Abuse |
|
|
|
| 11 Oct 2011 06:55 PM |
| Thank you, thank you very much ;) |
|
|
| Report Abuse |
|
|