atrexus / unluau

A decompiler for Luau (Roblox's Lua based programming language: https://luau-lang.org/).
Apache License 2.0
87 stars 21 forks source link

V2, BasicValue type needs to be destroyed #40

Closed karl-police closed 2 months ago

karl-police commented 8 months ago

I am going to share my experience with BasicValue

I can't do .Value

and the ToString is calling other ToString

Most importantly, I can't do .Value

The ToString function ruins it

karl-police commented 8 months ago

elp

image