World // Zero Script | EVENT HIDDEN PUMPKIN FINDER, TELEPORTS TO ALL PUMPKINS

Created by XV#9609

Features:

  • EVENT HIDDEN PUMPKIN FINDER
local origin = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position
local eventGarbage = game:GetService("Workspace").EventFinderReward
local pumpkins = eventGarbage.Models:GetChildren()
pumpkins = #pumpkins == 0 and eventGarbage:GetChildren() or pumpkins

for i, v in next, pumpkins do
if v:IsA("Model") then
v:MoveTo(origin)
end
end

--modified by a man named someoneinsane but is sane

ENJOY!

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