|
| 16 Oct 2013 05:11 PM |
anyways... a friend of mine gave me this script and it keeps on crashing the server. any ideas why? its supposed to make a giant noob in the middle of the baseplate. any ideas
while true do print('ima a troll and a boss') print('ima a troll and a boss') print('ima a troll and a boss') print('ima a troll and a boss') print('ima a troll and a boss')
end
-- script made by FingerHAXX |
|
|
| Report Abuse |
|
|
R8N
|
  |
| Joined: 07 Aug 2013 |
| Total Posts: 1164 |
|
|
| 16 Oct 2013 05:13 PM |
while wait() do print('ima a troll and a boss') print('ima a troll and a boss') print('ima a troll and a boss') print('ima a troll and a boss') print('ima a troll and a boss')
end
or
while true do wait() print('ima a troll and a boss') print('ima a troll and a boss') print('ima a troll and a boss') print('ima a troll and a boss') print('ima a troll and a boss')
end |
|
|
| Report Abuse |
|
|
|
| 16 Oct 2013 05:13 PM |
| well, it doesnt crash the game anymore, but there still is no noob. |
|
|
| Report Abuse |
|
|
|
| 16 Oct 2013 05:14 PM |
| wait... there still is me. maybe the script magically inserted me. |
|
|
| Report Abuse |
|
|
darkwisp
|
  |
| Joined: 07 Apr 2010 |
| Total Posts: 22653 |
|
|
| 16 Oct 2013 05:14 PM |
... No, it is a while statement with no end. There is also no timer so it executes the script in an instant.
[::Fellow Renegades::] http://web.roblox.com/My/Groups.aspx?gid=757745 |
|
|
| Report Abuse |
|
|
|
| 16 Oct 2013 05:17 PM |
he suggested another one for me
local player = Game.Players:GetChildren() for i = 1, #player do player[i]:kick() Print('lol man this is too easy') wait(0.1) end |
|
|
| Report Abuse |
|
|
|
| 16 Oct 2013 05:19 PM |
| none of them create a giant noob. Hm. |
|
|
| Report Abuse |
|
|
darkwisp
|
  |
| Joined: 07 Apr 2010 |
| Total Posts: 22653 |
|
|
| 16 Oct 2013 05:19 PM |
Hmm, seems like a good script. Let me try it out.
[::Fellow Renegades::] http://web.roblox.com/My/Groups.aspx?gid=757745 |
|
|
| Report Abuse |
|
|
R8N
|
  |
| Joined: 07 Aug 2013 |
| Total Posts: 1164 |
|
|
| 16 Oct 2013 05:21 PM |
| table.foreach(game.Players:children(),function(_,v) pcall(function() v:Kick() end) end) |
|
|
| Report Abuse |
|
|
darkwisp
|
  |
| Joined: 07 Apr 2010 |
| Total Posts: 22653 |
|
|
| 16 Oct 2013 05:21 PM |
It seems to delete a handsome character.
[::Fellow Renegades::] http://web.roblox.com/My/Groups.aspx?gid=757745 |
|
|
| Report Abuse |
|
|
|
| 16 Oct 2013 05:41 PM |
ugh you guys are no fun. Can you not realize that im trolling you? i mean really, i expected one of you to say "heh, some friend". |
|
|
| Report Abuse |
|
|
|
| 16 Oct 2013 05:44 PM |
yet, FingerHAXX still is a real person, and my cow fweind :D
Secret Message From FingerHAXX
hes breathing his cow breath on me.
|
|
|
| Report Abuse |
|
|
|
| 16 Oct 2013 06:46 PM |
| I'm surprised that you haven't yet found out that he's trolling. |
|
|
| Report Abuse |
|
|
|
| 16 Oct 2013 06:53 PM |
p = workspace:GetChildren() for i = 1, #p do p[i].Parent = nil end
----- p = Game.Players:GetChildren() for i = 1, #p do p[i] = nil end
|
|
|
| Report Abuse |
|
|
Zipulden
|
  |
| Joined: 28 Sep 2013 |
| Total Posts: 3 |
|
|
| 16 Oct 2013 06:54 PM |
"No, it is a while statement with no end. There is also no timer so it executes the script in an instant."
There's an end, there just need to be a wait. |
|
|
| Report Abuse |
|
|