🏜️
Sahara Scripters
  • Welcome
    • Introduction
    • Community & Support
  • Premium Scripts
    • Charging Kiosk
      • Setup Guide
      • Configuration
      • Features
        • Charging System
        • Security
        • Rate Limiting
        • Logging System
        • Phones Management
        • Discord Integration
        • Target System
        • Blip System
        • Translations
      • Integration
        • Inventory Systems
        • Framework Migration
        • Logger Edit
      • Best Practices
      • Troubleshooting
      • Version History
  • Free Scripts
    • Elevator System
      • Setup & Configuration
      • Features Overview
      • Example Buildings
      • Troubleshooting
    • NPWD Renewed Weather APP
    • NPWD QBX Services APP
Powered by GitBook
On this page
  • 🔄 Overview
  • ⚙️ Configuration
  • 🛡️ Protected Actions
  • 💡 Best Practices
  • ⚠️ Common Issues
  1. Premium Scripts
  2. Charging Kiosk
  3. Features

Rate Limiting

🔄 Overview

The rate limiting system protects your server from abuse by controlling how frequently players can perform actions.

⚙️ Configuration

rateLimit = {
    enabled = true,
    limits = {
        requestUI = 5,      -- UI request cooldown (seconds)
        putPhone = 5,       -- Storage action cooldown
        takeoutPhone = 5,   -- Retrieval action cooldown
        recoverPhone = 10   -- Recovery attempt cooldown
    }
}

🛡️ Protected Actions

  • 📱 UI Requests

  • 📥 Phone Storage

  • 📤 Phone Retrieval

  • 🔄 Phone Recovery

💡 Best Practices

  • Keep enabled in production

  • Adjust times based on server needs

  • Monitor logs for abuse patterns

  • Balance security vs convenience

⚠️ Common Issues

  • Player complaints about cooldowns

  • Staff bypass requirements

  • Multiple device handling

  • Rate limit circumvention attempts


Rate limited by Sahara Scripters - Because spam is for eating, not sending

PreviousSecurityNextLogging System

Last updated 4 months ago