Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I want a script to times the players heath. idk how to do this?

Asked by 3 years ago
Edited 3 years ago

I want a script to times the players heath by the level of the player i have already got a value for the level called Level.Value, i need the location of where the script should go and i want it to go up by 50 every level. example: 50 = lvl1, 100 = lvl2, 150 = lvl3, 200 = lvl4

1
you need a code something like this (write it below the level up part) : Humanoid.MaxHealth = 50 * Level.Value GeldiBaskan 13 — 3y
0
You should also put this in a server script. Otherwise it will not work due to FilteringEnabled. A suggestion for a place is StarterCharacterScripts. You can easily grab the player from there usimg game:GetService("Players"):GetPlayerFromCharacter(script.Parent) ColdFoxy07 76 — 3y

Answer this question