```lua
local animation = script.Parent.Animation
local animator = script.Parent.AnimationController.Animator
local track = animator:LoadAnimation(animation)
track.Looped = true
track:Play()
while task.wait() do
if track.IsPlaying then
print("cheese")
end
end
i have this code and it prints cheese but the animation doesnt ever play,
chatgpt is saying i should set a remote event but idk can someone help me ill answer anything pls and thank u
** You are now Level 19! **