Roblox Chat Webhooks

I’m looking for somewhere to send my chat data to, I have a web hook system setup where when a user chat it will send it to a web hook. I don’t want use Discord for it as it is against their TOS and it’s not a logging service. Does anyone know of any database services I can send my data to via web hook.

Hello, spookyscarywoah, I recommend learning how to use datastore2 to deal with this. This way you can save not only player data for your game, but as well as any other data you need to save. This includes a table or tables of previous chats that you can go back and look through whenever you want. For more on datastore2, you can view here: How to use DataStore2 - Data Store caching and data loss prevention