Jump to content

Modded Character Appearing Completely invisible


Recommended Posts

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.

image.png.67073e6ae0b700e09e9fd2020eb02d87.png

Edited by mrdragonyay
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...