MADE BY kanomi13
FEATURE:
- AUTOGRAB
GAME LINK:
BEATLAND
SCRIPT:
-- [[ Game Link: https://www.roblox.com/games/8528736393/Beatland#ropro-quick-search ]]
-- Auto grab helmets
game.Players.LocalPlayer.Character:PivotTo(CFrame.new(79.0296936, 6.24552345, -13.7803831)*CFrame.new(0,0,5))
wait(20)
for _,v in pairs(game:GetService("Workspace"):GetDescendants()) do
if v.Name == "Collect" and v:FindFirstChild("TouchInterest") then
firetouchinterest(game.Players.LocalPlayer.Character.Head, v, 0)
end
end