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 23, 2023
1 parent 353f9f9 commit 1a11901
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Chunks.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ class theclass:
rbxm.InstanceRefs[ref]=VirtualInstance(ClassID, ClassName, ref)
##end
##end
def META(chunk, rbxm):
buffer=chunk.Data
for i in range(buffer.readNumber("<I4")):
k=basicTypes.String(buffer)
v=basicTypes.String(buffer)
rbxm.Metadata[k]=v
##end
##end

0 comments on commit 1a11901

Please sign in to comment.