Events
List of internal events Sandbox has
Using Events
sandbox.on("event", (arg1, arg2) => {
console.log("Example Event")
});AddEventHandler("event", function(arg1, arg2)
print("Example Event")
end)Core Events
onResourceLoad
onResourceLoad(): voidonResourceUnload
onResourceUnload(): voidChat Events
chat:addMessage
Last updated
Was this helpful?