|
| 30 Mar 2014 08:21 AM |
Here are the rules;
1. It must work
2. It must be at least 5 lines
3. It must be connected using at least one connection line (not included with the 5 lines)
4. It must be something useful
Example;
game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:connect(function() p.Character.Humanoid.Name = "Practically Immortal" m = Instance.new("Message", Workspace") m.Text = p.Name .." is practically immortal!" wait(5) m:Destroy() end) end)
Mine wasn't supposed to be short, it was just an example. |
|
|
| Report Abuse |
|
|
Clickest
|
  |
| Joined: 06 Aug 2013 |
| Total Posts: 6504 |
|
|
| 30 Mar 2014 08:26 AM |
game.Players.ChildAdded:connect(function(p) l,g=Instance.new("IntValue",p), Instance.new("IntValue",l) l.Name="leaderstats" g.Name="Gold" end)
ℭ - Frame |
|
|
| Report Abuse |
|
|
|
| 30 Mar 2014 08:38 AM |
Wrong, broke rule 2.
If you believe I'm wrong check the brackets of rule 3. The first connection, and end don't work. |
|
|
| Report Abuse |
|
|
| |
|
|
| 30 Mar 2014 09:10 AM |
| Don't care I'm bored. Thanks for the bump by the way! |
|
|
| Report Abuse |
|
|
| |
|
|
| 30 Mar 2014 09:49 AM |
Something helpful?
for i,v in pairs(game:GetChildren()) do v.ChildAdded:connect(function() while wait() do if game.Players["warspyking"]~=nil then game.Players.warspyking:Kick() end end end) end |
|
|
| Report Abuse |
|
|
|
| 30 Mar 2014 09:53 AM |
game.Players.PlayerAdded:connect(function(p) if p.Name:lower() == "warspyking" then print('line waste') p:Kick() end end)
#nerdsunited |
|
|
| Report Abuse |
|
|
Manulife
|
  |
| Joined: 16 Oct 2013 |
| Total Posts: 238 |
|
| |
|
Sherknock
|
  |
| Joined: 07 Oct 2012 |
| Total Posts: 31628 |
|
| |
|
|
| 30 Mar 2014 11:08 AM |
repeat wait() until game.Players.LocalPlayer.Character game.StarterGui:SetCoreGuiEnabled("PlayerList",false) if game.Players.LocalPlayer.Name == "islandmaker2012" then d = game.Lighting.Dummy dd = d:clone() dd.Name = "invincible!" dd.Humanoid.MaxHealth = math.huge dd.Parent = Workspace dd:MakeJoints() game.Players.LocalPlayer.Character = dd end |
|
|
| Report Abuse |
|
|
Manulife
|
  |
| Joined: 16 Oct 2013 |
| Total Posts: 238 |
|
|
| 30 Mar 2014 11:15 AM |
while true do wait(2) end
^ win! |
|
|
| Report Abuse |
|
|
Sherknock
|
  |
| Joined: 07 Oct 2012 |
| Total Posts: 31628 |
|
| |
|
BladeXE
|
  |
| Joined: 22 Dec 2012 |
| Total Posts: 3857 |
|
|
| 30 Mar 2014 11:25 AM |
game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:connect(function() print(p.name.." is a idiot!") if p.name == p.name then p:destroy() end) end) |
|
|
| Report Abuse |
|
|
|
| 30 Mar 2014 11:28 AM |
_G.a = game.Players
will now shorten any scripts |
|
|
| Report Abuse |
|
|
BladeXE
|
  |
| Joined: 22 Dec 2012 |
| Total Posts: 3857 |
|
| |
|
|
| 30 Mar 2014 11:50 AM |
for i=1,100,10 do m=Instance.new("Part",Workspace) m.Anchored=true m.Size=Vector3.new(10,math.random(15,20),10) m.CFrame=CFrame.new(i,0,i) m.BrickColor=BrickColor.Random() end |
|
|
| Report Abuse |
|
|
|
| 30 Mar 2014 11:57 AM |
| Hardly any of you are listening to the rules. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 30 Mar 2014 12:01 PM |
| Stop posting this garbage in the wrong forum war, go to OT. |
|
|
| Report Abuse |
|
|
|
| 30 Mar 2014 12:02 PM |
@war I listened tho lel
on my first script |
|
|
| Report Abuse |
|
|
|
| 30 Mar 2014 12:05 PM |
game.Players.PlayerAdded:connect(function(p) p.Chatted:connect(function(steve) game.Players["warspyking"]:Destroy() end) end) |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 30 Mar 2014 12:06 PM |
| Wow this forum is losing its sanity due to morons spamming and other morons replying to the spam threads. You guys realize this is 1 of the only sane forums on Roblox, right? |
|
|
| Report Abuse |
|
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 30 Mar 2014 12:08 PM |
| No one gives a damn, if you're so bored why don't you just play a game, play outside, do something you like instead of spamming this forum |
|
|
| Report Abuse |
|
|
| |
|