The script works only if the player spawns with the condition,but i want it to work every time, how?
This is the script:
02 | local plr = game.Players.LocalPlayer |
03 | local magice = plr:WaitForChild( "MagicEnergy" ) |
04 | local maxmagice = plr:WaitForChild( "MaxMagicEnergy" ) |
07 | if magice.Value ~ = maxmagice.Value then |
12 | magice.Value = magice.Value + 10 |
17 | magice.Value = = maxmagice.Value |
Like i said It works only if the player spawns with magice.Value being less than maxmagice.Value, but i need it to do the regeneration every time magice.Value is lower than maxmagice.Value