#how can i make a animation controller stop looping a animation

4 messages · Page 1 of 1 (latest)

lapis dome
#

Can you share the main script?

native widget
#

yeah i can fix the main script if i can see it

cosmic lake
#
local animation = "rbxassetid://blahblah"
local humanoid = script.Parent:WaitForChild("Humanoid")
local animator = humanoid.Animator
local track = animator:LoadAnimation(animation)
track.looped = false
#

turn animation loop off