#Help with animate

1 messages · Page 1 of 1 (latest)

grim parcel
#

I have the animations done. But the animate isn’t what I wanted. What script do I use to make it that all my animations that are changed only goes towards me? If you can help me thanks. If need more explanation just say.

#

For more clearness I know that you can use animations using the animate local script when u play the game on Roblox studio. But I won’t to make it that the animations only go towards me.

trail sage
#

local animation = [reference your animation]
local animationTrack = game.players.Localplayer.character.humanoid.animator:LoadAnimation(animation)
animationTrack:Play()
if you want it to repeat do looped=true

finite relic
grim parcel
finite relic
#

So you mean only change ur animations?

grim parcel
#

Yes!

finite relic
#

?

#

Like player name specific?

trail sage
#

If player.playerid == [your player id] then
AnimationTrack:Play()
end

finite relic
#

But not exactly

#

Hm

grim parcel
#

Ty