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
local DupeGUI = Instance.new("ScreenGui") | |
local UIPadding = Instance.new("UIPadding") | |
local Frame = Instance.new("Frame") | |
local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint") | |
local pattern = Instance.new("ImageLabel") | |
local UICorner = Instance.new("UICorner") | |
local UICorner_2 = Instance.new("UICorner") | |
local Title = Instance.new("TextLabel") | |
local uistroke = Instance.new("TextLabel") | |
local uistroke_2 = Instance.new("TextLabel") |