Kedi UI System (TextUi, Notification, Progress Bar)

A script by SyntaxStudios

No reviews yet.
Kedi UI System (TextUi, Notification, Progress Bar) main image

Full Description



KS UI System

Modern iOS-inspired UI system for FiveM featuring notifications, progress bars, and text UI elements.

:star2: Features

  • iOS-style notifications & progress bars
  • Clean text UI for interactions
  • Dark/light mode support
  • Animation integration
  • 0.00ms idle performance

:books: Exports Guide

Notifications

exports['kedi_ui']:ShowNotification({
    type = 'success', -- success, error, warning, info
    title = 'Title',
    message = 'Message',
    duration = 5000,
    icon = 'url' -- optional
})

Progress Bar

exports['kedi_ui']:StartProgress({
    label = 'Loading...',
    duration = 5000,
    canCancel = true,
    animation = {
        dict = "mini@repair",
        name = "fixing_a_ped",
        flags = 49
    },
    onComplete = function()
        -- Completion code
    end,
    onCancel = function()
        -- Cancel code
    end
})

Text UI

exports['kedi_ui']:ShowTextUI({
    key = 'E',
    message = 'Open Door',
    duration = 5000, -- optional
    hideOnKey = true,
    canInteract = true,
    onPress = function()
        -- Press code
    end
})

exports['kedi_ui']:HideTextUI()

:hammer_and_wrench: Test Commands

  • /testnotify [type] - Test notifications
  • /testprogress [duration] [label] - Test progress bar
  • /testtextui [key] [duration] [hideOnKey] [message] - Test text UI

:clipboard: Store Description

KS UI System

Transform your server’s interface with this modern UI system featuring smooth animations and clean design. Perfect for roleplay and action servers.

:sparkles: Features:
• Modern iOS notifications
• Sleek progress bars
• Clean interaction UI
• Dark/light mode
• Animation support
• 0.00ms idle performance
• Easy integration
• Regular updates

Compatible with all major FiveM frameworks!

:link: Discord: kedi.ss

Buy it Here for only 2.99$

Code is accessible Yes
Subscription-based No
Lines (approximately) 500
Requirements None
Support Yes