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.