#Fuse Box Roblox (Scripts involved)

1 messages · Page 1 of 1 (latest)

slate aurora
#

I'm trying to create a fuse box system for roblox but having a hard time creating the best possible.

How this system works is:

  1. The Master Switch can be turned on and off and is the only one who can provide "Power" to the other fuses and lights etc etc
  2. Each Fuse has it's own circuit to keep lighting sectioned. (Called a Section Fuse)
  3. Each Switch is connected to a certain light(s) and electrionics.
  4. When the Master is turned off, All fuses and switches keep their positions but the lights go out.

The thing I am wondering and need help with is the best possible way of turning all the lights out but keeping an organisation as such.

Would it be through a table or just going through each lighting folder one by one through stacks?

opal blaze
#

You could just give a specific tag to each light

slate aurora
#

Like how do you find the Tag using Collection?

opal blaze
#

Then you can call CollectionService:GetTagged("yourtag") to obtain a list of all instances with that specific tag

slate aurora
#

So like I could do a tag of like “Fuse1Lights”

dense zephyrBOT
#

studio** You are now Level 8! **studio

slate aurora
#

I'm busy until later now so I'll give it a crack then!

slate aurora
#

@opal blaze

#

It hasen;t worked

#

I don't think it got the tags.

opal blaze
slate aurora