I want to make a game with the anthro model mr grey, I have built a working rig and I am able to animate, but no tutorial has been able to help me use my animations for example I want the model to punch when I press the f key. also if anyone has suggestions on were I can go to learn more about scripting, and making a good U.I. for roblox studio, please help I want to learn this stuff !
To make an animation run when you click a certain key you would want to use UserInputService: https://developer.roblox.com/api-reference/class/UserInputService
In terms of general scripting I would watch AlvinBlox as he is extremely helpful or you could read the free Lua programming book.
Lua Book: https://www.lua.org/pil/contents.html#P1 AlvinBlox: https://www.youtube.com/channel/UCp1R0TBvgM7gj0rwTYULmSA