What Ionize is, on ionize.cc
Ionize is a Windows scripting environment for Windows 10, Windows 11. These pages on ionize.cc cover installing it, working in the editor, and the script API it exposes.
This ionize.cc product is not Ionize CMS, ionize.com.au, the PyPI ionize package, or the 2020 INZ coin.
Your first script
Open a new tab, paste the snippet below, attach when the status control shows the target is ready, then execute. Executor-side results appear in the console drawer. In-game print stays in the game console.
print("Ionize is running")
local executor, version = identifyexecutor()
print(executor, version)Scripts in the autoexec/ folder run on attach, so anything you want to always load belongs there. See Scripting for the full workflow.
Explore the docs
InstallationInstalling Ionize on Windows 10 and Windows 11.InterfaceThe editor, script library, and console.ScriptingWriting, organizing, and running scripts.Account ManagerStore accounts, launch with multi instance, auto relaunch, groups, and private servers.DecompilerLifting bytecode back to Luau, with a worker pool that yields until source is ready.PerformanceHow Ionize stays quiet between scripts with diagnostics off by default.sUNC Compatibility75 implemented plus 4 aliases of the tested sUNC set.TroubleshootingCommon problems and how to resolve them.UpdatesHow Ionize checks for and applies new releases.API referenceLibraries and members from the Ionize runtime catalog.