Skip to content

CronaDeveloper/luau-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luau Tools

Luau Tools is a professional web app focused on Roblox and Luau developers, offering practical generators and calculators for common game development tasks.

Features

  • Rarity Generator with Luau table output
  • Gamepass Generator with sanitized Luau keys
  • Chance Calculator using 1 - (1 - chance) ^ attempts
  • Time Converter for s, min, h, and d formats
  • Discord Webhook Generator for embed JSON payloads
  • Responsive tab system for tool navigation
  • Copy buttons with visual "Copied!" feedback
  • Input validation and smooth tab animations

Technologies Used

  • HTML5
  • CSS3
  • Vanilla JavaScript
  • GitHub Actions
  • GitHub Pages

How to Run Locally

  1. Clone or download the project.
  2. Open the project folder.
  3. Open index.html in your browser.

How to Enable Automatic Deployment

  1. Create a repository on GitHub.
  2. Upload all files to the main branch.
  3. Go to Settings > Pages.
  4. Under Build and deployment, select Source: GitHub Actions.
  5. Push to the main branch.
  6. The site will be automatically published by the workflow.

Author

CronaDeveloper