ABA (Anime Battle Arena) Script | CANDY GRABBER

Created by YGT72

Features:

  • CANDY GRABBER
local player = game.Players.LocalPlayer

while task.wait() do
   for i,v in pairs(game.Workspace.Thrown:GetChildren()) do
       if v.Name == "Candy" and v:IsA("BasePart") then
           player.Character.HumanoidRootPart.CFrame = v.CFrame
       end
   end
end

ENJOY!

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