Zoo_input

FREE

Zoo Input | Premium UI Library for RedM

The most beautiful Western-themed input system for VORP servers!


✨ Features

Input Types:

  • ✅ Text Input
  • ✅ Number Input
  • ✅ Password Input
  • ✅ Slider with real-time preview
  • ✅ Select Dropdown
  • ✅ Radio Buttons
  • ✅ Checkbox
  • ✅ Toggle Switch
  • ✅ Color Picker
  • ✅ Date & Time Picker
  • ✅ Textarea
  • ✅ Rating Stars
  • ✅ Stepper (+/-)
  • ✅ Progress Bar
  • ✅ Image Display
  • ✅ Labels & Separators
  • ✅ Currency Selector (Cash/Gold)
  • ✅ Player List (for Admin panels)
  • ✅ Preset Buttons
  • ✅ Action Grid
  • ✅ Menu Buttons

Design:

  • ✅ Western-themed UI
  • ✅ Smooth animations
  • ✅ Draggable menu
  • ✅ 3 Size options (small / normal / large)
  • ✅ Custom fonts (Playfair Display)
  • ✅ Custom scrollbar
  • ✅ ESC to close

Developer Features:

  • ✅ Easy export function
  • ✅ onPreview callback for real-time updates
  • ✅ Works with multiple scripts
  • ✅ Lightweight & optimized

📦 Usage Example

lua

local result = exports['zoo_input']:ShowInput({
    header = "My Menu",
    submitText = "Confirm",
    cancelText = "Cancel",
    size = "normal",  -- small / normal / large
    inputs = {
        { type = 'text', name = 'playerName', text = 'Enter Name' },
        { type = 'slider', name = 'scale', text = 'Height', min = 0.85, max = 1.15, step = 0.01, default = 1.0 },
        { type = 'select', name = 'currency', text = 'Payment', options = {
            { text = 'Cash', value = 'cash' },
            { text = 'Gold', value = 'gold' }
        }}
    }
})

if result then
    print(result.playerName)
    print(result.scale)
    print(result.currency)
end

🔗 Included FREE with Zoo Scripts

Zoo Input is FREE and included with:

  • Zoo Scale
  • (Future scripts)

NOCTIVM
VELVET POISON
0:00 0:00