duckInfo.awardDuck = function(Player, duckName)
local DuckGui = game.ServerStorage.DuckGui
for i,v in pairs(DuckGui:GetChildren()) do
print(v.Name)
end
DuckGui.DuckText = [[You Found the <b><font color="rgb(255, 255, 0)">]]..duckName..[[</font></b>]]
DuckGui.Parent = Player.PlayerGui
end