#How do I make a ride model start to move when all seats are occupied?

6 messages · Page 1 of 1 (latest)

hexed rain
#

I want to make ride model move when all 8 seats are occupied

pseudo oasis
#

add an event listener for when each seat is seated upon, and bind it to a single function that looks through each seat and checks if each one is occupied (through the 'seated' property)

pseudo oasis
#

bro.

#

learn lua first

hexed rain
#

💀