# Limerence ## Docs - [Overview](https://luau.limerence.biz/api/overview.md): The api table available in every Luau script. - [Overview](https://luau.limerence.biz/autoloot/overview.md): api.autoloot: watch and shape the Auto Loot feature (Apocalypse Rising 2). - [Overview](https://luau.limerence.biz/bind/overview.md): api.bind: read keybinds the user has set on UI elements. - [Cleanup](https://luau.limerence.biz/cleanup.md): What runs when your script unloads. - [Apocalypse Rising 2](https://luau.limerence.biz/client/apocalypse-rising-2.md): AR2-only local-player calls: firearm, hydration, energy, vehicle, and inventory. - [Bloxstrike](https://luau.limerence.biz/client/bloxstrike.md): Bloxstrike-only local-player calls: weapon, ammo, money, armor, flash, scope, defuse, hostages, spectators. - [Overview](https://luau.limerence.biz/client/overview.md): api.client: you (your local player), position, health, weapon, team, and status. - [Rivals](https://luau.limerence.biz/client/rivals.md): Rivals-only local-player calls: equipped item, duel state, velocity, level, ELO. - [Shared](https://luau.limerence.biz/client/shared.md): Local-player getters and signals that work in every game. - [Game support](https://luau.limerence.biz/game-support.md): Limerence runs in more than one game, so some of the api changes depending on where you are. - [Apocalypse Rising 2](https://luau.limerence.biz/game/apocalypse-rising-2.md): AR2 api.game: world pings. - [Bloxstrike](https://luau.limerence.biz/game/bloxstrike.md): Bloxstrike api.game: the bomb, the hostages, the gamemode, and dropped items. - [Overview](https://luau.limerence.biz/game/overview.md): api.game: match-level info. What's inside is totally different per game. - [Rivals](https://luau.limerence.biz/game/rivals.md): Rivals api.game: match status, environment, and placeables. - [Luau Scripts API](https://luau.limerence.biz/index.md): Reference for Luau scripts and the api table. - [Influence](https://luau.limerence.biz/legitbot/influence.md): Filters, gates, aim transforms, force target, and requestShot. - [Overview](https://luau.limerence.biz/legitbot/overview.md): api.legitbot: watch and influence the legitbot without flipping menu toggles. - [Signals](https://luau.limerence.biz/legitbot/signals.md): Legitbot notifications: shots, targets, scope, magnet. - [State](https://luau.limerence.biz/legitbot/state.md): Read what the legitbot is doing: targets, scope, and fire state. - [Overrides](https://luau.limerence.biz/overrides/overview.md): Force a control's value without changing what the UI shows. - [Apocalypse Rising 2](https://luau.limerence.biz/players/apocalypse-rising-2.md): AR2-only PlayerHandle methods and signals. - [Bloxstrike](https://luau.limerence.biz/players/bloxstrike.md): Bloxstrike-only PlayerHandle methods and signals. - [Overview](https://luau.limerence.biz/players/overview.md): api.players: the same kind of info as api.client, but for everyone else. - [Rivals](https://luau.limerence.biz/players/rivals.md): Rivals-only PlayerHandle methods and signals. - [Shared](https://luau.limerence.biz/players/shared.md): PlayerHandle methods and player signals that work in every game. - [Quick start](https://luau.limerence.biz/quick-start.md): A small script: tab, widgets, and unload. - [Influence](https://luau.limerence.biz/ragebot/influence.md): Target filters, shot gates, force target, and clearInFlight. - [Overview](https://luau.limerence.biz/ragebot/overview.md): api.ragebot: watch and influence automatic ragebot fire (Bloxstrike, Rivals, and Apocalypse Rising 2). - [Signals](https://luau.limerence.biz/ragebot/signals.md): Ragebot notifications: shots and target changes. - [State](https://luau.limerence.biz/ragebot/state.md): Read what the ragebot is doing: fire state, last target, and in-flight damage. - [Types](https://luau.limerence.biz/reference/types.md): Luau export types for the script API. - [Button](https://luau.limerence.biz/ui/classes/button.md): A clickable button. No saved value. - [Colorpicker](https://luau.limerence.biz/ui/classes/colorpicker.md): Pick a color or gradient, optionally with transparency and animation. - [CurveEditor](https://luau.limerence.biz/ui/classes/curve-editor.md): A draggable response curve. - [Dropdown](https://luau.limerence.biz/ui/classes/dropdown.md): A list to pick from, single or multi select. - [ElementHandle](https://luau.limerence.biz/ui/classes/element-handle.md): Base handle for every widget created with Add*. - [Key](https://luau.limerence.biz/ui/classes/key.md): A keybind picker. - [List](https://luau.limerence.biz/ui/classes/list.md): A vertical list the user can pick from, with search, filters, and rename. - [Notify](https://luau.limerence.biz/ui/classes/notify.md): Toast notifications you pop from a script. - [Options](https://luau.limerence.biz/ui/classes/options.md): A small inline group of controls. - [Section](https://luau.limerence.biz/ui/classes/section.md): A section inside your tab where you add controls. - [Slider](https://luau.limerence.biz/ui/classes/slider.md): A slider for picking a number between min and max. - [Submenu](https://luau.limerence.biz/ui/classes/submenu.md): A nested popout that holds more controls. - [Tab](https://luau.limerence.biz/ui/classes/tab.md): Top-level container for a script's settings page. - [Toggle](https://luau.limerence.biz/ui/classes/toggle.md): An on / off switch. - [Overview](https://luau.limerence.biz/ui/overview.md): api.ui: build your script's tab and look up saved controls. - [connect](https://luau.limerence.biz/utility/connect.md): api.utility.connect: Roblox signal with automatic disconnect. - [getAsset](https://luau.limerence.biz/utility/get-asset.md): api.utility.getAsset: grab one asset Limerence has loaded. - [getAssets](https://luau.limerence.biz/utility/get-assets.md): api.utility.getAssets: all assets of a type, or every category. - [Overview](https://luau.limerence.biz/utility/overview.md): api.utility: signal connect and assets.