- Fetch Roblox user details (name and display name) via the Roblox API.
- Retrieve the complete friend list of a user with detailed information.
- Save fetched data to a
.txtfile.
Make sure you have the following installed:
- Python 3.8 or later
requestslibrary (pip install requests)
-
Clone the repository or download the script:
git clone https://github.com/Flxne/Roblox-Friend-Checker.git cd Roblox-Friend-Checker -
Install the required dependencies:
pip install -r requirements.txt
-
Run the script:
python main.py
-
Enter a valid Roblox User ID when prompted.
-
View the list of friends with their details. Optionally, save the results to a
.txtfile by following the on-screen instructions.