REBIRTH CHAMPIONS X SCRIPT | AUTO COLLECT PUMPKIN

Png 1 20 300x169 1

— weinzspace.com / #1 roblox script database! —

_G.collectpump = true — true/false, you can turn it off
local plr = game.Players.LocalPlayer.Character.Head
while _G.collectpump == true do
for i, v in pairs(game:GetService(“Workspace”).Scripts.PumpkinsCollect.Storage:GetDescendants()) do
if v.Name == “TouchInterest” and v.Parent then
firetouchinterest(game:GetService(‘Players’).LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
end
end
wait()
end

— The script was copied from the site weinzspace.com ! —