Сontent continues after AD

Сontent continues after AD

Сontent continues after AD

Script – How high can you leap in a single jump

Thank you for using our website
Your script:

				
					-- 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)
				
			

if the script does not work, try other scripts on our website