function onClicked(thingy) thingy.Character.Humanoid.MaxHealth = 125 thingy.Character.Humanoid.MaxHealth = 125 thingy.Character.Humanoid.WalkSpeed = 16 end script.Parent.MouseButton1Down:connect(onClicked)
This is it. Sorry i just started scripting for like a few months ago
local p=game.Players.LocalPlayer script.Parent.MouseButton1Down:connect(function(x,y) p.Character.Humanoid.MaxHealth=125 p.Character.Humanoid.Health=125 p.Character.Humanoid.WalkSpeed=16 end)