RELEASE
Minimalist performance gui is finally released to the public for everyone to use!
This gui helps debugging your game or just for viewing stats.
The gui tracks quite a few stats, here are the following:
- Fps
- Ping
- Memory
- Lua Heap
- Instance Count
- Data Sent
- Data Recevied
You can modify the Update Rate or the Key used to open the gui.
local activateKey = Enum.KeyCode.L -- The key that toggles the UI
local updateRate = 0.1 -- How often the UI updates
Note: the gradient from red to green may not be correct as I am unable to measure the users memory.
DOWNLOAD
I hope you guys enjoy and please let me know of any bugs or issues that I need to fix!