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?
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()