Advertisement
RExploites

GUI TEMplate New

Apr 15th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 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 _1 = Instance.new("TextButton")
  7. local _2 = Instance.new("TextButton")
  8. local _3 = Instance.new("TextButton")
  9. local _4 = Instance.new("TextButton")
  10. local _5 = Instance.new("TextButton")
  11. local _6 = Instance.new("TextButton")
  12. local CreditsHere = Instance.new("TextLabel")
  13. --Properties:
  14. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.498039)
  19. Frame.BackgroundTransparency = 0.40000000596046
  20. Frame.BorderSizePixel = 8
  21. Frame.Position = UDim2.new(0.184278399, 0, 0.107843101, 0)
  22. Frame.Size = UDim2.new(0, 259, 0, 253)
  23.  
  24. _1.Name = "1"
  25. _1.Parent = ScreenGui
  26. _1.BackgroundColor3 = Color3.new(0, 0, 1)
  27. _1.BackgroundTransparency = 0.40000000596046
  28. _1.Position = UDim2.new(0.184278339, 0, 0.106209129, 0)
  29. _1.Size = UDim2.new(0, 135, 0, 50)
  30. _1.Font = Enum.Font.GothamBlack
  31. _1.Text = "Script Here"
  32. _1.TextColor3 = Color3.new(0, 0, 0)
  33. _1.TextSize = 14
  34.  
  35. _2.Name = "2"
  36. _2.Parent = ScreenGui
  37. _2.BackgroundColor3 = Color3.new(0, 0, 1)
  38. _2.BackgroundTransparency = 0.40000000596046
  39. _2.Position = UDim2.new(0.184278324, 0, 0.240196049, 0)
  40. _2.Size = UDim2.new(0, 135, 0, 50)
  41. _2.Font = Enum.Font.GothamBlack
  42. _2.Text = "Script Here"
  43. _2.TextColor3 = Color3.new(0, 0, 0)
  44. _2.TextSize = 14
  45.  
  46. _3.Name = "3"
  47. _3.Parent = ScreenGui
  48. _3.BackgroundColor3 = Color3.new(0, 0, 1)
  49. _3.BackgroundTransparency = 0.40000000596046
  50. _3.Position = UDim2.new(0.182989687, 0, 0.38398692, 0)
  51. _3.Size = UDim2.new(0, 136, 0, 50)
  52. _3.Font = Enum.Font.GothamBlack
  53. _3.Text = "Script Here"
  54. _3.TextColor3 = Color3.new(0, 0, 0)
  55. _3.TextSize = 14
  56.  
  57. _4.Name = "4"
  58. _4.Parent = ScreenGui
  59. _4.BackgroundColor3 = Color3.new(0, 0, 1)
  60. _4.BackgroundTransparency = 0.40000000596046
  61. _4.Position = UDim2.new(0.389175236, 0, 0.38398692, 0)
  62. _4.Size = UDim2.new(0, 100, 0, 50)
  63. _4.Font = Enum.Font.GothamBlack
  64. _4.Text = "Script Here"
  65. _4.TextColor3 = Color3.new(0, 0, 0)
  66. _4.TextSize = 14
  67.  
  68. _5.Name = "5"
  69. _5.Parent = ScreenGui
  70. _5.BackgroundColor3 = Color3.new(0, 0, 1)
  71. _5.BackgroundTransparency = 0.40000000596046
  72. _5.Position = UDim2.new(0.389175236, 0, 0.240196064, 0)
  73. _5.Size = UDim2.new(0, 100, 0, 50)
  74. _5.Font = Enum.Font.GothamBlack
  75. _5.Text = "Script Here"
  76. _5.TextColor3 = Color3.new(0, 0, 0)
  77. _5.TextSize = 14
  78.  
  79. _6.Name = "6"
  80. _6.Parent = ScreenGui
  81. _6.BackgroundColor3 = Color3.new(0, 0, 1)
  82. _6.BackgroundTransparency = 0.40000000596046
  83. _6.Position = UDim2.new(0.389175236, 0, 0.106209129, 0)
  84. _6.Size = UDim2.new(0, 100, 0, 50)
  85. _6.Font = Enum.Font.GothamBlack
  86. _6.Text = "Script Here"
  87. _6.TextColor3 = Color3.new(0, 0, 0)
  88. _6.TextSize = 14
  89.  
  90. CreditsHere.Name = "Credits Here"
  91. CreditsHere.Parent = ScreenGui
  92. CreditsHere.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.498039)
  93. CreditsHere.BackgroundTransparency = 0.40000000596046
  94. CreditsHere.Position = UDim2.new(0.221649483, 0, 0.498365998, 0)
  95. CreditsHere.Size = UDim2.new(0, 200, 0, 50)
  96. CreditsHere.Font = Enum.Font.GothamBlack
  97. CreditsHere.Text = "Credits Here"
  98. CreditsHere.TextColor3 = Color3.new(0, 0, 0)
  99. CreditsHere.TextSize = 14
  100. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement