|
| 21 Jan 2014 04:22 PM |
| Can someone help me with a script that crashes a single player? |
|
|
| Report Abuse |
|
|
| |
|
|
| 21 Jan 2014 04:41 PM |
player:Kick();
or, if you want to CRASH CRASH them:
while (true) do end; -- In a LocalScript
Keyboard not found. Press F1 to continue. |
|
|
| Report Abuse |
|
|
|
| 21 Jan 2014 04:44 PM |
| What are you talking about just get Kohl admin and use crash command. |
|
|
| Report Abuse |
|
|
U52
|
  |
| Joined: 07 May 2013 |
| Total Posts: 49 |
|
|
| 21 Jan 2014 04:52 PM |
@Secondary: Please kindly get out.
@OP: s = Instance.new("ManualSurfaceJointInstance") s.Parent = Player
maybe? |
|
|
| Report Abuse |
|
|
|
| 21 Jan 2014 04:59 PM |
| Well its a group only script, i just need help with the actual code that crashes the person, so they cant fly around once they are gone |
|
|
| Report Abuse |
|
|
| |
|
|
| 21 Jan 2014 05:11 PM |
@Secondary
I need it to auto check in game.
|
|
|
| Report Abuse |
|
|
|
| 21 Jan 2014 05:32 PM |
Just do player:Kick();
It brings up a "This game has shut down" popup for that specific player.
Keyboard not found. Press F1 to continue. |
|
|
| Report Abuse |
|
|
|
| 21 Jan 2014 05:34 PM |
I dont want them to be able to exploit once it kicks/crashes them. Will this prevent that?
|
|
|
| Report Abuse |
|
|
|
| 21 Jan 2014 05:46 PM |
I'm pretty sure, yes.
:Kick() closes the client connection to the game.
Keyboard not found. Press F1 to continue. |
|
|
| Report Abuse |
|
|
| |
|