Is this a good solution?

Hello! The game: CaseOh’s Basics . I have recently added a bug report/feedback/update suggestion feature to the game. The player can type :pad in the chat to reveal a You Can Think Pad. The player can then type anything they want in the textbox, and then it will send the message via a warning. The warning: warn(“MESSAGE FROM “…game.Players.LocalPlayer.Name…”:”…text) , and then I can see the error in the Error Report tab in the Creator Hub. This has been working for me but I dont know if its a good way of doing this?

1 Like

In my opnion its better to use webhooks in discord to do something like this:
image

3 Likes