#offhand items

1 messages · Page 1 of 1 (latest)

feral hamlet
#

How to make it so that off hand items don't show in the player's pov?
So for example when equipping cooked beef or some food, I don't want it to show in my screen; it's annoying

atomic plank
#

Make an animation to shrink the item to a scale of 0 whenever the item is in the offhand

feral hamlet
#

Will it replace it with a model?

#

Let's say an invisible model?

atomic plank
#

Actually this method works best for when there is an attachable

#

It won't replace the model, it will literally change the size of the model to non-existent, be multiplying the size of your model by a scale factor of 0 which makes the item dissappear

#

If your are dealing with regular items and size changing (for whatever reason), just change the position to like negative 100 or something on one of the axis

atomic plank
# feral hamlet Ohhh okay

If you are doing this for both first and third person then I'd recommend to use the y axis instead of the other 2