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