Logo

DIVERSITY

Documentation

Events

Client Events

This section lists all available events, detailing each events's purpose, arguments, and return values to help you integrate with the resource effectively.

These events are safe to trigger and handle in other scripts.

div_tape/client/deleteTape

Triggers the deletion of a specified tape.

client.lua
TriggerEvent('div_tape/client/deleteTape', tapeId)
ArgumentTypeDescription
tapeId
number
A unique ID of each placed tape.

Was this page helpful?