Electric MiniGame

Electric MiniGame [Inspired by Among Us]

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.

Credit for svg: https://codepen.io/Mamboleoo/pen/NWrBoep
Modified by Rayaan Uddin

How to use

local success = exports["ez_electricminigame"]:WiringFix(30) -- 30seconds countdown
if success then
    -- finished on time
else
    -- Cancelled or failed to finish on time
end

Preview Video

image

2 Likes

i seen Green vent

1 Like
1 Like

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.

Hi. download link is missing

Updated!!!

Feel free to check out my other free or paid releases.

1 Like

i made a PR on github to fix a JS issue with it

1 Like

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.