World // Zero 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

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!