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

I’m making a custom, I got the animations, but not the scripts? [closed]

Asked by 6 years ago

I have multiple questions, I’ll list them in no particular order.

[Question #1.] How do I create hotkeys?

[Question #2.] Based on my last question, how do I Link hotkeys into my player? For instance, I would click Q, and it would play one of my animations.

[Question #3.] How do I get an Asset ID? I’ve heard there’s a different between a Roblox Catalog ID and a Asset ID? If yes, is there some way to convert an Roblox Catalog ID to an Asset ID? May I please know how?

[Question #4.] When my animations come in contact, how do I make them do damage only on certain points? I assume I would have to do something like inserting a part

••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• Here are the animations I used.. Would someone help to get the Asset ID for them? If yes, thank you!

https://web.roblox.com/library/1175186563/Spinning-Kick https://web.roblox.com/library/1175163813/Single-Punch https://web.roblox.com/library/1175153701/Punch-Combo https://web.roblox.com/library/1175122112/Backflip-to-Kick

Thanks to whoever helps!

Closed as Not Constructive by hiimgoodpack and Goulstem

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 6 years ago

As it seems you're just trying to request scripts and not trying to get help with your scripts, I'll not got into much detail. 1) Use UserInputService's InputBegan event. http://wiki.roblox.com/index.php?title=API:Class/UserInputService/InputBegan 2) The wiki page explains it. 3) You have to own the animation to be able to use it. 4) That's not a detailed enough description.

Ad