Budokai Z Power level checker

Uploaded On
Script Credit :- STITLER
Features

Logs your power level every 15 seconds as long as your fatigue is 0

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local player = game.Players.LocalPlayer local character = game.Workspace.SpawnedCharacters:WaitForChild(player.Name) local Fatigue = player.PlayerGui.UI.Fatigue _G.Active = true local deb = false rconsolename("Dynamic Battle Power") local function num(_string) local number_only = "" for i = 1, #_string do if tonumber(string.sub(_string,i,i)) ~= nil then number_only = number_only .. string.sub(_string,i,i) end end return number_only end local function check(BP) local Date = os.date("!*t") local fatigueval = tonumber(num(Fatigue.Text)) if deb == false and _G.Active == true and fatigueval == 0 then rconsolewarn("".." Your Power Level is: "..BP) deb = true wait(15) deb = false end end if _G.Active == true then repeat wait() check(character.Core.PowerLevel.Value) until _G.Active == false end

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors