|
Post by Script on Jul 23, 2015 8:31:58 GMT
This script uses a loop that has a wait command to reduce lag, it is portable and works for all players that have it I will be posting a way to make a private backpack soon Script Name: Backpack If IsEquipped [body] [unknownamulet] [true] // The Unknown Amulet is what they equip to open this, otherwise it wouldnt be portable Then OpenBlock [Coordinates of the Safe you placed anywhere in the map] UnEquip [UnknownAmulet] Notify [Alakazam!] [local] Script [Backpack Loop] Else Script [Backpack Loop] EndIf Script Name: Backpack Loop Wait [3500] // ^^^ Lag Reducer : Optional Script [Backpack]
|
|