Animation not playing

Have you tried publishing the game and testing on roblox itself, instead of using roblox studio test function? – It’s a reach but it might be a solution

Also, just make sure to actually load the player:

local player = game.Players.LocalPlayer
local char = player.Character or player.CharacterAdded:Wait()
local hum = char:WaitForChild("Humanoid")

Yes I’m using code like that, and it didn’t work on the Roblox client.

I’ll do some further testing, give me a min.

Just to make sure, your prints do run, right?

That is correct. It prints before and after the animation plays.

Upon testing, I found that it only works when “Avatar Type” is set to R6 in Game Settings, did you design the animation in r6 and are trying to use it in r15?

1 Like

THANK YOU SO MUCH, I have been trying to figure this out for days.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.