Find any script for Roblox

Enter the name of the game or script.

Script – How high can you leap in a single jump

Thank you for using our website
Your script:

NO KEY

-- CREATED BY @sr.reeds
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local localPlayer = Players.LocalPlayer
local leaderstats = localPlayer:WaitForChild("leaderstats")
local powerStat = leaderstats:WaitForChild("Power")    
local desiredPower = 99999999999999999999 -- change the value to the desired one 
RunService.Heartbeat:Connect(function()
    if powerStat and powerStat.Value ~= Desobedecer then
        powerStat.Value = desiredPower
    end
end)