0% found this document useful (0 votes)
703 views1 page

Blade Ball - ScriptRB

Uploaded by

reversbot229
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
703 views1 page

Blade Ball - ScriptRB

Uploaded by

reversbot229
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

getgenv().

god = true
while getgenv().god and task.wait() do
for _,ball in next, workspace.Balls:GetChildren() do
if ball then
if game:GetService("Players").LocalPlayer.Character and
game:GetService("Players").LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
then

game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame =
CFrame.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Positi
on, ball.Position)
if
game:GetService("Players").LocalPlayer.Character:FindFirstChild("Highlight") then

game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame =
ball.CFrame * CFrame.new(0, 0, (ball.Velocity).Magnitude * -0.5)

game:GetService("ReplicatedStorage").Remotes.ParryButtonPress:Fire()
end
end
end
end
end

You might also like