You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? I want to load a running animation to my sprint system.
-
What is the issue? The issue didn’t exist until last night, the animations were working perfectly fine and none of the code was changed. Then a few hours later boom, roblox went down. Is this a backend problem? Has anyone experienced this too?
-
What solutions have you tried so far? Tried asking the creator to reupload the animations or upload animations to the group or give me direct access, somehow still didn’t work. Tried adding weight to the animationtrack. nothing.
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
animationtrack = humanoid:FindFirstChildOfClass("Animator"):LoadAnimation(script.Animation)
print(animationtrack) -- Prints animation
animationtrack:Play() -- Doesn't even say sanitized error anymore, just doesn't play