|
| 22 Jun 2014 05:06 PM |
What's the new command to remove people from a game.
:s game.workspace.Playername:Destroy() doesn't work |
|
|
| Report Abuse |
|
|
| |
|
|
| 22 Jun 2014 05:08 PM |
This wont kick them from the game but it close to it:
game.Players."Your players":remove()
-Its just roblox... Deal with it- |
|
|
| Report Abuse |
|
|
789cab
|
  |
| Joined: 13 Jul 2009 |
| Total Posts: 3145 |
|
|
| 22 Jun 2014 05:09 PM |
You have to do game.Players.Playername:Destroy()
Workspace just deletes there char but they can still respawn. |
|
|
| Report Abuse |
|
|
|
| 22 Jun 2014 05:10 PM |
Remove() or Destroy() both works. But you basically said the SAME EXACT THING AS ME! XD
-Its just roblox... Deal with it- |
|
|
| Report Abuse |
|
|
|
| 22 Jun 2014 05:12 PM |
I've tried :s game.Players.Playname:Destroy()
Nothing happens |
|
|
| Report Abuse |
|
|
| |
|
12packkid
|
  |
| Joined: 24 Jun 2011 |
| Total Posts: 1418 |
|
|
| 22 Jun 2014 05:15 PM |
You can run this normally (not locally):
Game:GetService("Players")["Player_You_Want_To_Kick"]:Kick()
Or, you can run this normally and locally:
Game:GetService("Players")["Player_You_Want_To_Kick"]:Destroy()
wiki.roblox.com/index.php/Player |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2014 09:36 PM |
| :s Game:GetService("Players")["playername"]:Destroy() That doesn't do anything. |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2014 09:39 PM |
| change "playername" u narb, that DOES work, unless your nooby FM admin is broke |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2014 09:44 PM |
| ...I put playername to subs. anyone's name.. |
|
|
| Report Abuse |
|
|
|
| 23 Jun 2014 09:45 PM |
ik for a fact that works, I literally used that yesterday, today, and two days ago
and just now, in studio |
|
|
| Report Abuse |
|
|
Tynexx
|
  |
| Joined: 11 Jul 2012 |
| Total Posts: 1559 |
|
|
| 23 Jun 2014 09:53 PM |
| :s game.Players.playernamehere:Kick() |
|
|
| Report Abuse |
|
|