Hi! i am trying to make a npc say something using twitch chat or yt chat
When someone says: “!say” a npc says the message.
Example:
“!say Hello World!”: Makes the npc say Hello world
This can be done by using HttpService along with various different methods like GetAsync, PostAsync, RequestAsync, ect…
Check through the twitch api and youtube api to see what endpoints you can use for your request.
Note that httpservice has a limit of 500 requests / min so limit your work to that scale.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.