Are you following me? If not, follow me at @PaddlerGames. How this works: This project does not use JavaScript code to make a one time followers list to put in the project before sharing it, to check if a user is following me, like in @griffpatch's 20,000 followers project. This project always has an updated list of followers all the time, because it uses Python. I have a Python server that's on 24/7 that can do many things, including checking if you are following me. Whenever a request is made to check if a user is following me, this project communicates with the backend server, and checks if the user is following me. It then updates your project to the correct answer. Since the api is slow, and if many people are making requests at the same time, it may take up to 5 seconds, but it usually takes less than that. I used both frontend code and backend code from @TimMcCool's scratchattach Python library to make the code for this project. This project will not work for you if you are a New Scratcher. If it's still not loading after 10 seconds of waiting, that means you are a New Scratcher, or the backend server is down. If there are any bugs with this project, tell me in the comments below. Credits: @TimMcCool for the scratchattach Python library Python for the coding environment And the Scratch API for making this possible.