Run this script under mono vm, nothing happens:
default {state_entry() {
print(["lol"]);
}}
But, run it under LSL2025 vm:
[6:41 AM] Object: table: 0x000000000fd76ec0
It seems to be hooked up to the luau print function by mistake, rather than what it's supposed to do