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

(ChatService) How to fix nil MuteSpeaker?

Asked by
sayer80 457 Moderation Voter
4 years ago
1local ChatService = require(game:GetService("ServerScriptService"):WaitForChild("ChatServiceRunner").ChatService)
2 
3local channel = ChatService:GetChannel("All")
4 
5channel:MuteSpeaker(game.Players.sayer80.Name,"A ghost can't talk...")

Error:

1channel:MuteSpeaker(game.Players.sayer80.Name,"A ghost can't talk..."):6: attempt to index nil with 'MuteSpeaker'

I've looked through https://developer.roblox.com/, asked on HD and Scripting Helpers Discord, but no one can help me.

I want to create a few lines of code that can Mute a Player from the chat, making him unable to write, but still being able to view the chat, also later being able to unmute the Player.

I've done 0 modifications to the chat.

Answer this question