I appreciate your feedback @nvthane,
Firstly I understand that using string-inputs was not ideal, that’s why I changed it to declarative, table method.
Secondly, in the newest version I changed how animations work. It’s almost like Tween service but you are using classes instead with full customizability. I hope you like it. I always try to make the styling process using this framework faster, and using tween service is not ideal with speed.
Lastly, I mainly made Flux to be like Tailwind but in Roblox, I wanted to challenge Roblox’s limits. But I realized that it just won’t work, that’s why i rewrote the entire codebase to make it cleaner, organized and less resource-intensive.
additionally, what I meant by it won’t work is that, using strings and regex for detecting input is so buggy and if you do just one mistake your full code will break down and you wouldn’t even know where the problem is.