Exports
CLIENT-SIDE NOTIFY
Use this export to send styled notifications to players.
title
(string): The title of the notification.message
(string): The message content.duration
(number): Duration in milliseconds.notifyType
(string): Type of notification (info
,success
,error
, etc.).
TEXTUI
Show a simple text UI:
text
(string): The text to display."left"
or"right"
(string): Side of the screen where the text appears."E"
(string): Key to interact (optional).false
(boolean): Whether to play a sound (true
orfalse
).
Hide the text UI:
DOORLOCK INTERACTION
Enable an interaction at a specific coordinate:
coords
(vector3): Position of the door.interactionType
(string): Use"interact_off"
or"interact"
depending on the state or purpose.
Disable the interaction:
SERVER-SIDE NOTIFY
Send a notification from the server side to a client:
source
(number): The player's server ID."Title"
(string): Title of the notification."Message"
(string): Content.duration
(number): Time in milliseconds."type"
(string): Notification type.
3D TEXTUI EXPORTS
Create an interactable 3D zone in the world:
coords
: Center position of the interaction zone.distance
: How far away players can see the interaction.interactDst
: How close they must be to interact.name
: Unique identifier for the interaction.options
: A list of available options (label + action).
AND TO REMOVE
Last updated