You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? I want to make It so If the animation id is valid it returns true
-
What is the issue? I Cant seen to figure out how
-
What solutions have you tried so far? Ive looked everywhere and tried to come up with a solution with no success
b = Instance.new("Animation", workspace)
b.AnimationId = "rbxassetid://"..Animation
c = workspace.Dummy.Humanoid:LoadAnimation(b)
c.Looped = true
c:Play()
wait(3)
print(a.IsLoaded)
if c.IsPlaying then
Ive tried to do this but It still passed through as true