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

How do i make an damaged animation? [closed]

Asked by 5 years ago
Edited 5 years ago

So uh i've tried to make this a 2 month ago, so i didnt made that.

So asking.

How do i make damaged(hurt) animation(sound) script When player gets damaged it plays sound or animation.

Like this?

player = script.Parent -- a script inside player
hum = player:FindFirstChild("Humanoid")
sound = script.Sound

function Play()
sound:Play()
end

if hum:TakeDamage-- or what
Play()
end
0
this is not a request site DeceptiveCaster 3761 — 5y
0
Uh SunxLightz 30 — 5y

Closed as Not Constructive by DeceptiveCaster and Amiaa16

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?