Skip to content

Instantly share code, notes, and snippets.

@Vynixius
Vynixius / DupeUI
Last active September 18, 2021 06:12
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")