Are variables isolated in each scene?

If I have LUUP code in one scene, and re-use it in another scene, do I have to make sure to use unique variable names in each? Or is the code automatically isolated? I’m seeing some weird behavior.

Thanks,
Mike

All scenes run inside the same Lua context. Use unique variables if you need isolation.