User Information
These global variables provide information about the current user, their preferences, settings, and account details.
Basic User Information
username
String
The username of the current user
user_icon
String
URL to the user's profile picture
user_folder
String
Path to the user's home folder
global_accent
String
The user's selected accent color in hex format
User Object
The user
object contains comprehensive information about the current user, including personal details, preferences, and system settings.
Personal Information
user.username
String
The username of the current user
user.pfp
String
URL to the user's profile picture
user.bio
String
The user's biography
user.pronouns
String
The user's preferred pronouns
user.birthday
String
The user's birthday
user.created
Number
Timestamp when the user account was created
user.last_login
Number
Timestamp of the user's last login
User Preferences
user.theme
Object
User's theme preferences
user.theme.accent
String
Accent color in hex format
user.theme.background
String
Background color in hex format
user.theme.primary
String
Primary color in hex format
user.theme.secondary
String
Secondary color in hex format
user.theme.tertiary
String
Tertiary color in hex format
user.theme.text
String
Text color in hex format
user.wallpaper
String
URL to the user's wallpaper image
user.wallpaper_mode
String
How the wallpaper is displayed (e.g., "Fill")
user.scrollspeed
Number
User's preferred scroll speed
System Information
user.timezone
String
User's timezone
user.system
String
User's system name
user.hostOS
String
User's host operating system
user.max_size
String
Maximum storage size allocated to the user
user.used_size
Number
Amount of storage currently used by the user
user.onboot
Array
List of applications to launch on system boot
user.origin_dock
Array
List of dock modules to load
User's System Data
user["sys.badges"]
Array
Badges earned by the user
user["sys.banners"]
Array
Banner images available to the user
user["sys.currency"]
Number
User's virtual currency amount
user["sys.friends"]
Array
List of the user's friends
user["sys.items"]
Array
Items owned by the user
user["sys.purchases"]
Array
Items purchased by the user
user["sys.backups"]
Array
System backups for the user
user["sys.enablebackups"]
String
Whether automatic backups are enabled ("true"/"false")
user["sys.total_logins"]
Number
Total number of times the user has logged in
user["sys.transactions"]
Array
History of currency transactions
Examples
Last updated
Was this helpful?