HexscriptsClassicWhitelist
Events
This section lists all client-side and server-side events in this script. Events allow you to add custom listeners that capture and respond to actions triggered by this script.
Note
If you need additional events for your implementation, please open a ticket on our Discord server.
Client Events
charcreator:setState
If you use another character script instead of hex_3_charcreator, you can play the plane animation by triggering this event.
TriggerEvent('charcreator:setState', false)Server Events
Important
These events should not be triggered by any other scripts.
hex_whitelist:playerWhitelisted
AddEventHandler("hex_whitelist:playerWhitelisted", function(targetId, targetIdentifier, source) end)Prop
Type