Unsure of whether this belongs here, but I made a video on how to create the fastest door with the lowest possible amount of code, with the intention of introducing my audience to key programming concepts including:
How hardware works with code;
Client / Server boundaries;
Events;
Data types;
Object-oriented programming;
Functions;
Ternary operators
With step-by-step examples at the end.
(If this constitutes a low-effort post due to the instructions being in video format, please let me know & forgive my ignorance).
It’s a good tutorial but i generally think that you explained way too many stuff just for a simple door. Im pretty sure you should’ve just explained how tenary operators worked
I agree with @zaydoudou, the video is very imformative, but for any beginners looking for help, it can be scary. I think a multi-video collection should be made, first introducing easy methods to code, and as the videos progress, introduce better ways.