1.
Make sure you have Python installed on your system. You can download Python from here.
2.
Install Selenium library with:
pip install selenium
3.
Clone the repository with:
git clone https://github.com/beeeegi/RobloxProfileDescriptionUpdater
4.
Replace the variables with your Roblox account credentials and the new profile description you want to set.
username = "UPDATE THE USERNAME VARIABLE"
password = "UPDATE THE PASSWORD VARIABLE"
description = "UPDATE THE DESCRIPTION VARIABLE"
5.
Run the script using:
python RobloxProfileDescriptionUpdater.py