No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-23 19:25:12 +01:00
.vscode fix: generic function to allow generic stuff 2026-06-23 19:25:12 +01:00
docs fix: docs shi 2026-06-23 18:32:54 +01:00
types fix: generic function to allow generic stuff 2026-06-23 19:25:12 +01:00
.gitignore update(0.2.3): fix type for httpget 2025-11-21 14:05:07 +00:00
CONTRIBUTING.md chore: add contributing guidelines to CONTRIBUTING.md 2026-01-03 22:52:59 +00:00
pesde.lock update(0.2.4): fix getrawmetatable type 2025-12-09 16:11:43 +00:00
pesde.toml update(0.2.4): fix getrawmetatable type 2025-12-09 16:11:43 +00:00
README.md re-organise and add docs for luarmor + luraph 2025-05-30 20:51:36 +01:00

Roblox-Luau-Definitions

Definitions for a Roblox exploit environment using Luau Language Server.

What is this?

This project provides type definitions for Roblox exploit environments, allowing better autocomplete, linting, and type checking in Visual Studio Code when using the Luau Language Server. It helps script developers by improving their workflow with accurate environment definitions.

Features

  • Autocomplete support for exploit-specific functions
  • Type checking to reduce scripting errors
  • Improved linting and code analysis with Luau LSP

Installation

  1. Install Luau Language Server in VS Code.
  2. Download or clone this repository.
  3. Configure your luau-lsp settings to include these definitions.

Usage

Place the definition files in your workspace and ensure your language server is configured to recognize them. This will enable better autocompletion and error checking for exploit-specific APIs.

Contributing

If you find any missing definitions or issues, feel free to submit a pull request and message me on Discord to let me know.