Loading the Rayfield Library

Booting the Library

local Rayfield = loadstring(game:HttpGet('https://raw.githubusercontent.com/UI-Interface/CustomFIeld/main/RayField.lua'))()

Secure Mode

If the game you’re trying to run Rayfield Interface Suite on, is detecting or crashing when you use Rayfield Interface Suite, try using Secure Mode:

  • Place getgenv().SecureMode = true above the initial Rayfield loadstring
  • Place getgenv().DisableArrayfieldAutoLoad if you dont want Arrayfield to AutoLoad the configuration

Rayfield 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

  • 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 Rayfield:LoadConfiguration() at the bottom of all your code

Rayfield will now automatically save and load your configuration