game:GetService("ReplicatedStorage").Jump.OnServerInvoke = function(player)
print(player.Name)
player.leaderstats.JumpPower.Value = player.leaderstats.JumpPower.Value + 0.2
end
I have this script there is no error in the output but the player’s leaderstats won’t change
this is the output