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

Commit 39f3f3f

Browse files
committed
Check if descendants of input are a keyframe sequence
1 parent d33f6b4 commit 39f3f3f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

init

11.3 MB
Binary file not shown.

init.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ log(`CSRF token: {csrf}`)
6262
local output = ""
6363

6464
for _, anim in deser:GetChildren() do
65+
if anim.ClassName ~= "KeyframeSequence" then
66+
continue
67+
end
68+
6569
log(`Uploading {anim.Name}`)
6670
local res = net.request({
6771
url = URL,

0 commit comments

Comments
 (0)