Advertisement
Guest User

GUI

a guest
Dec 16th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local Swords = Instance.new("TextButton")
  8. local TextButton = Instance.new("TextButton")
  9. local TextButton_2 = Instance.new("TextButton")
  10. --Properties:
  11. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  15. Frame.Position = UDim2.new(0.119537272, 0, 0.104364306, 0)
  16. Frame.Size = UDim2.new(0, 377, 0, 266)
  17.  
  18. TextLabel.Parent = Frame
  19. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  20. TextLabel.Size = UDim2.new(0, 377, 0, 60)
  21. TextLabel.Font = Enum.Font.SourceSans
  22. TextLabel.Text = "Void GUI (Made by iterminater766) "
  23. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  24. TextLabel.TextSize = 14
  25.  
  26. Swords.Name = "Swords"
  27. Swords.Parent = Frame
  28. Swords.BackgroundColor3 = Color3.new(1, 1, 1)
  29. Swords.Position = UDim2.new(0, 0, 0.406015038, 0)
  30. Swords.Size = UDim2.new(0, 105, 0, 50)
  31. Swords.Font = Enum.Font.SourceSans
  32. Swords.Text = "Swords"
  33. Swords.TextColor3 = Color3.new(0, 0, 0)
  34. Swords.TextSize = 14
  35.  
  36. Swords.MouseButton1Down:connect(function()
  37.  
  38. end)
  39.  
  40. TextButton.Parent = Frame
  41. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  42. TextButton.Position = UDim2.new(0.719022572, 0, 0.406015038, 0)
  43. TextButton.Size = UDim2.new(0, 105, 0, 50)
  44. TextButton.Font = Enum.Font.SourceSans
  45. TextButton.TextColor3 = Color3.new(0, 0, 0)
  46. TextButton.TextSize = 14
  47.  
  48. TextButton_2.Name = "TextButton_2"
  49. TextButton_2.Parent = Frame
  50. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  51. TextButton_2.Position = UDim2.new(0.358332038, 0, 0.406015038, 0)
  52. TextButton_2.Size = UDim2.new(0, 105, 0, 50)
  53. TextButton_2.Font = Enum.Font.SourceSans
  54. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  55. TextButton_2.TextSize = 14
  56. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement