Run this separately (outside Helios) to edit settings when the in-script GUI causes crashes. SAVE_DIR = os.path.join(SCRIPT_DIR, "r6_helios_saves") SAVE_FILE = os.path.join(SAVE_DIR, "r6_config.json") ...
local TOGGLE_KEY = Enum.KeyCode.K local MIN_SCALE, MAX_SCALE, DEFAULT_SCALE = 0.6, 1.8, 1 local char = player.Character or player.CharacterAdded:Wait() local humanoid = char:WaitForChild("Humanoid") - ...