Oooooookay, I rebuilt the Aberrant sheet, and the changes went live today. Previously, it was unusable and mangled beyond recognition. Now it is unusable and pretty. The buttons seemed to work before it went live, and now most don't. This does not seem to be a transfer (issue, because where I built the game the buttons don't work either..er, its looks like a me problem and not a Roll20 problem. Since I kept most of the attribute names intact, and used all of the original formulas, I am hoping that's where the problem is. Here is a list of issues that may or may not have caused the issues: Most of the attributes are capitalized ("attr_Willpower") Some attributes have "_max" added to them, which appears can't be accessed by a button ("attr_Willpower_max") Almost all of the values lack quotation marks (value=1 instead of value="1") The formula for the rolls seems a bit off. It looks like this: {{roll= [[ (?{Modifier?|0} + @{Willpower_max})d10>7f1!>10s+?{Bonus Successes?|0 }]] }} Which looks wrong with two ">" things, but I can't seem to find the problem there. I mean, it did work at one point. I think. So, would these issues cause problems? Or is it something deeper? And , more importantly, can one of the Devs to say " yeah, go a head and changes some attribute names " so I can make some data disappear off the sheets with a clean conscious?