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

How to change the tone of the game service chat?

Asked by 4 years ago

I want to change the tone, to 'friendly' or something when I use the game:getsevice("Chat") thing.

game:GetService("Chat"):Chat(Player.Character,'ENTRY GRANTED')

Is there something I can change in order to set the tone when I chat this player?

0
The 3rd argument is the ChatColor. That is just the color of the chat message. https://developer.roblox.com/en-us/api-reference/enum/ChatColor pidgey 548 — 4y
0
game:GetService("Chat"):Chat(Player.Character,'ENTRY GRANTED', Enum.ChatColor.Green) pidgey 548 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

The 3rd argument is ChatColor. That is just the color of the chat message. https://developer.roblox.com/en-us/api-reference/enum/ChatColor game:GetService("Chat"):Chat(Player.Character,'ENTRY GRANTED', Enum.ChatColor.Green)

thanks pidgey

Ad

Answer this question