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

How would i add a animation for death on this script?

Asked by 9 years ago

--------------------------How would i add a animation for death on this script?-------------------------------------- --------------------------- ttp://pastebin.com/VHRzsq8d -------------- sorry script was to long to post please help asap

0
like I want a animation for idle i want to know how to change it like that stingray13 0 — 9y

1 answer

Log in to vote
1
Answered by
adark 5487 Badge of Merit Moderation Voter Community Moderator
9 years ago

I'm pretty sure you cannot, unless you hack the Health scripts to mimic some internal health scheme without actually damaging your character.

The reason for that is the Character model has its Joints broken when the Character dies, so any animation would likely just fall apart.

What you're trying to do is deceptively simple, and I would focus on making actual gameplay mechanics before trying to make accessory animations and whatnot. It's easier to code gameplay because you don't have to deal with ROBLOX shenanigans most of the time, and you'll be better equipped to deal with ROBLOX's shenanigans when you already know how to scan a script to figure out how to add something to it.

0
could i make the weapon kill the player 90% then after animation goes it kills the other 10%? stingray13 0 — 9y
Ad

Answer this question