What do you want to achieve? Hello, I have a problem with animations in my game. In fact I created skate, I created an walk and run animation with the skate on the character which is activated when the player clicks on a GUI . The problem is for some players with custom animations (not the default roblox anim), the script does not work and bug because the animations WalkAnimation and Runanimation are not detected. I don’t know how to fix this problem?
I still have the issue,
some players who have purchased animations on the Roblox store have the buggy script. As if the information in the character is different and therefore there is an error
Hello, thank you for your answer, i was not aware of this. But the players who have customized animations will not have them on my game if I understand correctly? Which is a bit of a shame for them ?
if animate.walk.WalkAnim~=nil then
animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=10713484359"
end
if animate.run.RunAnim~=nil then
animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=10713484359"
end