#Toll Gate sorta thing

1 messages · Page 1 of 1 (latest)

pallid bison
#

so i dont use rotators much, but basically i wanna make it where when you press a button, the rotator moves the toll gate up, then stops, then when you press it again it goes back to its original spot

lucid leaf
#

Ok so rotators rotate I don’t think that’s what you want?

#

If you want the gates to move upwards you should use a piston

pallid bison
#

im wanting it to rotate

wise cargo
pallid bison
#

i meant rotate

hard oracle
#

on button press > set bool variable "rotating" to true > if [not rotating} > rotator play > delay > rotator stop > set bool variable "rotating" false > set bool var "open" to its opposite (use "not" chipp for that)
you need to configure the speed, delay and rotation angle manualy

#

now for the togle part
make an if value and set 1 value to your speed and second value to same speed but negative
connect the "open" variable to thet if value and result of that if to the speed of the rotator

hard oracle
#

biggest problem with doing that is just configuring speed and allat because it can take a while

pallid bison
hard oracle
#

oke

#

@Luxyye

#

Just send friend request when u get ob

pallid bison
# hard oracle @Luxyye

thats actually my bad I didnt see this, also I figured it out after messing with some stuff