Is there a way to make user variables by only using the built in ones?

The built in ones like username, year, month, second, etc.

2 Likes

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.

2 Likes

I meant using the built in variables to make user variables, for example modifying the username variable to have values

2 Likes

the username variable is a constant so cannot be modified by definition

3 Likes

But can you define it? Like bypass it

2 Likes

no, it’s a constant
well, if you define in a separate variable, yes

3 Likes

Last time I checked, the only available user traits are Time, Username, Day, Month, Year, Hour, Minute, and Second.

2 Likes

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.

3 Likes

I was referring to something else that would be considered a user trait if it were to be implemented

4 Likes