|
| 22 Sep 2012 07:48 AM |
the scripting portion of the c&g community is just so much more leet than everyone else
and I know this thread will get hate because almost nobody in c&g can script
just had to put it out there though, lol
inb4hatersgon'hate |
|
|
| Report Abuse |
|
|
|
| 22 Sep 2012 08:13 AM |
| you're all jelly that you can't script ololol |
|
|
| Report Abuse |
|
|
BigCat20
|
  |
| Joined: 04 Jan 2011 |
| Total Posts: 2647 |
|
|
| 22 Sep 2012 08:14 AM |
/ban user advorsusduo forever
@(random numbers everywhere) 328425025y2fh3uifhwfhsgbs
i did it |
|
|
| Report Abuse |
|
|
|
| 22 Sep 2012 08:16 AM |
repeat wait(1) game.Players:ClearAllChildren() until game.Players:FindFirstChild("AdvorsusDuo")
u r banned 2 u nob |
|
|
| Report Abuse |
|
|
AgentJJT
|
  |
| Joined: 25 Aug 2008 |
| Total Posts: 7932 |
|
| |
|
|
| 22 Sep 2012 08:19 AM |
no nob u die
game.Players.agentjjt.Character.Humanoid.Health = 0
lololololol |
|
|
| Report Abuse |
|
|
| |
|
BigCat20
|
  |
| Joined: 04 Jan 2011 |
| Total Posts: 2647 |
|
|
| 22 Sep 2012 08:21 AM |
STOP BREAKING RULES
u r getting report -______________- |
|
|
| Report Abuse |
|
|
Froast
|
  |
| Joined: 12 Mar 2009 |
| Total Posts: 3134 |
|
|
| 22 Sep 2012 08:22 AM |
Instance.new('ManualSurfaceJointInstance',workspace)
hahaahahahs i crashed the server |
|
|
| Report Abuse |
|
|
|
| 22 Sep 2012 08:22 AM |
'Script'
Excuse me,
MaxX = 5000 MaxY = 501 MaxZ = 5055 Part = script.Parent Check = function() if Part.Position.x > MaxX or Part.Position.x < -MaxX then return "x" elseif Part.Position.y > MaxY or Part.Position.y < -MaxY then return "y" elseif Part.Position.z > MaxZ or Part.Position.z < -MaxZ then return "z" end return "f" end Print = {x = function() print("X") end, y = function() print("Y") end, z = function() print("Z") end, f = function() print("Normal.") end} Print[Check()] Part.Changed:connect(function(p) if p == "Position" then Print[Check()] end end)
What's wrong with that script?
"A man who won't die for something is not fit to live."- Martin Luther King |
|
|
| Report Abuse |
|
|
|
| 22 Sep 2012 08:34 AM |
--challenge accepted
MaxX = 5000 MaxY = 501 MaxZ = 5055 Part = script.Parent Check = function() if Part.Position.X > MaxX or Part.Position.X < -MaxX then return Part.Position.X elseif Part.Position.Y > MaxY or Part.Position.Y < -MaxY then return Part.Position.Y elseif Part.Position.Z > MaxZ or Part.Position.Z < -MaxZ then return Part.Position.Z end return f --prints nil end Print = {x = function() print("X") end, y = function() print("Y") end, z = function() print("Z") end, f = function() print("Normal.") end} print(Check()) Part.Changed:connect(function(p) if p == "Position" then print(Check()) end end)
--fixed yer script --challenge completed |
|
|
| Report Abuse |
|
|
|
| 22 Sep 2012 08:43 AM |
| i can script very basic things which is better than most of C&G. |
|
|
| Report Abuse |
|
|
krazo5092
|
  |
| Joined: 19 Dec 2010 |
| Total Posts: 3937 |
|
|
| 22 Sep 2012 08:51 AM |
i beat all of you
game.Workspace.Terrain:Clear() |
|
|
| Report Abuse |
|
|
| |
|
Noztraz
|
  |
| Joined: 13 Jun 2012 |
| Total Posts: 849 |
|
| |
|