Ball And Axe Script | UNLOCK YOUR AXE, REMOVE LIMITS

Created by haboi

Features:

  • UNLOCKS YOUR AXE / REMOVES LIMITS SO YOU CAN MOVE FAR AWAY
    • THIS GAME IS A GETTING-OVER-IT CLONE
local plr = game.Players.LocalPlayer.Name

for _,v in pairs(game:GetService("Workspace").playerModels:GetDescendants()) do
    if v.Name == plr then
        v.ball.spinner.LimitsEnabled = false
    end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!