How to get GPU or CPU info?

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

1 Like

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.

1 Like

I’m pretty sure the most you can get out of a script is their ping and FPS.

1 Like

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

1 Like