Skip to main content

Booting the Library

Loading the Rayfield Library

local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()

Enabling Configuration Saving

Tiptip
  1. Enable ConfigurationSaving in the CreateWindow function
  2. Choose an appropriate FileName in the CreateWindow function
  3. Choose a unique flag identifier for each supported element you create
  4. Place Rayfield:LoadConfiguration() at the bottom of all your code

Rayfield will now automatically save and load your configuration