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

How to perma attach model to arm when animating? [closed]

Asked by
sho17 -15
6 years ago

So i want to make an animation for weapon attacks but when im animating its really difficult unless the model is holding something, but whenever i just stab a sword handle in its hand and and start animating, the sword handle just stays anchored in its position. The question is, how do i make a model hold on to a model or a sword so that when i animate and rotate an arm, the sword moves with the arm?

0
Create a weld and use C0 and C1 abnotaddable 920 — 6y

Closed as Not Constructive by hiimgoodpack, abnotaddable, and PyccknnXakep

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
Nikkulaos 229 Moderation Voter
6 years ago

local weld = Instance.new("Weld", RightHand) weld.Part0 = RightHand weld.Part1 = Sword weld.C0 = RightHand.CFrame

Make sure the sword isnt anchored and can collide is off.

Ad