bedoflex Airdrop
bedoflex-airdrop Documentation
------INSTALLATION------
STEP 1 - Unzip The Folder
Unzip the script folder than copy or cut everything inside file and paste it on your server resources folder.
STEP 2 - Add Script To Server
Add the script to you server config : " ensure bedoflex-airdrop". ( NOTE : Please don't change the script name or folder name.)
STEP 3 - Script Configuration
When you open the config file you'll see a lines of codes to configure it to your server.
STEP 4 - Useable Exports
Clientside Exports
exports['bedoflex-airdrop']:inZone()
This export returns the following information:
If the player is in an airdrop zone:
1st parameter:
true
(indicates the player is in the airdrop zone)2nd parameter: The ID of the airdrop the player is in
If the player is not in an airdrop zone:
1st parameter:
false
(indicates the player is not in any airdrop zone)2nd parameter: Not returned
Serverside Exports
exports['bedoflex-airdrop']:SendAirdrop(random, source)
If the first parameter (
random
) is set totrue
, the airdrop will drop at a random location defined in the configuration.If the second parameter (
source
) is provided andrandom
is set tofalse
, the airdrop will be sent to the player's current location corresponding to the given source.
INFOS
Tebex : https://bedoflexdev.tebex.io/package/6418324
Discord : https://discord.gg/bedoflexdev

Last updated