rojo-rbx / remodel

Scriptable Roblox multitool: Manipulate instances, model files, places, and assets on Roblox.com
MIT License
169 stars 38 forks source link

Compound datatypes #15

Open LPGhatguy opened 4 years ago

LPGhatguy commented 4 years ago

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.