Checking in localscript if Performance Stats are enabled or disabled

Hello there! I’ve been making a custom chat window recently (replacing the default one + giving me a big more leeway with how it’s presented) and one of the features I’d wanted to add at the start was the following:
When the chat button is pressed, and the chat window appears, move the window slightly downwards if performance stats is open so that chat isn’t covered up.
However, I’ve looked around and cannot find a method on the documentation pages on how to check this, and so would like to know if it’s possible.

TL;DR: How do I, in a localscript, check if the client has performance stats enabled?

Any answers are appreciated!

2 Likes

The closest thing I have to an answer is that plugins have the ability to check this and regular Roblox scripts do not, so the chat window was simply placed somewhere else instead of moving dynamically. A bit more lame but at least the window’s not covered up.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.