the video did not work because the web has changed from the past 2 years and does not have somethings shown in the vid or it does i just cant navigate it and im getting a error in the other script
that i got from that
As previously stated, you cannot make requests to the Roblox website or APIs from the HttpService. You’ll need to proxy the request using a service such as rprxy.
Also your request URL is strangely formatted. Your URL already contains the group ID, but you have appended it to the hash, which is unnecessary.
The request URL is also for the group’s page on the website, which returns a HTML document. You need to use the groups API to get JSON data, or parse the HTML document yourself.