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.