This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4"> | |
| <External>null</External> | |
| <External>nil</External> | |
| <Item class="ScreenGui" referent="RBX2916C469E74C4CACBB1279A0F31295DD"> | |
| <Properties> | |
| <int name="DisplayOrder">0</int> | |
| <bool name="Enabled">true</bool> | |
| <string name="Name">BRACKHUB_V2</string> | |
| <bool name="ResetOnSpawn">true</bool> | |
| </Properties> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Gui to Lua | |
| -- Version: 3.2 | |
| -- Instances: | |
| local ScreenGui = Instance.new("ScreenGui") | |
| local Frame = Instance.new("Frame") | |
| local ImageLabel = Instance.new("ImageLabel") | |
| local UICorner = Instance.new("UICorner") | |
| local ImageLabel_2 = Instance.new("ImageLabel") |