Thank you for watching!
Script:
wait(2)
local hum = game.Players.LocalPlayer.Character:WaitForChild("Humanoid")
local limit = 500
hum.JumpPower = script.Parent.AmountBox.Text
script.Parent.AmountBox.Changed:Connect(function()
hum.JumpPower = script.Parent.AmountBox.Text
end)
When I am afraid, I put my trust in you.
Psalms 56:3