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

How to force chat players? [closed]

Asked by
GITSTP 19
4 years ago

Does anyone know how to force chat a player through scripts?

0
Please read the community guidelines before asking. (TOS) JesseSong 3916 — 4y
0
Okay. I am sorry. GITSTP 19 — 4y

Closed as Not Constructive by JesseSong, User#834, Mayk728, and ScuffedAI

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?

1 answer

Log in to vote
0
Answered by 4 years ago

This isn't a script request site. But I will still give it to you.

I believe you need to fire a remote event, with the parameters of what you want to say.

  game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("What you want the player do say.", "All")

And that should be it!

Ad