Created a UI Minigame inspired by among us wiring fix minigame. Randomises positions to join each time, allows for a timer to add of time of your choice. Includes sound effects.
local success = exports["ez_electricminigame"]:WiringFix(30) -- 30seconds countdown
if success then
-- finished on time
else
-- Cancelled or failed to finish on time
end
Nice. I used the same codepen. I modified it tho so it doesn’t give the wires joining to the exact same position all the time, since that defeats the point of a skill check. You should do that too. Feel free to use my implementation for it. I also added all the other sound effects if you want to and added a timer.
Also an easy way to implement within your scripts via a export.
I appreciate your contribution to the script. I was not aware of any issues as have not used since created and wasnt reported about the issue. I have merged your commit.