I’m trying to build a mechanism where pressing the button controls the water device, just like in the video I attached.

loop:
    
    Water.BeginVerticalFilling()
    Sleep(8.0)
    Water.BeginVerticalEmptying()
    Sleep(8.0)
1 Like