Hi Seb, I took a look at the character sheet and have identified why the images are failing to load now. The short of it is the original author deleted their version of the images from the internet, however, the images still exist in Roll20's system, they just need to be updated to point at our version of the image. To do this, you can get started with doing character sheet development by following this help centre article: <a href="https://help.roll20.net/hc/en-us/articles/360037773413-Intro-to-Sheet-Development" rel="nofollow">https://help.roll20.net/hc/en-us/articles/360037773413-Intro-to-Sheet-Development</a> Then you'll want to edit the Metal Adventures/MetalAdventures.css file and find-and-replace all of "<a href="https://raw.githubusercontent.com/yuyuki" rel="nofollow">https://raw.githubusercontent.com/yuyuki</a>" with "<a href="https://raw.githubusercontent.com/Roll20" rel="nofollow">https://raw.githubusercontent.com/Roll20</a>" (note the change from "yuyuki" to "Roll20") Once you've done that and opened a PR, I or one of the other character sheet developers will check the changes and get them onto the site for everyone to benefit from!