How do I make so all players get a popup in all servers?

I want to make it so a certain user id such as

game.Players:PlayerAdded:Connect(function(player)
    if player.UserId = 123456789 then
        frame.visible = true
   end
end)

can make a message using a textbox that will go to all servers?

Similar to this by @Onett.
Screenshot 2024-02-19 185935

1 Like

Hey I think you could use MessagingService | Documentation - Roblox Creator Hub

2 Likes

or Cross-Server Messaging | Documentation - Roblox Creator Hub

1 Like

You should use messagingservice