Exports
Exports
Client-Side Exports
GetProdigyTimestamp
local timestamp = exports['prodigy-chat']:GetProdigyTimestamp()
-- Returns: "[14:30:25]"local timestamp = exports['prodigy-chat']:GetProdigyTimestamp()
print(timestamp) -- Output: [14:30:25]Server-Side Exports
getMaskData
Events
Client Events
Server Events
Integration Examples
Using Timestamp in Custom Chat
Checking Mask State
Listening to Mask Changes
Notes
Troubleshooting
Export Not Found
Export Returns Nil
Last updated