In beta grid, Luau 2026-03-24.23471922914, and in main grid, Luau 2026-01-30.21516666911
// VM Mono
default { state_entry() {
rotation r = (rotation)"hello";
llOwnerSay((string)r);
}}
// -- > <0.00000, 0.00000, 0.00000, 1.00000>
// VM Luau
default { state_entry() {
rotation r = (rotation)"hello";
llOwnerSay((string)r);
}}
// -- > <0.00000, 0.00000, 0.00000, 0.00000>