Booting the Library
Loading the ArrayField Library
local ArrayField = loadstring(game:HttpGet('https://raw.githubusercontent.com/UI-Interface/ArrayField/main/Source.lua'))()
Secure Mode
Warning
If the game you're trying to run ArrayField Interface Suite on, is detecting or crashing when you use ArrayField Interface Suite, try using Secure Mode:
- Place
getgenv().SecureMode = true
above the initial ArrayField loadstring
ArrayField will now use Secure Mode and attempt to reduce detection
note
This may cause some elements of the UI to look lower quality or may increase loading times slightly
Enabling Configuration Saving
tip
- Enable ConfigurationSaving in the CreateWindow function
- Choose an appropiate FileName in the CreateWindow function
- Choose an unique flag identifier for each supported element you create
- Place
ArrayField:LoadConfiguration()
at the bottom of all your code
ArrayField will now also automatically save and load your configuration