Skip to content

VHall1/pd-safe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pd-safe

How to use

You can create as many locks as you want. It will be generated based on how many random numbers are provided to the createSafe function; Also, you shall only provide numbers between 0 and 99, otherwise it will be impossible to finish the minigame properly!

local res = exports["pd-safe"]:createSafe({math.random(0,99)})

The final result is returned as soon as the minigame is finished

This code was originally developed in C#. You can access the original repository by clicking on the following link

Sample Video

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages