Hibobb
|
  |
| Joined: 18 Apr 2010 |
| Total Posts: 2146 |
|
|
| 24 Aug 2013 02:51 PM |
health = (100 - v.Character.Humanoid.Health.Value) for i = 1, health do wait(.7) v.Character.Humanoid.Health = v.Character.Humanoid.Health + 1 end
Age of War Forum: [http://www.roblox.com/Forum/ShowPost.aspx?PostID=110676051] Working on classes |
|
|
| Report Abuse |
|
|
Geomaster
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 1480 |
|
|
| 24 Aug 2013 02:52 PM |
health = (100 - v.Character.Humanoid.Health.) for i = 1, health do wait(.7) v.Character.Humanoid:TakeDamage(-1) end |
|
|
| Report Abuse |
|
|
Geomaster
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 1480 |
|
|
| 24 Aug 2013 02:53 PM |
Whoops, don't need a period on that first line
health = (100 - v.Character.Humanoid.Health) |
|
|
| Report Abuse |
|
|