game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Fishing.Bubble.ChildAdded:Connect(function(h) if h:FindFirstChild("Icon") then game:GetService("ReplicatedStorage").Events.BubbleHandler:FireServer(h.Name, nil, {Position = h.Position}) end end)