for i, v in pairs(game:GetService("ReplicatedStorage").FishingSystem.Assets.FishModel:GetChildren()) do local args = { { hookPosition = vector.create(-216.5714569091797, -10.850000381469727, -393.2684020996094), name = v.Name, rarity = "Legendary", weight = math.random(172718, 71629179) } } game:GetService("ReplicatedStorage").FishingSystem.FishGiver:FireServer(unpack(args)) end