113mac113
|
  |
| Joined: 22 Aug 2008 |
| Total Posts: 235 |
|
|
| 03 Sep 2010 11:08 AM |
| im looking for a Remove Player script so i can remove a noob at Old Script builder |
|
|
| Report Abuse |
|
|
aase69
|
  |
| Joined: 04 Apr 2008 |
| Total Posts: 3794 |
|
|
| 03 Sep 2010 11:09 AM |
... Learn to script at wiki.roblox.com |
|
|
| Report Abuse |
|
|
| |
|
113mac113
|
  |
| Joined: 22 Aug 2008 |
| Total Posts: 235 |
|
| |
|
|
| 03 Sep 2010 11:18 AM |
| ITS EASY MR GRUMPY JUST GO TO THE WIKI BEFORE I PUT ON MY EARMUFFS! |
|
|
| Report Abuse |
|
|
113mac113
|
  |
| Joined: 22 Aug 2008 |
| Total Posts: 235 |
|
|
| 03 Sep 2010 11:29 AM |
| i checked there and nothings there |
|
|
| Report Abuse |
|
|
| |
|
113mac113
|
  |
| Joined: 22 Aug 2008 |
| Total Posts: 235 |
|
|
| 03 Sep 2010 11:31 AM |
| theres scripts but no remove player script |
|
|
| Report Abuse |
|
|
|
| 03 Sep 2010 11:32 AM |
http://wiki.roblox.com/index.php/Tutorials
They mean their brain is incapable for actual knowledge. |
|
|
| Report Abuse |
|
|
113mac113
|
  |
| Joined: 22 Aug 2008 |
| Total Posts: 235 |
|
|
| 03 Sep 2010 11:35 AM |
| sombody post the accully script |
|
|
| Report Abuse |
|
|
| |
|
|
| 01 Nov 2010 06:43 PM |
| u guys serious... game.Workspace.playername:remove() |
|
|
| Report Abuse |
|
|
113mac113
|
  |
| Joined: 22 Aug 2008 |
| Total Posts: 235 |
|
| |
|
789cab
|
  |
| Joined: 13 Jul 2009 |
| Total Posts: 3145 |
|
|
| 01 Nov 2010 06:53 PM |
game.Players["789cab"]:Remove()
or
game.Workspace["789cab"]:Remove()
or
game.Workspace.789cab:Remove()
or
game.Players.789cab:Remove() |
|
|
| Report Abuse |
|
|
DDLL122
|
  |
| Joined: 31 Jul 2011 |
| Total Posts: 39 |
|
|
| 05 Aug 2011 04:49 AM |
here game.Players.NAME:Remove() |
|
|
| Report Abuse |
|
|
|
| 14 Jun 2012 08:59 AM |
To just shutdown the server, here's one:
for i,v in pairs(game.Players:GetChildren()) do v:remove() end |
|
|
| Report Abuse |
|
|
Spino288
|
  |
| Joined: 07 Apr 2009 |
| Total Posts: 1214 |
|
|
| 14 Jun 2012 10:26 AM |
If you want to remove a player with a button (or shut it down, like the guy above me said)
You can just do this!
Function onTouch(part) Workspace.PLAYERNAME:remove
Workspace.brick.Touched:ontouch (part)
or you can put in the shutdown script from the guy above me instead.
This can act as an admin's emergency button, to remove all players.
|
|
|
| Report Abuse |
|
|
|
| 14 Jun 2012 11:00 AM |
| I think Person229's admin commands has a Ban player script in it im not sure. |
|
|
| Report Abuse |
|
|
|
| 14 Jun 2012 11:57 AM |
._____________.
First of all, this was bumped from 2010. Second...
@Waste
NEVER tell someone to use that script. That isn't scripting, it's stupidity. |
|
|
| Report Abuse |
|
|
Spino288
|
  |
| Joined: 07 Apr 2009 |
| Total Posts: 1214 |
|
| |
|
|
| 14 Jun 2012 12:35 PM |
Personaly, I prefer to turtore rather than kill out-right. Here is a short kill-chunk from Speed AI:
if Hit then if target.Parent == Hit.Parent then if Hit.Name ~= "Torso" and Hit.Name ~= "Head" then Hit:BreakJoints() Hit.CanCollide = true -- this doesn't work. His arms and legs only hang-around if he is in Water. Anybody who knows why, please PM me. else Hit.Parent.Humanoid:TakeDamage(9) end -- kill
GL, Brian
|
|
|
| Report Abuse |
|
|
Larriy
|
  |
| Joined: 23 Apr 2012 |
| Total Posts: 52 |
|
|
| 14 Jun 2012 02:04 PM |
| Please. Learn how to script people. |
|
|
| Report Abuse |
|
|
Spino288
|
  |
| Joined: 07 Apr 2009 |
| Total Posts: 1214 |
|
|
| 14 Jun 2012 02:20 PM |
| This isn't a place to say "Please learn how to script" It is a place to help people script. Instead of wasting space on this thread by asking for vague requests, why not actually help them? |
|
|
| Report Abuse |
|
|
|
| 14 Jun 2012 03:30 PM |
| @Source Like im going to take ADVICE from a 12er |
|
|
| Report Abuse |
|
|
jode6543
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 5363 |
|
|
| 14 Jun 2012 03:39 PM |
@Waste That is the most idiotic thing I've heard all day. He as capable of giving advice as an 08er. Also, I agree with him.
-Jode |
|
|
| Report Abuse |
|
|