JOIN OUR DISCORD! https://discord.gg/9zdQYqP5gc

πŸ“žEXPORTS

Export Functions

Client-side Exports

-- Returns true if player is VIP
exports['sasa-vip']:isPlayerVip()

-- Returns VIP label (e.g. "🌟 VIP")
exports['sasa-vip']:getPlayerVipLabel()

Server-side Exports

-- Checks if player is VIP
exports['sasa-vip']:isPlayerVip(source)

-- Gets player's VIP tier ID (e.g. "vip" or "premium")
exports['sasa-vip']:getPlayerVipTier(source)

-- Gets player's VIP label (e.g. "🌟 VIP")
exports['sasa-vip']:getPlayerVipLabel(source)

Usage Examples

Checking Specific VIP Role

Checking General VIP Status

Framework-Specific Code

Last updated