task.spawn(function() local invite = "https://discord.gg/xrbc43X8jm" pcall(function() if setclipboard then setclipboard(invite) end end) pcall(function() game:GetService("GuiService"):OpenBrowserWindow(invite) end) end) local R = game:GetService("ReplicatedStorage").Remotes:WaitForChild("FishingReward") _G.AutoFish = true task.spawn(function() while _G.AutoFish do R:FireServer() task.wait(0.5) end end)