|
| 03 Sep 2017 03:36 AM |
name = script.parent.Name
function loseLives() if game.workspace.name.Humanoid.Health == 0 then game.players.name.leaderstats.Lives.Value = game.players.name.leaderstats.Lives.Value - 1 end end
I put this script into StarterPlayerScripts. Yet it does not work. Help? |
|
|
| Report Abuse |
|