Once I place a GUI texture in a characters heirarchy it doesn’t show up?? any idea why it wouldn’t?
GUITextures use viewport space, where x/y coords must be between 0 and 1.
–Eric
It was at 0.
The world coords have to be between 0 and 1, not the local coords.
–Eric
Thanks Eric.