#Help with animate
1 messages · Page 1 of 1 (latest)
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.
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
Wdym animations only go toward you?
Like you have the animations instead of going to everyone that join they only to you. So the new walk animations. Jump. Everything
So you mean only change ur animations?
Yes!
So you mean only change ur animations and only yours
?
Like player name specific?
If player.playerid == [your player id] then
AnimationTrack:Play()
end
Yes!
Yes
Ty