Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(104, 125, 10)
- Frame.BackgroundTransparency = 0.800
- Frame.Position = UDim2.new(-1.67867303, 0, -1.97523224, 0)
- Frame.Size = UDim2.new(5.63222742, 0, 5.46233225, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement