You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The table output is okay. However, myKey's value is interpreted as null, and this makes reading this output pretty confusing! Could Roblox data types be interpreted like the below?
{"myKey":<CFrame>}
or maybe even with the CFrame's components? (I doubt people would really be interested in this method though.)
Right now, if I log a table with, say, a CFrame inside it, and make it print to the Roblox output, it renders like so:
The table output is okay. However,
myKey
's value is interpreted asnull
, and this makes reading this output pretty confusing! Could Roblox data types be interpreted like the below?or maybe even with the CFrame's components? (I doubt people would really be interested in this method though.)
The same thing happens with stuff like Instances - they get printed as
null
.The text was updated successfully, but these errors were encountered: