frostproject/scripts_argon

Scripts for Argon-based Roblox projects.

scripts_argon

License: MIT pesde Publish Release Community Discord

Scripts for Argon-based Roblox projects.

This experimental package adds support for the Argon tool by providing the missing scripts that you can use in your projects. Please use with caution — stuff might break. Code was cloned from upstream pesde/scripts_core.

🚀 Usage

📦 Installation

1. Add the scripts to your project:

pesde add frostproject/scripts_argon -d -t lune
pesde install

2. Edit your pesde.toml file and add:

[scripts]
roblox_sync_config_generator = ".pesde/scripts_argon/roblox_sync_config_generator.luau"
sourcemap_generator = ".pesde/scripts_argon/sourcemap_generator.luau"

🧪 For Development and Contribution

Please read CONTRIBUTING.md guide if you want to contribute improvements to the template itself or forking it for personal use without starting a fresh project.

⬆️ Back to the top