However when i export it to roblox and try testing. The animation doesnt play :(. Tried some debugging and it says that the animation is “playing” by using the code
spawn(function()
while wait() do
print(running.IsPlaying) --always returning true.
end
end)
I have no idea on how to fix it. So I tried looking both in youtube and devforum but i still cannot find the solution to this problem.
Please help!
Yes i used it into starter character. Upload animations to roblox and then put it into the default animate script for the animator!
Still it doesnt work