ChatService in ServerScriptService

I was trying to create a mute command using this function

require(game:GetService("ServerScriptService"):WaitForChild('ChatServiceRunner'):WaitForChild('ChatService')):GetChannel('All'):MuteSpeaker('CanineData_Games1', '', 120)

But nothing happens when I run it