Hello Developers!
I want to be able to know how hard a players PC is working, so I was wondering if there was a way to get CPU or GPU info, and how?
Thanks in advance! - Dan_foodz
Hello Developers!
I want to be able to know how hard a players PC is working, so I was wondering if there was a way to get CPU or GPU info, and how?
Thanks in advance! - Dan_foodz
The most detailed information I can think of is via the microprofiler though I’m not sure if you can access this information via a script.
I’m pretty sure the most you can get out of a script is their ping and FPS.
If you are trying to find the player’s performance from the server, you could set up a runservice event and return the deltatime to the server every so often. This would show the time between the client’s frames