#does anyone know how to make an animation play when a player is holding a tool ( and clicking e )

26 messages · Page 1 of 1 (latest)

tiny vapor
#

Do u have the animation?

nimble gale
#

yes

tiny vapor
#

ok

#

well first

#

Create scripr

nimble gale
#

I did that

tiny vapor
#

Second put animation in tool also

nimble gale
#

alr done

tiny vapor
#

Then

#

First

#

We define tool

#
local tool = script.Parent
#

Or whatever your tool is idk

#

Then we define the animation

nimble gale
#

I tried somthing like this, but it didn't work.

tiny vapor
#

Is a signal

nimble gale
#

hmm

tiny vapor
#

Need to connect it

#

So like

#

Maybe u could have a equipped bool

nimble gale
#

Like?

tiny vapor
#

And script.Parent.Equipped:Connect(function()
equipped = true
end)

#

And set it to false on the unequipped event

nimble gale
#

hmm

#

Nah didn't work?