DLDUtils
DLDUtils is built on top of Desync to make Don’t Look Down work better when desynchronized. It adds functionality for respawning at checkpoints when falling and when touching lasers.
/** * @needsLib DLDUtils | https://raw.githubusercontent.com/Gimloader/client-plugins/main/libraries/DLDUtils.js */
const DLDUtils = api.lib("DLDUtils");
// Set whether the player is respawned when touching a laserDLDUtils.setLaserRespawnEnabled(true);
// Prevent respawning when warping somewhereDLDUtils.cancelRespawn();