V-SafeMiniGame
Overview
v-safeminigame is a safe cracking minigame where players must align 3 rotating dials to match a hidden combination
Features:
- 3-digit safe combination system (00–99 per dial)
- Sound effects via NUI callbacks
- Success / Failure feedback
- Random or predefined combinations
Controls
|
How To Use
local combination = {12, 34, 56} exports['v-safeminigame']:StartMinigame(function(success) if success then print("Safe opened!") else print("Failed or closed") end end, combination) |
- Inside the 'success' block, you can change what happens when the player successfully finishes.
- Inside the 'else' block, you can change what happens when the player fails.
Preview:
https://www.youtube.com/watch?v=e3wpSIca09M
Need Help?
If you have any technical questions or need support, feel free to join V-Scripts
Discord: https://discord.gg/vscripts