#Custom animations when equipping a tool
1 messages · Page 1 of 1 (latest)
Im new too, so, idk if there is a better way, but you can create a local script in the tool and do a .Equipped, use input service for the W, S, D, A press, and play() the animation for each one
So would i need different walking animations for every time you press W,A,S,D or can i just use the same animation whenever you press those keys
you can use the same one
Well i got it to work but now it keeps playing even without the tool equipped
you would connect AnimTrack:Stop() to Tool.Unequipped