Cool but I suggest adding an icon in the notifications area that you can open by clicking the arrow and showing a âCloseâ button when itâs right clicked.
I would like to do that, however, I am still looking for better solution since it would require me to interact with WinAPI which is a nightmare to work with
Oh fine, I donât know how to help you since I always make apps for windows in C# (which is easier to work with windows) and your rpc is in rust. Good luck though
I had that, but for some reason it was not working. I will try to implement it again and see what happens. Thanks!
Perhaps that could be toggled in the configuration file. I also might add a setting to change how frequently you want the presence to update, as currently it is a fixed number of 10s.
Was the API endpoint properly setup? When I was making my version, I seemed to run into issues with the Roblox endpoints that had to be handled a littleâŚweirdly , BUT I assume youâre using this endpoint to deal with said task?
10 Seconds is pretty fair! Just a little note on how the roblox presence API works, but using the API is somewhat unreliable�
For studio, you need to ping your client (meaning move around or something similar) every 10-15 minutes to persistently maintain the Studio Presence on your profile/WebAPI. As for games, teleportation sometimes messes with the API and gives it a hard time when updating.
EDIT: I skimmed through the code, but im not entirely familiar with the language used. These are just suggestions/notes I made when making my executable application but if you already dealt with these issues then kudos!
I feel like this would be really cool, but it crashes every time I open Roblox Studio
It works fine for the website and the player, but it kills the task upon opening Studio
If you can, please provide more information, you can do so by using stateye_debug.exe as it will open a console which can be used for retrieving errors.
Start screen recording.
Open stateye_debug.exe.
Do something to cause it to crash or to error.
Stop screen recording.
Screenshot the part where error occurs in the console.
Remove any sensitive information such as your .ROBLOSECUIRTY token (if itâs present).
Send the screenshot here or to me (if you have experience with GitHub, you can create a new issue there).