#Animate a custom character

1 messages · Page 1 of 1 (latest)

rare gale
#

Hello, Is the architecture of my NPC okay, please? It's my first time doing this. I want to animate it with an IDLE.

quiet acornBOT
#

studio** You are now Level 7! **studio

rare gale
#

here's my script : ```lua
local character = script.Parent
local animController = character.HumanoidRootPart:WaitForChild("AnimationController")
local animator = animController:WaitForChild("Animator")

local idleAnimation = Instance.new("Animation")
idleAnimation.AnimationId = "rbxassetid://88312978641356"

local track = animator:LoadAnimation(idleAnimation)
track:Play()

floral zephyr
#

Du

#

de

#

its Humanoid.Animator