Need help with play animation when a player sits on seat

image

image

Script isn’t doing what intended and nothing showing up in output. What am I doing wrong here?

When a player sits on the seat the animation will play. I’m just using a basic touch function. Is this possible?

Here’s the code you should be running:

local Anim = a.Parent:WaitForChild(“Humanoid”):LoadAnimation(anim)
Anim:Play()
1 Like