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

how can i replace the walking animation with a tool? [closed]

Asked by 7 years ago

i want to make a tool in witch when you hold it it replaces the walking default animation with one i made but i don't know how to do that so can someone send a script

Closed as Not Constructive by GoldenPhysics

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?

1 answer

Log in to vote
0
Answered by 7 years ago

try this

function onequipped()
script.Parent.Parent.Parent.Animate.walk.WalkAnim.AnimationId = script.Parent.StringValue.Value
end
0
you can use onequipped function to execute scripts when ewuip tools darkzerobits 92 — 7y
0
no it dident work bobyjoe9812 -10 — 7y
Ad