Skip to content

Commit

Permalink
Update Chunks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Captian-obvious authored Nov 22, 2023
1 parent 82f6c85 commit 1c6dab3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Chunks.py
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
import base64,Buffer,errorHandler,LZ4,os,pyrbxm,sys,requests,robloxapi

def VirtualInstance(classID, className, ref):
class vi:
ClassId=classID
ClassName=className
Ref=ref
Properties={}
Children={}
##end
return vi
##end

def INST(chunk, rbxm):
buf=chunk.Data
##end

0 comments on commit 1c6dab3

Please sign in to comment.