Skip to content

Commit

Permalink
Update new use of flipbook
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Dec 9, 2024
1 parent 9cd0c28 commit 4deebb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lune/tasks/publish-plugin-asset.luau
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local AssetService = game:GetService("AssetService")
local ReplicatedStorage = game:GetService("ReplicatedStorage")

local CREATOR_ID: number = _G.ROBLOX_CREATOR_ID
assert(typeof(CREATOR_ID) == "number", "_G.ROBLOX_CREATOR_ID must be supplied")

local ASSET_ID: number? = _G.ROBLOX_ASSET_ID

local root = ReplicatedStorage:FindFirstChild("flipbook")
local root = ReplicatedStorage:FindFirstChild("Flipbook")
assert(root, "no plugin found for upload")

local assetId: number?
Expand Down

0 comments on commit 4deebb2

Please sign in to comment.