Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- note: this must be placed into a modulescript.
- local name = 'your name'
- local ChatService = require(game:GetService'ServerScriptService'.ChatServiceRunner.ChatService)
- ypcall(function()ChatService:AddSpeaker(name) end)
- ChatService:GetSpeaker(name):JoinChannel("All")
- function hint(m,ext)
- if not ext then
- ext = {}
- end
- ChatService:GetSpeaker(name):SayMessage(m,"All",ext)
- end
- hint('yoho')
- return {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement