Small patch published:
- Roactify now supports ColorSequence and NumberSequence datatypes—this means code for objects such as UIGradients should now generate correctly!
- Numbers were previously fixed to three decimal places; they will now truncate to their most significant decimal place (up to three places); e.g.
0.5
will now be output as0.5
and not0.500
, but0.529
will still output as0.529