marked={} while true do for i, v in workspace.Runners.Skinwalkers:GetChildren() do if marked[v] then continue end marked[v] = true task.spawn(function() wait(5) local args = { v.Head.Position, v.HumanoidRootPart.Position, v.Head } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("SniperShot"):FireServer(unpack(args)) local args = { v } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Store"):FireServer(unpack(args)) end) end wait() end