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

Item that only appears during an animation?

Asked by 3 years ago

I found out how to make a animation on the click of a brick, but I wanted to make something appear when it happens. I wanted a gun to appear when the animation happened but I don't know how to make it happen when its needs to be unable to be equipped, but I have no idea how to do this. To put it in short, I need it to be attached to the body somehow without being a gear.

0
Try welding the gun's handle to the hand of the body, then change its transparency to make it visible / hidden when the animation starts / finishes. QuantumPlasmic 84 — 3y

2 answers

Log in to vote
0
Answered by 3 years ago

weld it to the hand of the body then do this: if (put animation script in here) then (the gun).Transparency = 0

Ad
Log in to vote
0
Answered by 3 years ago

Use tweenservice for smooth transparency and then weld it to the hand, I don't know if that works.

Answer this question