How to create an order of events

Hello friends!

I came in peace to ask for your help. I am a mediocre programmer and i still need some help to achieve what I want, but I’ve been thinking already a few days ago how would it be possible for me to create a system that when I click on for example 3 parts (in a certain order) something would happen? If anyone has any idea how I can do it leave in the comments. I tried to do it myself but it was a disaster and I ended up giving up and coming here for help.

Maybe group those events into a folder named SpecialEvents!

1 Like

I did it but I don’t know what I should do what I should relate to within my script.

Maybe add like a BoolValue into the script, NOT in each event. For example:

local Step1 = false
local Step2 = false
local Step3 = false