|
| 30 Jul 2012 12:59 AM |
| ok so what i need to do is a function that damages all the players in a game, i belive it has to do with GetPlayers and such but i dont know how i would make this... can somone help me? |
|
|
| Report Abuse |
|
|
Cheater
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 5258 |
|
|
| 30 Jul 2012 02:12 AM |
players = game.Players:GetPlayers() --omg here it is
for i = 1, #players do players[i].Character.Humanoid.Health = players[i].Character.Humanoid.Health - 50 end |
|
|
| Report Abuse |
|
|
| |
|
|
| 30 Jul 2012 02:47 AM |
@cheater thnx and lol @cease, I dont like alot of the wikis methods, they help but they don't always explain it |
|
|
| Report Abuse |
|
|
|
| 30 Jul 2012 03:18 AM |
| You need basic knowledge. That's what I hate. |
|
|
| Report Abuse |
|
|