DuskNotes
|
  |
| Joined: 29 Dec 2013 |
| Total Posts: 1337 |
|
| |
|
|
| 29 Jan 2014 02:24 PM |
| Humanoid.MaxHealth = 100 + ((Level-1)*20) |
|
|
| Report Abuse |
|
|
DuskNotes
|
  |
| Joined: 29 Dec 2013 |
| Total Posts: 1337 |
|
| |
|
sncplay42
|
  |
| Joined: 27 Nov 2008 |
| Total Posts: 11891 |
|
|
| 29 Jan 2014 02:41 PM |
| Very descriptive of the problem you're experiencing. |
|
|
| Report Abuse |
|
|
moryo7
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 5028 |
|
|
| 29 Jan 2014 02:44 PM |
l = game.Players.LocalPlayer.leaderstats.level h = game.Players.LocalPlayer.Character.Humanoid
l.Changed:connect(function() h.MaxHealth = l.Value*20+100 end)
✦мøяƴø子✦ |
|
|
| Report Abuse |
|
|
DuskNotes
|
  |
| Joined: 29 Dec 2013 |
| Total Posts: 1337 |
|
| |
|
DuskNotes
|
  |
| Joined: 29 Dec 2013 |
| Total Posts: 1337 |
|
| |
|
|
| 29 Jan 2014 02:55 PM |
| lel is that cetharis's leveling system? |
|
|
| Report Abuse |
|
|
|
| 29 Jan 2014 03:01 PM |
repeat wait() until game.Players.LocalPlayer:findFirstChild("leaderstats") and game.Players.LocalPlayer:findFirstChild("Level", true) local Ammount = 10 while true do wait() if game.Players.LocalPlayer.Character.Humanoid.MaxHealth < game.Players.LocalPlayer.leaderstats.Level.Value * Ammount + 20 then game.Players.LocalPlayer.Character.Humanoid.MaxHealth = game.Players.LocalPlayer.leaderstats.Level.Value * Ammount + 20 end end
try this :3 |
|
|
| Report Abuse |
|
|
DuskNotes
|
  |
| Joined: 29 Dec 2013 |
| Total Posts: 1337 |
|
| |
|
maxomega3
|
  |
| Joined: 11 Jun 2010 |
| Total Posts: 10668 |
|
|
| 29 Jan 2014 03:18 PM |
| This thread makes me want to cry. |
|
|
| Report Abuse |
|
|
DuskNotes
|
  |
| Joined: 29 Dec 2013 |
| Total Posts: 1337 |
|
| |
|