Hello there! as I don’t know where to post this, I’ll put it here
So I would like some ideas on how can I make an animation where an NPC picks up objects, and drop them.
This is what I would like to achieve:
robloxapp-20210227-1834235.wmv (888.2 KB)
Or like this:
I use “Moon Animator” and the default animator.
I tried to weld them, but it doesn’t work as expected. I saw tutorials on youtube, but none of them talk about this.
I would like some examples of how can I make it, any help is appreciated
Not asking for entire scripts, just ideas or examples
1 Like
Jozeni00
(FrostyDragon)
#2
You will need to use a Rig Editor plugin, I personally use ‘Rig Editor’ by goro7.
Once you have that, follow these steps:_
Rigging
- Insert two parts with Size property: (0.5, 0.5, 0.5).
- Name those parts LeftGrip/ RightGrip (respective to each hand).
- Place them right in the center of each hand.
- Put the Grips in the same group as the Rig
- Open Rig Editor >> select the rig >> click the hand >> click the Grip (repeat process for other hand).
Welding
- Have Explorer window open and make sure the Tool is not Anchored.
- Have the tool in the same group as the Rig (prefer if the ‘Tool’ is a ‘Model’)
- On Moon Animator, click “Easy Weld”.
- There will be three Tabs, click the middle tab >> turn “Animatable” off.
- First, click the main part of the tool that will hold the tool together.
- Second, select the rest of the parts of the tool to be welded.
- Click “Join In Place”.
- Click the main part again, then the Grip and
Join In Place
.
This was a simple demonstration of rigging and how to make parts animatable. Hope this helps!
2 Likes
OMG! Thank you so much, it really helped I’ve been searching for this for months. Thank you!
1 Like