Skip to content

Instantly share code, notes, and snippets.

@izzint
izzint / main.lua
Created September 1, 2021 18:35
gz11_alpha
local function CreateInstance(cls,props)
local inst = Instance.new(cls)
for i,v in pairs(props) do
inst[i] = v
end
return inst
end
local MainGUI = CreateInstance('ScreenGui',{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name='MainGUI', Parent=game.CoreGui})
local Container = CreateInstance('Frame',{Style=Enum.FrameStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.811765, 0.811765, 0.811765),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.36741215, 0, 0.171686739, 0),Rotation=0,Selectable=false,Size=UDim2.new(0.264999986, 0, 0.655120492, 0),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name = 'Container',Parent = MainGUI})
@izzint
izzint / ver.txt
Created September 1, 2021 02:11
SZ11 Version
v0.1a