#Disable held item
1 messages · Page 1 of 1 (latest)
you can edit the image texture, set it’s opacity to 1% so it’s only visible in the UI and nowhere else (note this will also hide in item drops, and frames for example)
Or you can go with the attachable way, set any placeholder model and textures on it, then set the scale to be 0 inside scripts
(Attachables will hide your 2D item sprite)
You can also just hide the rightItem bone either in a render controller (part visibility) or animation (scale 0)
only works for third person
not first