The built in ones like username, year, month, second, etc.
You can create variables that persist between plays (these are called user variables) by tapping the new variable button in the user section, but you cannot create more “user traits” like username, time, device model, etc.
I meant using the built in variables to make user variables, for example modifying the username variable to have values
the username variable is a constant so cannot be modified by definition
But can you define it? Like bypass it
no, it’s a constant
well, if you define in a separate variable, yes
Last time I checked, the only available user traits are Time, Username, Day, Month, Year, Hour, Minute, and Second.
Traits cannot be modified by the user by any means. Object Traits are an exception because you can do something with the object to get different values. When making a game without Yellow Variables, the best Trait Variables to use are Object Trait Variables.
I was referring to something else that would be considered a user trait if it were to be implemented