Need script support

It is free model and sorry I didn’t maximize
https://gyazo.com/bb685f42bd2c035000cdd8680ef31afd

When making variables you should have “local”

     local val = script.Parent.Parent.Open

    local val2 = script.Parent.Parent.Moving

    local DA2 = script.Parent.Parent.DoorA2

    local DA1 = script.Parent.Parent.DoorA1

Also for this gate you should look at TwenService and try learn that.
I’ve linked a video and the concept of it should be able to be used on the gate as well, as long as you change some stuff.

1 Like

Lemme try the video cause the script isn’t working

Forgot to link this too but if you’re making a gate that a staff member has to click for it to open, you can use this to start the Tween

But what I need is this to go down not open
https://gyazo.com/8d5ae0d153a4245bfca2a35921d380f0 (the red pillars)

Like when you press a button 3 in the front and the back go down

And when you press it again it will go up

Just so this is buried in the public record, @Ge_inki was asking for scripting support for an experience that we unfortunately later discovered was entirely place stolen from us. For more information, take a look at a comment I made on another thread he posted.

1 Like

A variable is something that holds data. You need variables when you want values for future use.