#Old Roblox Screen-Popup
1 messages · Page 1 of 1 (latest)
just try to imitate it bro is a frame sizing all the screen a bit transparent and a text with stroke
not sure but
game.StarterGui:SetCore("ChatMakeSystemMessage", {
Text = "PS: YOUR NEXT!!!";
Color = Color3.new(1, 0, 0);
Font = Enum.Font.Antique;
FontSize = Enum.FontSize.Size18;
})
try this
local msg = Instance.new("Message", workspace)
msg.Text = "PS: YOUR NEXT!!!"```
yeah here u go
thank you!!!!