I've been trying to do this for weeks at this point and I can't seem to get anything to come up. I t always works in studio but when i launch a server it does not appear. Any help would be appreciated at this point
Script in SSS
local text = "ABORTnite" game:GetService("ReplicatedStorage").gui:FireAllClients(text)
LocalScript
local bext = game.Players.LocalPlayer.PlayerGui:WaitForChild("ScreenGui"):WaitForChild("TextLabel") game:GetService("ReplicatedStorage").gui.OnClientEvent:Connect(function(text) bext.Text = text end)