I am trying to make a flood escape game as a beginner project to practice my scripting abilities.
I cannot find any tutorials for this, but here is what I am wanting to achieve:
I want to make a door that opens as soon as the players touch all the green buttons. If you have played those Flood Escape games, you’ll know what I mean. I want to keep it as simple as touching 5 parts to open a door. By open, I mean door:Destroy() gets executed as soon as all the buttons are touched.
Side note: I have about as much scripting knowledge as someone who has watched a full playlist of videos like “Beginner’s Scripting Tutorial”
(post withdrawn by author, will be automatically deleted in 1 hour unless flagged)
1 Like
What should I do if I have multiple rooms?
Thanks for the help! Do you think there is a simpler approach? I thought about doing something where I place all the buttons in one room into a group (or model) and once all the buttons in that group are touched, the door gets destroyed.
1 Like
Thank you so much! I’m a beginner scripter and I am learning how to script. I’ll make sure to study what the script does and stuff, I don’t want to just take a free model. I managed to make my own by looking at your free model. You have no idea how useful this post and kit was. Thank you!
1 Like