Type-check warning:
TypeError: Type 'number' could not be converted into 'quaternion | vector'; none of the union options are compatible Luau(1000)
Test case:
local a = vector(1,2,3) * 2
Despite the warning, it will still compile and execute as expected in Second Life.
Type-check warning:
Test case:
Despite the warning, it will still compile and execute as expected in Second Life.