Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Check if descendants of input are a keyframe sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
jackTabsCode committed Jan 17, 2024
1 parent d33f6b4 commit 39f3f3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added init
Binary file not shown.
4 changes: 4 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ log(`CSRF token: {csrf}`)
local output = ""

for _, anim in deser:GetChildren() do
if anim.ClassName ~= "KeyframeSequence" then
continue
end

log(`Uploading {anim.Name}`)
local res = net.request({
url = URL,
Expand Down

0 comments on commit 39f3f3f

Please sign in to comment.