Phenom Breaker

Run Settings
LanguageLua
Language Version
Run Command
local Players = game:GetService("Players") local UserInputService = game:GetService("UserInputService") local Location = CFrame.new(9e12, 9e12, 9e12) while task.wait() do local player = Players.LocalPlayer local character = player.Character if character then local humanoidRootPart = character:FindFirstChild("HumanoidRootPart") local humanoid = character:FindFirstChild("Humanoid") if humanoidRootPart and humanoid then for _, obj in next, workspace.Map:GetChildren() do if obj.Name == "Basketball" and obj:FindFirstChild("Handle") then obj.Handle.CFrame = humanoidRootPart.CFrame task.wait() humanoidRootPart.CFrame = Location task.wait(1) humanoid.Health = 0 end end end end end
Editor Settings
Theme
Key bindings
Full width
Lines