mrdragonyay 2 Report post Posted May 14 (edited) I'm making my own character and when i open up the game the mod works but the character appears completely transparent. does anyone know why this could be? I'm unable to find any errors of some kind and this has really ground the development to a halt so if you could help please do. Edited May 14 by mrdragonyay Share this post Link to post Share on other sites
IronHunter 672 Report post Posted May 15 This is because your code for your character is trying to set a build/bank or play animation that isn't in the bank. The game will not be able to find the relevant sprites/animation and it'll just not render. Chances are the name for your character's build file is not the same as the code in your character's lua file AnimState:SetBuild Without source files it is impossible to troubleshoot further but odds are you have a typo somewhere. Share this post Link to post Share on other sites