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

How to use animations in a tool?

Asked by 9 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

So I don't know anything about scripting, but since my scripter is too lazy to do anything. I need help.

I need to know how to play an animation by pressing a key on the keyboard "R" for instance.

I don't understand Lua at all. I've tried, but I don't have enough patience to do so. If anyone could help me that would be amazing!

(I would also like it to connect to a stamina GUI, but you don't have to include that). Thank you so much

  • Brocks1995

  • **** EDIT

Thanks a lot for helping me with this question. I'll make sure never to use this website ever again. Even the roblox forums are better.

game.Players.LocalPlayer.Chatted:connect(function(msg)
    if msg == "/e RightUpperCut" then
        local a = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(script.RightUpperCut)
        a:Play()
    end
end)
0
if you dont have the patience to ATTEMPT to learn this at all, then this isnt the place for u. SH are for scripters to help and get help from other scripters. Everyone here try their best in order to have some knowledge of it. And this is not an actual question. You havee to show u made an attempt at it, this isnt a request site koolkid8099 705 — 9y
0
I did make an attempt. I didn't post it in the thread because what I tried was something I did want. brocks1995 0 — 9y

2 answers

Log in to vote
0
Answered by 9 years ago

You can be learning from Youtube ROBLOX script Tutorials. Which is easier to learning. I know it kinda of long but still learning.

0
Well thank you for being the most thankful. I'll check it out and see what I can learn from them. brocks1995 0 — 9y
Ad
Log in to vote
2
Answered by 9 years ago

Use a little bit of common sense and brain power. I recommend this site:

http://www.wikihow.com/Not-Be-Lazy

0
XD koolkid8099 705 — 9y

Answer this question