Electronics [ALPHA] in roblox

Soo i study electronics and i though about how to make my work funnier and easier, i’m too lazy to learn tinker cad, even if it’s easy. Today i present my own electronics:

Currently it have only 4 elements created by OOP and managed by modules/OOP functions, it was hard to made memory leaks only 4 bytes instead of 100K and also create custom removing function or event listeners, but i managed to find a solution for my problems.

Here is list of all components that i currently implemented:

  1. Lamp:
  • Gives light when signal is provided, also can transfer signal further
  1. Button:
  • Emits signal when clicked
  1. Timer:
  • Waits given time before passing signal
  • If signal have changed, then when timer finishes his job correct signal is passed instantly
  • Can sort of store signal, i think this glitch is helpfull and interesting soo i’ll leave it there
  1. AND Gate:
  • Transfers signal when all inputs are powered
  • Indicates how many inputs are powered and how many are not

Planned features:

  1. OR Gate:
  • Transfers signal when any input is powered
  1. Not Gate:
  • Inverts signal
  1. Repeater:
  • Give impulses when powered
  1. Lever:
  • Another nice way to power your circuit
  1. Building Tool:
  • Making it via script is hard and confusing
  • It would be cool
  1. Binding Tool:
  • If i placed elements, i have to connect them somehow

Also i want to ask you for feedback, you can give me any electronic/signal component idea that don’t require real world electricity physics, by that i mean elements like resistors, capacitors or diodes

This is one of many examples how OOP can allow you to code new mechanic under 10 minute, without worries about bugs or huge memory leaks, thx for feedback!

This is great! I would love to see all the combinations of logic gates implemented. XOR supremacy! And yes, building tool would be amazing. Maybe add like a save/load feature if possible.

These electronics look VERY GOOD AND INTERESTING! Great job on them! How long did it take to create all of these? They’re very cool!

1 Like

I tried to fix stuff for 4 days and made OOP work, yesterday i fixed AND gate signal problem, i don’t wish you doing this because Logic Gates are hard to make, you need some strange, really strange conditions

It’s not that hard if you know how electronics work, for now the hardest thing is to make those circuits work as you need to put a lot of stuff into tables