Multibay Setup
Welcome!
This guide will walk you through setting up a Multibay System (where 2 or more lifts are linked using the same call buttons) using Cobalt+.
You require some proficiency in using Roblox Studio.
Table of Contents
Video
This video guide will walk you through all the steps below in a video format.
Guide
Things you’ll need:
- 2 or more lifts
- Pre-setup Multibay
Step 1: Setup
To start, insert the Multibay setup from the toolbox into your game, this provides the foundation to setup the Multibay system.
You can do either Step 2a or 2b first, it doesn’t matter.
Step 2a (easier to do this first)
Drag the call buttons out of your lift (UpCall, DownCall), these are located in every single floor within Shaft.
Parent them to Workspace or whatever you’re comfortable with.
Step 2b: Lifts
Next, drag your lift models into the “Lift” section of the Multibay Setup (Multibay > Lifts).
Make sure to rename your lifts to something like “A” and “B”. Lift names cannot start with numbers.
Step 3: Call Buttons
Drag your call buttons (UpCall, DownCall) into their corresponding floor (e.g. Floor 1 Call buttons go into Floors>1) within the “Floors” section of the Multibay. Create more Floors as needed (1,2,3 etc.).
Rename the call buttons to Up and Down, they will NOT work without this renaming.
Step 4: Configuration
At this point you can open your Multibay configuration file.
It should look like this:
--Multibay Config
return {
--/ Button /--
["ClickDetector"] = false, -- Apply Legacy ClickDetector, but not for Alarm button
--["CallLock"] = {}, -- Locked Call Buttons
["ButtonLit"] = "Bright blue", -- Default Button Lit Colour
["ButtonUnLit"] = "Institutional white", -- Default Button UnLit Colour
}
You can change the color of the Call Button lighting here. You can copy it over from the Script file of your lift, it has the same name. For example:
["ButtonLit"] = "Neon orange", -- Default Button Lit Colour
["ButtonUnLit"] = "Medium stone grey", -- Default Button UnLit Colour
If you’d like to lock any floors, simply add them to “CallLock”, same as you would for regular lift configuration. Remember to remove the comment (–) at the start of the line. Example:
["CallLock"] = {1,2,3}, -- Locked Call Buttons
That’s it! Your Multibay is now setup and ready to go. These are the only things you need to do!
Thanks for reading!
I hope this guide has been helpful to you.
All my resources are provide for free, feel free to check out the other guides on this page!
If you’d like to hang out with a fun community, do join our Discord Server linked down below.
Contact and Connect:
Discord: @matt_wyz
YouTube: @matsq4
Instagram: @matsq4
Ko-fi: @matsq4
matsq4 Group DISCORD Server: discord.gg/BKMzZZU4Vg
matsq4 Group WEB: matsq4group.com