#Disable held item

1 messages · Page 1 of 1 (latest)

high girder
#

I was wondering on how i could disable the item that the player holds from beeing rendered.

scenic sandal
#

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)

high girder
#

I see

#

thanks

mint timber
#

You can also just hide the rightItem bone either in a render controller (part visibility) or animation (scale 0)

scenic sandal
#

not first