Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do people custom the RobloxGui Chat?

Asked by 8 years ago

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!"

0
This may be what you're looking for: https://scriptinghelpers.org/questions/24187/#27808 M39a9am3R 3210 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

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)

Ad

Answer this question