What do you want to achieve?
I want to know my game’s join logs and admin command logs in Discord
What is the issue?
Roblox moderator closed my game for adding discord webhook that show Player join logs in Discord but I still see many tutorial in this forum that we can use discord webhook. So I want to know that can I use discord webhook?
This is my first topic here, I am sorry if I did anything wrong in this forum.
If you have too many requests, what I have done is added each chat message to an array, and when the array is at like 50 messages, send that to discord and then clear the array and start from scratch.
Discord is not a logging service. If it ever becomes a problem for them again, they will block Roblox requests altogether and your code will hard error. Use a real logging service.