#Import Animation to Custom Avatar

10 messages · Page 1 of 1 (latest)

onyx sable
#

How to import animation for my custom avatar

this is the code, i got it from youtube

local Players = game:GetService("Players")
local runAnimation = "rbxassetid://13808528218" -- replace these with your own animation ids
local idleAnimation = "rbxassetid://13808431387" -- replace these with your own animation ids

local function onCharacterAdded(character)
    local humanoid = character:WaitForChild("Humanoid")

    local animateScript = character:WaitForChild("Animate")

    animateScript.run.RunAnim.AnimationId = runAnimation
    animateScript.idle.Animation1.AnimationId = idleAnimation
end

local function onPlayerAdded(player)
    player.CharacterAppearanceLoaded:Connect(onCharacterAdded)
end

Players.PlayerAdded:Connect(onPlayerAdded)

and this is the model

forest nacelle
#

try this plugin?(i have no idea what im saying try it tho)

wet vortex
#

Did you replace the animation id with our own one?

onyx sable
wet vortex
onyx sable
wet vortex
#

What about the other id?

onyx sable
wet vortex
#

Both have been uploaded for a tad right?