Shorten time for hackable locked crate?
How to shorten the time of a hacker box, and make it lock only for someone to open?
You came to the right place.  It's not on Google.

hackablelockedcrate.requiredhackseconds

=)

The part where it is exclusive to a single player, bit of a different problem. 

thanks!Zugzwang
The time is shortened, but I want it to be opened by only this person within 3 minutes after the first person opens it
For the exclusivity, you can use the CanLootEntity hook.  When the player tries to loot it, record the crate, their userID, and the time.  If they are the first player, or it has been more than 3 mintues, let them in.  Otherwise, deny access.
Zugzwang
For the exclusivity, you can use the CanLootEntity hook.  When the player tries to loot it, record the crate, their userID, and the time.  If they are the first player, or it has been more than 3 mintues, let them in.  Otherwise, deny access.

thanks! You helped me a lot vaer thank you