What means it
And if I go to tab 3 it happens in tab2 are not so much things
This is amazing! Thank you Roblox. This feature will help identify bugs (& why they are happening) in a much simpler way.
Fun fact: about 1 week ago I was thinking about a feature like this, so today that I saw the release of this powerful tool it felt like a dream!
Keep it up Roblox
This is a great feature to get an understanding of whatâs going on performance wise in-game, I love it! I have a bit of feedback though:
Itâs Adonis⌠itâs not CoreScripts. Youâve used admin before?
Anyways, about the issue with errors from other games showing, itâs potentially a security risk for those game owners, but I donât see anybody erroring confidential info in their console.
It could still show the location of important server scripts, and let exploiters view server errors in the game theyâre hacking. That could give them insight in the anticheat or how they can find loopholes in remote calls to exploit the systems.
So, try to fix it as soon as possible!
I made a script that created a separate thread, which ran a function that intentionally displayed an error, then did this ten times with two different messages.
When I checked the error log on the website, neither error was included there. This means that no, exploiters canât abuse the error function to manipulate an experienceâs error info, which is good. Iâm assuming the âwarnâ function wouldnât do any better, either.
Unless Iâm missing it, there is no way to know which place generates the error. Thatâs kind of key to knowing where to go looking to fix it.
I love these features.
Can you tell us whether getting AFK kicked counts as a crash or not?
My small game is having crazy high crash rates despite the fact no one has complained to me about crashes, and the like ratio has been slowly cimbing for many months. I brought it up to my community and their answer was AFK kicked counting as crashes because a fair few players AFK grind my game.
I like this so far, but it doesnât quite suit what I need. One of my games has been having an issue with the server (not clients) crashing, with no apparent rhyme or reason, and nothing in the console anything unusual ingame before it happens. Iâve spent pretty much this whole year pouring over the codebase of multiple versions of it and found nothing. I hope this page on the website gets additional features that could help narrow that down, as currently Iâve got nothing.
Great update, but it seems when browsing specific filters and flipping between the pages, this feature seems to bug out quite bad.
(also the experience does have data, and it said it had more to show with the numbers located at the bottom right, but it seems to just loop load constantly.)
Edit 2: I also just noticed that it takes the page arrows away, preventing you from accessing the data that was viewable. Youâd have to refresh the page to view the analytics again which is not great if youâre really trying to get into the data.
Hey Sio_Fi, thanks for bringing this to our attention.
Would you please link either the roblox experience, or the analytics url (which includes the universeId) so we can look into it?
oops
edit: (exploiter got into a remote event the errors are to warn that the values are incorrect and will halt the script.)
Great news, being able to see the FPS and Crash rate of our players will be very good to know where to focus our efforts, and now being able to see the errors in real time in Analytics will be incredible.
These additions in Analytics were increible good work roblox
Okay Iâve encountered a few minor issues. On infinite yields it does not show us any traceback. As well, any errors that arenât in the player (ie in the character) wonât be grouped together so thereâs an individual warn for each player.
One more thing, is it possible some warnings (such as humanoid::ApplyDescription, some assets were removed as âŚ, asset delivery issues) could be omitted as they arenât something the dev can (within reason) control?
Hi cody:
Thanks for reporting this. do you mind telling us which experience yours is so we can take a look at the dashboard?
For infinite yield, they happen due to Timeout so there is no additional trace we could provide.
What do you mean errors are in the player? Could you provide some example?
Also we are working on some improvements to see if we could remove some errors/warnings that do not come from creatorâs side.
Hey,
Hereâs a link:
Check out [đSKIPS!] No Jumping Difficulty Chart Obby. Itâs one of the millions of unique, user-generated 3D experiences created on Roblox. ⨠JOIN THE GROUP FOR A FREE "[GAMER]" TAG! ⨠(â EQUIP USING TITLES BUTTON...
So for errors in the player, I mean like usually the playerâs name gets substituted out for when the error is from a script that is a descendant of the player. For example if you look here, when the error comes from a script inside of the PlayerGui, it says âPlayers.<Player>.PlayerGuiâŚâ, this is what I expect to happen:
However, when the error is produced from a script inside of the character (the physical model in the workspace), the personâs username is not substituted with <Player> and is instead literally just their username:
The reason this is problematic is because it gets identified as a unique error so they are not all grouped together which makes it very tedious to navigate different errors:
I believe those errors should all be grouped into one since they all come from the same script. If the username was swapped out with <Player> I believe theyâd all get grouped together so there are no duplicates.
Although it may be worth noting that we technically have a custom character, so I am unsure if that is the cause of the issue.
This is one of the best changes I have seen in a while. Itâs typically difficult to pinpoint errors based on what players say is happening. I hope in the future I can sort through the server and client.
This is truly truly a phenomenal update. Like, no one can complain about this, it only makes things better and easier. Good work. I do wish there was a way to group edit the data of people who were affected by a bug, so that that chunk of people doesnât have that corruption on their account, and you wouldnât have to have a script at the beginning that checks for it permanently within the game.
This is a amazing update makes finding bugs so much easier than asking for people to send screenshots of F9
Great step forward. Please add custom analytics for developers to collect as well I think we all want this