




Price
UnknownA script by SyntaxStudios
Price
UnknownModern iOS-inspired UI system for FiveM featuring notifications, progress bars, and text UI elements.
exports['kedi_ui']:ShowNotification({
type = 'success', -- success, error, warning, info
title = 'Title',
message = 'Message',
duration = 5000,
icon = 'url' -- optional
})
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
})
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()
/testnotify [type]
- Test notifications/testprogress [duration] [label]
- Test progress bar/testtextui [key] [duration] [hideOnKey] [message]
- Test text UIKS UI System
Transform your server’s interface with this modern UI system featuring smooth animations and clean design. Perfect for roleplay and action servers.
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!
Discord: kedi.ss
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | 500 |
Requirements | None |
Support | Yes |
No approved reviews found for this script yet.