Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

It's not working but I can't see errors in the console??

Asked by 5 years ago
wait()
local FA = Instance.new("Animation")
FA.AnimationId = "rbxassetid://2869124824"
local humanoid = script.Parent.Humanoid
local FallAnimation = humanoid:LoadAnimation(FA)

humanoid.FallingDown:Connect(function(s)
    if s == true  then
        print("lol")
    end


end)

0
print(s) before checking if s = true User#24403 69 — 5y
0
I still can't see it in console octopusprime101 4 — 5y
0
the Humanoid has to actually be falling DeceptiveCaster 3761 — 5y
0
it is lol octopusprime101 4 — 5y

Answer this question