So I am making a admin panel and in it I have a gui that shows Server Message everything works fine but it only shows it to the client! How do I make it show it to the server? Here is the script I put and yes I did put in the other script to activate it tried it with Player1 and Player2. Player2 did not see the message only Player1 did! How do I fix it?
game.ReplicatedStorage.Servermessage.OnServerEvent:Connect(function(messageframe) messageframe.PlayerGui.Message.Frame.Visible = true end)