Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Using a created animation for a anthro model character in studio?

Asked by 5 years ago

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 !

1 answer

Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

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

Ad

Answer this question