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

How do you make a chat nofity? [closed]

Asked by
Crlab 0
8 years ago

game:GetService("ChatService

Closed as Not Constructive by evaera

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

2 answers

Log in to vote
0
Answered by
Crlab 0
8 years ago

It is so hard to do that. how could you do that?

Ad
Log in to vote
0
Answered by 8 years ago
game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
    Text = "Welcome to my game!"; 
    Color = Color3.new(0,1,1); 
    Font = Enum.Font.SourceSans; 
    FontSize = Enum.FontSize.Size24; 
})

--has to be a localscript though. You can change color and style easily if you know color3 etc
0
ok. but where do you insert the Starter GUI? Crlab 0 — 8y
0
or u can just do it like this game:GetService("Chat"):Chat(player.Character.Head, "What u wanna say") ZeroCrimson 35 — 8y
0
ok Crlab 0 — 8y