• Help with Gun on back
    1 replies, posted
So. I'm trying to make a 'stowed away weapons appear on your back' kind of deal but would it be better to Parent an entity to the spine attachment, or to use SetRenderOrigin() on the client every frame? I've read opposing posts about both, and was wondering if anyone had any thoughts on this
Use anything that involves parenting to bones and a clientside entity to do stuff like this. It will save you a lot of headaches you'll get from calculating exact position and angles(also clientside models don't use any server edicts).
Sorry, you need to Log In to post a reply to this thread.