#Help with an animation script (im new)

4 messages · Page 1 of 1 (latest)

merry sedge
#

Yeah Im trying to use animations also, they aint working for me

stark robin
#

what is handle in the script??
is game.Workspace.Rock a tool?

if its a tool then you should be using Tool.Activated event to detect when a player clicks or user input.
another thing a person talked about is what type of script is it? where is it located?

storm atlas
#

should be

local animInstance = Instance.new("Animation")
local animationId = "111111"
local animation = humanoid:LoadAnimation(animation)

animation:Play()```
#

not how u loaded it and stuff