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

How do i make a chatbot, or a system message?

Asked by 3 years ago

I want to make a chatbot so that it can cover game functions (eg, someone getting a badge or joining) and I have followed other tutorials that do not work. does anyone know how to do this?

1 answer

Log in to vote
0
Answered by 3 years ago

this would be how you make the chat message, can be used from a local script. can use a remote to the client when they join, get badge, etc.

game.StarterGui:SetCore("ChatMakeSystemMessage", {Text = "", Color = Color3.fromRGB(), Font = Enum.Font.,TextSize = 0})
Ad

Answer this question