|
| 12 Sep 2013 05:03 PM |
Can have bad effects. Or remove whatever that crashes us just like in Kohl's admin |
|
|
| Report Abuse |
|
|
| |
|
|
| 12 Sep 2013 05:09 PM |
| Agreed I am tired of getting crashed. Its so annoying, banning was fine. |
|
|
| Report Abuse |
|
|
| |
|
rowdyriot
|
  |
| Joined: 12 Feb 2012 |
| Total Posts: 1718 |
|
| |
|
|
| 12 Sep 2013 05:36 PM |
| Rowdy, see what happens when someone uses Kohl's admin and says ":crash rowdy" |
|
|
| Report Abuse |
|
|
rowdyriot
|
  |
| Joined: 12 Feb 2012 |
| Total Posts: 1718 |
|
|
| 12 Sep 2013 05:41 PM |
I've looked at the roblox wiki which has a list of all functions. It doesn't exist, now possibly THIS can be what happends.
function ClientCrash() while true do wait(1) local Crash = Instance.new("Explosion") Crash.Parent = Workspace.rowdyriot.PlayerGUI end
|
|
|
| Report Abuse |
|
|
rowdyriot
|
  |
| Joined: 12 Feb 2012 |
| Total Posts: 1718 |
|
|
| 12 Sep 2013 05:42 PM |
| I'll look through the coding of it. I'll try to see if it's either a playermade function or an API function. |
|
|
| Report Abuse |
|
|
|
| 12 Sep 2013 05:42 PM |
| Whatever crashes us, it can have bad effects. |
|
|
| Report Abuse |
|
|
|
| 12 Sep 2013 05:46 PM |
it's just about impossible to fix without implementing a mandatory wait, but this is what causes it. it's a localscript put inside the player's camera.
while true do end
that basically causes the local client to crash. |
|
|
| Report Abuse |
|
|
|
| 12 Sep 2013 06:03 PM |
To remove the ability to crash is to remove the ability to have undelayed loops. I'd prefer undelayed loops.
There are also bugs in the client that cause crashing, and things such as StringValues with MASSIVE amounts created locally (e.g. string.rep("OMG CRASH",math.huge))
while obamacare() do benefitMiddleClass() end --LuaWeaver |
|
|
| Report Abuse |
|
|
M39a9am3R
|
  |
| Joined: 10 Nov 2012 |
| Total Posts: 1933 |
|
|
| 12 Sep 2013 06:07 PM |
| Actually, Kohl's Admin Script is when you use the command :crash it will input a script into the source script which is the child of the Main Script. That source script will follow what the string value says, and in this case that is 'repeat until nil'. Once the script in in the value it will move a copy to the source to the Player's Gui and activate it. So then the loop continues until the user is no longer existent. I do think that the script 'Instance.new("ManualSurfaceJointInstance",script.Parent)' could have been used as a less severe way of removing a player (ROBLOX has crashed error report). It's the choice of the admin command maker and the game owner. |
|
|
| Report Abuse |
|
|
|
| 12 Sep 2013 06:09 PM |
| Wait, don't know if it can be stopped... |
|
|
| Report Abuse |
|
|