Setup
Last updated
Last updated
This setup guide is only for ZURA Display Pack V2.0 and above.
Want to make ZURA display your own GUI? Follow this step-by-step guide. If you want this GUI to be displayed on every display in your zone, go to Using an transmitter.
Have your GUI ready and make sure it is an SurfaceGui
. The GUI's face should be Front
.
Locate the Screen part in the display. It may be somewhere else in the display depending on your display's model.
Parent your SurfaceGui
to the Screen part.
The display should now display the GUI. Power it on and try it out!
The ZURA HDMI Transmitter makes it easy for you to display the same GUI in every display that's in the zone.
Have your GUI ready and make sure it is an SurfaceGui
. The GUI's Face should be Front
.
Locate your transmitter.
Parent the GUI to the transmitter.
All displays in the zone should now be displaying your GUI.
Content below this warning is not compatible for ZURA displays which have not been upgraded to Version 2.0. Please replace the Controller scripts with the new versions to continue. Updates are included with no additional cost.
UIs in displays are automatically given a randomized name depending on where it is originally parented to.
Transmitter: ZURA-HT-0000 In the display's screen: INTEGRATED-0000
The last 4 zeros are randomized numbers.
Set the attribute to any name you want.
All ZURA Displays can be parented to anywhere, and they'll still work. While for the Config, it can also be parented to the display's Controller or in the zone's API.
To use the same Config for a group of displays:
Parent the display to a ZURA Displays zone folder.
OR
To configure a standalone ZURA Display's behaviour:
Below is the default configuration for a display which does not have a Config in it's Controller script and is not parented to a zone:
InitiallyPowerOn
Disabled (false)
AutoAdjust (Monitor S2 only)
Enabled (true)
WhitelistEnabled (User & Group)
Disabled (false)
To override the default names, start by creating a new attribute called "ZR_DisplayName" in your GUI. Make sure that Type is set to string
.
Duplicate the ZoneConfig module from a ZURA Displays zone folder.
Parent the Config to a ZURA Display's Controller script and name it "Config".