Hello. I've been going to many games recently, and some games have had the RobloxGui Chat GUI, but they have special things in them, such as they say "<name> has joined the Server!", hints, etc.
I've tried many things to figure out how they do this, such as: game.CoreGui.RobloxGui.Parent = game.Workspace or game.CoreGui.RobloxGui.Parent = game.StarterGui etc., I would then edit the script, such as add my group to the adminCashe, etc., but it never works.
How do they do this? Please reply if you know. It'd help a lot.
local Siggy = Instance.new("TextLabel") .. Siggy.Text = "~Thanks, SkidamrkLive!"
There's a feature called SetCore, it allows you to set core features of a game and make custom chat messages and notifications. They used SetCore to make custom chat messages. If you would like to do this, read about it here. (Notice: SetCore only works in localscripts, keep that in mind)