-- shoutout discord.gg/nilhub local CollectionService = game:GetService("CollectionService") local Remote = game:GetService("ReplicatedStorage").packages.Net["RE/SpearFishing/Minigame"] game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2585, 144, -1942) while task.wait() do for i, v in next, CollectionService:GetTagged("SpearfishingZone") do local Zone = v.ZoneFish for _, Fish in next, Zone:GetChildren() do task.spawn(function() Remote:FireServer(Fish:GetAttribute("UID")) task.wait() Remote:FireServer(Fish:GetAttribute("UID"), true) end) task.wait() end end end