Developing UI Scripts Compatible with Both UI16 and Workspace
Hi, all.I'd like to create a UI script that works in both UI16 and Workspace.I understand that for UI16, "ScriptLoader.getScripts" is used to call UI scripts, and for Workspace, "g_ui_scripts.getUIScript" is used.What is the best way to create a UI s...