💻Usage Examples
Usage Examples of SCode Drawtext UI Resource
Basic Notification
exports["scode-uidrawtext"]:SendUI("TITLE", "Your message here")
Success Notification
exports["scode-uidrawtext"]:SendSuccessUI("SUCCESS", "Operation completed successfully!")
Warning Notification
exports["scode-uidrawtext"]:SendWarningUI("WARNING", "Please be careful!")
Error Notification
exports["scode-uidrawtext"]:SendErrorUI("ERROR", "Something went wrong!")
Close Notification
exports["scode-uidrawtext"]:CloseUI()
Last updated