www.roblox-scripter.com

ball and axe script – (no limit to the distance of the axe)

Functions: no limit to the distance of the axe
Script developer: giannisthegamer1
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					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