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

how i do whisper command using a chatspeaker?

Asked by 4 years ago

how i do whisper command using a chatspeaker I tried this:

01local Chat = game:GetService("Chat")
02local plrs = game:GetService("Players")
03local serverScriptService = game:GetService("ServerScriptService")
04local chatServiceModule = require(serverScriptService:WaitForChild("ChatServiceRunner").ChatService)
05 
06local ReplicatedModules = Chat:WaitForChild("ClientChatModules")
07local ChatModules = Chat:WaitForChild("ChatModules")
08local ChatConstants = require(ReplicatedModules:WaitForChild("ChatConstants"))
09local speaker = chatServiceModule:AddSpeaker("ROBLOX")
10local messages = {
11    ", you are awesome!",
12    ", you are special!",
13    ", i like you",
14    ", i like you the way you are"
15}
View all 59 lines...

https://pastebin.com/2m5uVPfS

1 answer

Log in to vote
0
Answered by 4 years ago

PROBLEM FIXED, MODERATORS PLS CLOSE THIS

0
change the title to (Fixed) then leave it, do not delete the question CrazyCats84 154 — 4y
Ad

Answer this question