--BROUGHT TO YOU BY RobloxScripter.com!--
local Amount = 300 -- each fire gives 30 money, so the amount should optimally be a multiple of 30
for i = 1,Amount/30 do
game.Players.LocalPlayer.PlayerGui.ChatDialogues.Dialogues.Function:FireServer("FisherFinished")
end