LL seems to have implemented
vector
(returns Luau vector) and
quaternion
(returns Luau userdata) functions to completely replace
vector.create(x,y,z)
and
vector.create(x,y,z,w)
. While I understand the aliases are useful, I don't think the built-in API should be disabled since it prevents us from making proper use of the library (and potentially other APIs).
What's the reasoning for this decision, and can it be changed?