Hi, I am unsure if these are bugs or if there was some change in the codebase, but since I cannot find anything in the documentation, I am asking it here. 1. For some reason, maximum attributes always return 0. If I try to access a _max value using the format: @{character_name|attributename_max} I always get 0. However, the correct value is returned if I use getAttrs(`attributename_max`). This seems to affect both strings passed to startRoll and Chat. UPDATE: Thanks to Vince and Scott. I leave it here if someone else ends up with the same issue. In the chat, you need to use the format: @{name|attributename|max} in the sheet workers you use: attributename_max 2. The attributes are only accessible by name, while the abilities are accessible by name and id. I am pretty sure it was possible to access attributes by name and id; I even found some old forum posts showing it. Is it a bug or a change I missed from the changelog? Even more important: if it's not a bug, does roll20 plan to remove the functionality for abilities? Most of the rolls in my sheet use character_ids to avoid continuously resetting them and to avoid any issues if two sheets have the same name. Removing this functionality could break completely the current sheet so I would love to know it to find a different way to deal with it.