I’m trying to find out a way to detect if a group is closed or open. I tried using the Roblox Groups API but I can’t find any option for group opening / closing detection. I’ve tried finding a specific html element to detect if group is closed (I know there is an element which its value says “Group Closed”, but that is not loaded when you actually first look at the page source).
I’ve tried finding html element to detect group if it’s closed or open. Yes, there is an element with its value “Group Closed”, but that is not loaded into the page at first.
So, is it possible to check if a group is closed or open in the Roblox API somehow, or if you guys know?
(I’m not talking about join approval. Some groups are abandoned and they might become closed.)