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)