Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
<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>
-- 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")