#offhand items
1 messages · Page 1 of 1 (latest)
Make an animation to shrink the item to a scale of 0 whenever the item is in the offhand
What about if I use attachables
Will it replace it with a model?
Let's say an invisible model?
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
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