Not a member of gistpad yet?
Sign Up,
it unlocks many cool features!
- -- AMIR HUB MENU
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.Size = UDim2.new(0,300,0,200)
- Frame.Position = UDim2.new(0.5,-150,0.5,-100)
- Frame.BackgroundColor3 = Color3.fromRGB(25,25,25)
- Title.Parent = Frame
- Title.Size = UDim2.new(1,0,0,40)
- Title.Text = "AMIR HUB"
- Title.TextColor3 = Color3.new(1,1,1)
- Title.BackgroundTransparency = 1
- Title.TextScaled = true
RAW Gist Data
Copied
