Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.1
- -- Instances:
- local Char = game.Players.LocalPlayer.Character
- local ScreenGui = Instance.new("ScreenGui")
- local TextButton = Instance.new("TextButton")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local FaceI = Instance.new("ImageButton")
- local FaceII = Instance.new("ImageButton")
- local FaceIII = Instance.new("ImageButton")
- local FaceIV = Instance.new("ImageButton")
- local FaceV = Instance.new("ImageButton")
- local FaceVI = Instance.new("ImageButton")
- local Close = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- TextButton.Parent = ScreenGui
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.BackgroundTransparency = 1.000
- TextButton.BorderSizePixel = 3
- TextButton.Position = UDim2.new(0.886055768, 0, 0.50512445, 0)
- TextButton.Size = UDim2.new(0, 143, 0, 44)
- TextButton.Font = Enum.Font.Cartoon
- TextButton.Text = "Open"
- TextButton.TextColor3 = Color3.fromRGB(151, 254, 255)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- Frame.Draggable = true
- Frame.Parent = ScreenGui
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.fromRGB(63, 243, 13)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.253386468, 0, 0.335285515, 0)
- Frame.Size = UDim2.new(0, 221, 0, 348)
- Frame.Visible = false
- Frame.Style = Enum.FrameStyle.DropShadow
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.00904977415, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.GothamBlack
- TextLabel.Text = "Face Changer"
- TextLabel.TextColor3 = Color3.fromRGB(80, 174, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextStrokeColor3 = Color3.fromRGB(68, 177, 102)
- TextLabel.TextWrapped = true
- FaceI.Name = "FaceI"
- FaceI.Parent = Frame
- FaceI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- FaceI.BackgroundTransparency = 1.000
- FaceI.Position = UDim2.new(0.0139339641, 0, 0.132869676, 0)
- FaceI.Size = UDim2.new(0, 73, 0, 72)
- FaceI.Image = "http://www.roblox.com/asset/?id=275614649"
- FaceII.Name = "FaceII"
- FaceII.Parent = Frame
- FaceII.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- FaceII.BackgroundTransparency = 1.000
- FaceII.Position = UDim2.new(0.321626276, 0, 0.132869676, 0)
- FaceII.Size = UDim2.new(0, 73, 0, 72)
- FaceII.Image = "rbxassetid://2154297942"
- FaceIII.Name = "FaceIII"
- FaceIII.Parent = Frame
- FaceIII.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- FaceIII.BackgroundTransparency = 1.000
- FaceIII.Position = UDim2.new(0.656467915, 0, 0.132869676, 0)
- FaceIII.Size = UDim2.new(0, 73, 0, 72)
- FaceIII.Image = "rbxassetid://2410435220"
- FaceIV.Name = "FaceIV"
- FaceIV.Parent = Frame
- FaceIV.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- FaceIV.BackgroundTransparency = 1.000
- FaceIV.Position = UDim2.new(0.0139339566, 0, 0.377122551, 0)
- FaceIV.Size = UDim2.new(0, 73, 0, 72)
- FaceIV.Image = "rbxassetid://4348493372"
- FaceV.Name = "FaceV"
- FaceV.Parent = Frame
- FaceV.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- FaceV.BackgroundTransparency = 1.000
- FaceV.Position = UDim2.new(0.344250709, 0, 0.377122551, 0)
- FaceV.Size = UDim2.new(0, 73, 0, 72)
- FaceV.Image = "http://www.roblox.com/asset/?id=205375662"
- FaceVI.Name = "FaceVI"
- FaceVI.Parent = Frame
- FaceVI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- FaceVI.BackgroundTransparency = 1.000
- FaceVI.Position = UDim2.new(0.651943028, 0, 0.377122551, 0)
- FaceVI.Size = UDim2.new(0, 73, 0, 72)
- FaceVI.Image = "http://www.roblox.com/asset/?id=362505168"
- Close.Name = "Close"
- Close.Parent = ScreenGui
- Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Close.BackgroundTransparency = 1.000
- Close.BorderSizePixel = 3
- Close.Position = UDim2.new(0.886055768, 0, 0.424597353, 0)
- Close.Size = UDim2.new(0, 143, 0, 44)
- Close.Font = Enum.Font.Cartoon
- Close.Text = "Close"
- Close.TextColor3 = Color3.fromRGB(151, 254, 255)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextWrapped = true
- -- Scripts:
- TextButton.MouseButton1Click:Connect(function()
- Frame.Visible = true
- end)
- Close.MouseButton1Click:Connect(function()
- Frame.Visible = false
- end)
- FaceI.MouseButton1Click:Connect(function()
- Char.face.Texture = "http://www.roblox.com/asset/?id=275614649"
- end)
- FaceII.MouseButton1Click:Connect(function()
- Char.face.Texture = "rbxassetid://2154297942"
- end)
- FaceIII.MouseButton1Click:Connect(function()
- Char.face.Texture = "rbxassetid://2410435220"
- end)
- FaceIV.MouseButton1Click:Connect(function()
- Char.face.Texture = "rbxassetid://4348493372"
- end)
- FaceV.MouseButton1Click:Connect(function()
- Char.face.Texture = "http://www.roblox.com/asset/?id=205375662"
- end)
- FaceVI.MouseButton1Click:Connect(function()
- Char.face.Texture = "http://www.roblox.com/asset/?id=362505168"
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement