www.roblox-scripter.com

Roblox codes

NIKELAND script – (Get all ghosts)

Functions: Get All ghosts

Script developer: coI0e
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					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