So I have a GUIskin, but in a GUIskin you can only define the Box control once. Let’s say I want to have two boxes in the same GUI, but both with a different background texture, at the same time onscreen. Is that at all possible with a single GUIskin, or will I have to make more?
Add a custom style to your GUIskin and use it for the second Box.
Cool thanks