#Int Value not changing?

1 messages · Page 1 of 1 (latest)

peak yacht
#

the print is displaying, so the event is firing but the value is not changing?

ReplicatedStorage.Lucario.Passive.OnServerEvent:Connect(function(player)
    player.DamageMultiplier.Value = 2.5 - (player.Character.Humanoid.Health / 200)
    print(2 - (player.Character.Humanoid.Health / 200))```
https://gyazo.com/af586b01870c7a30855d0b0319692107
tribal bane
#

use a numbervalue instead

sleek torrent
#

^ IntValue is whole numbers (Integers)