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")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local ImageLabel = Instance.new("ImageLabel")
- local ImageLabel_2 = Instance.new("ImageLabel")
- local Text = Instance.new("TextButton")
- local TextBox = Instance.new("TextBox")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 248, 226)
- Frame.Position = UDim2.new(0.331567019, 0, 0.271752089, 0)
- Frame.Size = UDim2.new(0, 372, 0, 316)
- Frame.Active = true
- Frame.Draggable = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(149, 130, 255)
- TextLabel.Size = UDim2.new(0, 372, 0, 72)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Jumpscare People GUI {Free Verison}"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 14.000
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(62, 97, 255)
- TextLabel_2.Position = UDim2.new(0, 0, 0.841772139, 0)
- TextLabel_2.Size = UDim2.new(0, 372, 0, 50)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "A FREDDY WELL JUMPSCARE THEM USING THIS LOL!!"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextSize = 14.000
- ImageLabel.Parent = Frame
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.Position = UDim2.new(0.680107534, 0, 0.227848098, 0)
- ImageLabel.Size = UDim2.new(0, 119, 0, 194)
- ImageLabel.Image = "rbxassetid://1081092446"
- ImageLabel_2.Parent = Frame
- ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel_2.Position = UDim2.new(0, 0, 0.227848098, 0)
- ImageLabel_2.Size = UDim2.new(0, 104, 0, 194)
- ImageLabel_2.Image = "rbxassetid://1119705746"
- Text.Name = "Text"
- Text.Parent = Frame
- Text.BackgroundColor3 = Color3.fromRGB(103, 177, 255)
- Text.Position = UDim2.new(0.279569894, 0, 0.572784781, 0)
- Text.Size = UDim2.new(0, 149, 0, 85)
- Text.Font = Enum.Font.SourceSans
- Text.Text = "JUMPSCARE FE"
- Text.TextColor3 = Color3.fromRGB(0, 0, 0)
- Text.TextSize = 24.000
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.fromRGB(255, 237, 99)
- TextBox.Position = UDim2.new(0.293010771, 0, 0.268987358, 0)
- TextBox.Size = UDim2.new(0, 139, 0, 52)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.Text = "ENTER NAME"
- TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextBox.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement