A 'Display errors' window

Everyone with a medium to big game requires a way to upload errors online in order to view them later.
They either use datastores, google sheet or other solutions to permanently log ingame errors.
These ways require alot of skill to make and does not work if you run out of http or datastore requests.

What I suggest is a choice in the dropdown menu on your game called Display errors. That button leads to this window.

Design.png

This is a graphically simple to use window that displays errors that has occured ingame.
It shows the amount of times the error occured and a detailed description is avalible if you press the specific error. Developing games would be so much faster if a window like this was made.

Press like if you atleast liked my graphics, it took a while to make :stuck_out_tongue:

1 Like

Ehh, idk. I use google analytics for this and it works just fine. There’s a free module you can use and everything.

1 Like

link? Been trying to make my own but been failing.

This I think. There should be a tutorial thread or something about how to set up google analytics with your game.

ROBLOX has an official analytics module that also logs visits. (why not?)
There’s even an article on the wiki that explains how to set it (and Google Analytics) up.

87 end of line errors? :scream:

1 Like

Having a datastore or ‘errorstore’ that I could pull up right there in studio where I’m working would be super convenient. I would support this, or something like it, but the google analytics module is actually really easy to setup. The first time I set it up it took maybe 15 minutes, now I can update any game with GA in less than 5. I haven’t had any issues with request limits, but my games are not even remotely datastore intensive.