NIKELAND Script | COLLECT ALL GHOSTS

Created by coI0e

Features:

  • COLLECT ALL GHOSTS
function fire(Part)
    firetouchinterest(game.Players.LocalPlayer.Character.PrimaryPart,Part,0)
    firetouchinterest(game.Players.LocalPlayer.Character.PrimaryPart,Part,1)
end

for i = 1,4 do
    local Ghost = game:GetService("Workspace").ScavengerHunt.HalloweenEvent.Objects["Symbol_Ghost"..i]
    fire(Ghost.PrimaryPart)
end

ENJOY!

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