Skip to content

Commit

Permalink
Update publish.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMidnightOfficial committed Dec 18, 2022
1 parent 611a45b commit a313959
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions publish.lua
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
-- Remodel Publish script

local KNIT_ASSET_ID = "5530714855"
--local KNIT_ASSET_ID = "5530714855"

print("Loading Knit")
print("Loading Crystal")
local place = remodel.readPlaceFile("Crystal.rbxl")
local Packages = place.ReplicatedStorage.Packages
Packages.Knit.Packages:Destroy()
Packages.Crystal.Packages:Destroy()

print("Writing Knit module to model file...")
print("Writing Crystal module to model file...")
remodel.writeModelFile(Packages, "Crystal.rbxm")
print("Knit model written")
print("Crystal model written")

--print("Publishing Knit module to Roblox...")
--remodel.writeExistingModelAsset(Packages, KNIT_ASSET_ID)
Expand Down

0 comments on commit a313959

Please sign in to comment.