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

how do i finish this?

Asked by 8 years ago

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

how would i make an animation where I press x I do an animation i have an animation in my profile(made by me) but it only plays when I jump(because I changed roblox default animation)

0
how would I get -10 rep? oh... request an script! davness 376 — 8y

1 answer

Log in to vote
0
Answered by
davness 376 Moderation Voter
8 years ago

Well... easy. You can insert a LocalScript on StarterPlayer > StarterPlayerScripts, which carry the scripts to be copied to PlayerScripts folder, something like StarterGui.

On that script, you should do these commands:

1: Get UserInputService service. 2: Change the JumpAnimationID to your own ID using LocalPlayer.Character 3: Use UserInputService to just fire the anim jump when you press both X and Space Bar. Use :LoadAnimation(), and you're ready to rock!

PS: If you'd like a script, please use common sense and follow the rules

0
chill I know how to do this and thanks ^_^ Clakker200 5 — 8y
Ad

Answer this question