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
{{ message }}
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.
Most properties on Roblox instances are interesting types that Remodel doesn't support yet, like CFrame, Vector3, or ColorSequence. We can slowly start filling those out!
A good comparison point would be Lemur, which has a similar scope to Remodel, but implemented in Lua for a different use case.
Types
We should come back through and prioritize these. Some types like Ray and Region3 aren't serialized anywhere useful in practice.
Most properties on Roblox instances are interesting types that Remodel doesn't support yet, like
CFrame
,Vector3
, orColorSequence
. We can slowly start filling those out!A good comparison point would be Lemur, which has a similar scope to Remodel, but implemented in Lua for a different use case.
Types
We should come back through and prioritize these. Some types like
Ray
andRegion3
aren't serialized anywhere useful in practice.The text was updated successfully, but these errors were encountered: