Advertisement
Guest User

Untitled

a guest
Jan 10th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.79 KB | None | 0 0
  1. -- Instances:
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local MainFrame = Instance.new("Frame")
  4. local BarFrame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local Yellow = Instance.new("TextLabel")
  7. local Red = Instance.new("TextLabel")
  8. local Green = Instance.new("TextLabel")
  9. local Blue = Instance.new("TextLabel")
  10. local YellowTop = Instance.new("TextButton")
  11. local YellowBottum = Instance.new("TextButton")
  12. local RedTop = Instance.new("TextButton")
  13. local RedBottum = Instance.new("TextButton")
  14. local GreenTop = Instance.new("TextButton")
  15. local GreenBottum = Instance.new("TextButton")
  16. local BlueTop = Instance.new("TextButton")
  17. local BlueBottum = Instance.new("TextButton")
  18. --Properties:
  19. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20.  
  21. MainFrame.Name = "MainFrame"
  22. MainFrame.Parent = ScreenGui
  23. MainFrame.Active = true
  24. MainFrame.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  25. MainFrame.BorderSizePixel = 0
  26. MainFrame.Position = UDim2.new(0.153917044, 0, 0.0816326514, 0)
  27. MainFrame.Size = UDim2.new(0, 516, 0, 260)
  28. MainFrame.Draggable = true
  29.  
  30. BarFrame.Name = "BarFrame"
  31. BarFrame.Parent = MainFrame
  32. BarFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  33. BarFrame.BackgroundTransparency = 0.5
  34. BarFrame.BorderSizePixel = 0
  35. BarFrame.Position = UDim2.new(0, 0, -0.00137475133, 0)
  36. BarFrame.Size = UDim2.new(1, 0, -0.0223566536, 43)
  37.  
  38. TextLabel.Parent = BarFrame
  39. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  40. TextLabel.BackgroundTransparency = 1
  41. TextLabel.BorderSizePixel = 0
  42. TextLabel.Position = UDim2.new(0.0456204377, 0, 0, 0)
  43. TextLabel.Size = UDim2.new(0.954379559, 0, 1, 0)
  44. TextLabel.Font = Enum.Font.SourceSans
  45. TextLabel.Text = "Doomspire Brickbattle Teleport GUI"
  46. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  47. TextLabel.TextSize = 14
  48. TextLabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  49. TextLabel.TextWrapped = true
  50. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  51.  
  52. Yellow.Name = "Yellow"
  53. Yellow.Parent = MainFrame
  54. Yellow.Active = true
  55. Yellow.BackgroundColor3 = Color3.new(1, 1, 0)
  56. Yellow.BackgroundTransparency = 0.75
  57. Yellow.BorderColor3 = Color3.new(0, 0, 0)
  58. Yellow.BorderSizePixel = 0
  59. Yellow.Position = UDim2.new(0.282536924, 0, 0.197458714, 0)
  60. Yellow.Size = UDim2.new(0, 100, 0, 50)
  61. Yellow.Font = Enum.Font.SourceSans
  62. Yellow.Text = "Yellow"
  63. Yellow.TextColor3 = Color3.new(1, 1, 1)
  64. Yellow.TextSize = 14
  65.  
  66. Red.Name = "Red"
  67. Red.Parent = MainFrame
  68. Red.BackgroundColor3 = Color3.new(1, 0, 0)
  69. Red.BackgroundTransparency = 0.75
  70. Red.BorderColor3 = Color3.new(0, 0, 0)
  71. Red.BorderSizePixel = 0
  72. Red.Position = UDim2.new(0.526536763, 0, 0.197458714, 0)
  73. Red.Size = UDim2.new(0, 100, 0, 50)
  74. Red.Font = Enum.Font.SourceSans
  75. Red.Text = "Red"
  76. Red.TextColor3 = Color3.new(1, 1, 1)
  77. Red.TextSize = 14
  78.  
  79. Green.Name = "Green"
  80. Green.Parent = MainFrame
  81. Green.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  82. Green.BackgroundTransparency = 0.75
  83. Green.BorderColor3 = Color3.new(0, 0, 0)
  84. Green.BorderSizePixel = 0
  85. Green.Position = UDim2.new(0.0426356569, 0, 0.197458714, 0)
  86. Green.Size = UDim2.new(0, 100, 0, 50)
  87. Green.Font = Enum.Font.SourceSans
  88. Green.Text = "Green"
  89. Green.TextColor3 = Color3.new(1, 1, 1)
  90. Green.TextSize = 14
  91.  
  92. Blue.Name = "Blue"
  93. Blue.Parent = MainFrame
  94. Blue.Active = true
  95. Blue.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  96. Blue.BackgroundTransparency = 0.75
  97. Blue.BorderColor3 = Color3.new(0, 0, 0)
  98. Blue.BorderSizePixel = 0
  99. Blue.Position = UDim2.new(0.763488472, 0, 0.197458714, 0)
  100. Blue.Size = UDim2.new(0, 100, 0, 50)
  101. Blue.Font = Enum.Font.SourceSans
  102. Blue.Text = "Blue"
  103. Blue.TextColor3 = Color3.new(1, 1, 1)
  104. Blue.TextSize = 14
  105.  
  106. YellowTop.Name = "YellowTop"
  107. YellowTop.Parent = MainFrame
  108. YellowTop.BackgroundColor3 = Color3.new(0, 0, 0)
  109. YellowTop.BackgroundTransparency = 0.5
  110. YellowTop.BorderColor3 = Color3.new(0, 0, 0)
  111. YellowTop.BorderSizePixel = 0
  112. YellowTop.Position = UDim2.new(0.282222986, 0, 0.482794195, 0)
  113. YellowTop.Size = UDim2.new(0, 100, 0, 50)
  114. YellowTop.Font = Enum.Font.SourceSans
  115. YellowTop.Text = "Yellow Top"
  116. YellowTop.TextColor3 = Color3.new(1, 1, 1)
  117. YellowTop.TextSize = 14
  118. YellowTop.TextStrokeColor3 = Color3.new(1, 1, 1)
  119. YellowTop.MouseButton1Click:Connect(function()
  120.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(86,131,1)
  121. end)
  122.  
  123. YellowBottum.Name = "YellowBottum"
  124. YellowBottum.Parent = MainFrame
  125. YellowBottum.BackgroundColor3 = Color3.new(0, 0, 0)
  126. YellowBottum.BackgroundTransparency = 0.5
  127. YellowBottum.BorderColor3 = Color3.new(0, 0, 0)
  128. YellowBottum.BorderSizePixel = 0
  129. YellowBottum.Position = UDim2.new(0.284160972, 0, 0.716196179, 0)
  130. YellowBottum.Size = UDim2.new(0, 100, 0, 50)
  131. YellowBottum.Font = Enum.Font.SourceSans
  132. YellowBottum.Text = "Yellow  Bottum"
  133. YellowBottum.TextColor3 = Color3.new(1, 1, 1)
  134. YellowBottum.TextSize = 14
  135. YellowBottum.TextStrokeColor3 = Color3.new(1, 1, 1)
  136. YellowBottum.MouseButton1Click:Connect(function()
  137.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(131,25,-1.5)
  138. end)
  139.  
  140. RedTop.Name = "RedTop"
  141. RedTop.Parent = MainFrame
  142. RedTop.BackgroundColor3 = Color3.new(0, 0, 0)
  143. RedTop.BackgroundTransparency = 0.5
  144. RedTop.BorderColor3 = Color3.new(0, 0, 0)
  145. RedTop.BorderSizePixel = 0
  146. RedTop.Position = UDim2.new(0.526222825, 0, 0.482794195, 0)
  147. RedTop.Size = UDim2.new(0, 100, 0, 50)
  148. RedTop.Font = Enum.Font.SourceSans
  149. RedTop.Text = "Red Top"
  150. RedTop.TextColor3 = Color3.new(1, 1, 1)
  151. RedTop.TextSize = 14
  152. RedTop.TextStrokeColor3 = Color3.new(1, 1, 1)
  153. RedTop.MouseButton1Click:Connect(function()
  154.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-92,131,-1.1)
  155. end)
  156.  
  157. RedBottum.Name = "RedBottum"
  158. RedBottum.Parent = MainFrame
  159. RedBottum.BackgroundColor3 = Color3.new(0, 0, 0)
  160. RedBottum.BackgroundTransparency = 0.5
  161. RedBottum.BorderColor3 = Color3.new(0, 0, 0)
  162. RedBottum.BorderSizePixel = 0
  163. RedBottum.Position = UDim2.new(0.52816081, 0, 0.716196179, 0)
  164. RedBottum.Size = UDim2.new(0, 100, 0, 50)
  165. RedBottum.Font = Enum.Font.SourceSans
  166. RedBottum.Text = "Red Bottum"
  167. RedBottum.TextColor3 = Color3.new(1, 1, 1)
  168. RedBottum.TextSize = 14
  169. RedBottum.TextStrokeColor3 = Color3.new(1, 1, 1)
  170. RedBottum.MouseButton1Click:Connect(function()
  171.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-131,25,-1.5)
  172. end)
  173.  
  174. GreenTop.Name = "GreenTop"
  175. GreenTop.Parent = MainFrame
  176. GreenTop.BackgroundColor3 = Color3.new(0, 0, 0)
  177. GreenTop.BackgroundTransparency = 0.5
  178. GreenTop.BorderColor3 = Color3.new(0, 0, 0)
  179. GreenTop.BorderSizePixel = 0
  180. GreenTop.Position = UDim2.new(0.0403837338, 0, 0.482794195, 0)
  181. GreenTop.Size = UDim2.new(0, 100, 0, 50)
  182. GreenTop.Font = Enum.Font.SourceSans
  183. GreenTop.Text = "Green Top"
  184. GreenTop.TextColor3 = Color3.new(1, 1, 1)
  185. GreenTop.TextSize = 14
  186. GreenTop.TextStrokeColor3 = Color3.new(1, 1, 1)
  187. GreenTop.MouseButton1Click:Connect(function()
  188.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1.4,131,-81)
  189. end)
  190.  
  191. GreenBottum.Name = "Green Bottum"
  192. GreenBottum.Parent = MainFrame
  193. GreenBottum.BackgroundColor3 = Color3.new(0, 0, 0)
  194. GreenBottum.BackgroundTransparency = 0.5
  195. GreenBottum.BorderColor3 = Color3.new(0, 0, 0)
  196. GreenBottum.BorderSizePixel = 0
  197. GreenBottum.Position = UDim2.new(0.0442597046, 0, 0.716196179, 0)
  198. GreenBottum.Size = UDim2.new(0, 100, 0, 50)
  199. GreenBottum.Font = Enum.Font.SourceSans
  200. GreenBottum.Text = "Green Bottum"
  201. GreenBottum.TextColor3 = Color3.new(1, 1, 1)
  202. GreenBottum.TextSize = 14
  203. GreenBottum.TextStrokeColor3 = Color3.new(1, 1, 1)
  204. GreenBottum.MouseButton1Click:Connect(function()
  205.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-0.4,25,-131)
  206. end)
  207.  
  208. BlueTop.Name = "BlueTop"
  209. BlueTop.Parent = MainFrame
  210. BlueTop.BackgroundColor3 = Color3.new(0, 0, 0)
  211. BlueTop.BackgroundTransparency = 0.5
  212. BlueTop.BorderColor3 = Color3.new(0, 0, 0)
  213. BlueTop.BorderSizePixel = 0
  214. BlueTop.Position = UDim2.new(0.763174534, 0, 0.482794195, 0)
  215. BlueTop.Size = UDim2.new(0, 100, 0, 50)
  216. BlueTop.Font = Enum.Font.SourceSans
  217. BlueTop.Text = "Blue Top"
  218. BlueTop.TextColor3 = Color3.new(1, 1, 1)
  219. BlueTop.TextSize = 14
  220. BlueTop.TextStrokeColor3 = Color3.new(1, 1, 1)
  221. BlueTop.MouseButton1Click:Connect(function()
  222.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2.3,131,91)
  223. end)
  224.  
  225. BlueBottum.Name = "BlueBottum"
  226. BlueBottum.Parent = MainFrame
  227. BlueBottum.BackgroundColor3 = Color3.new(0, 0, 0)
  228. BlueBottum.BackgroundTransparency = 0.5
  229. BlueBottum.BorderColor3 = Color3.new(0, 0, 0)
  230. BlueBottum.BorderSizePixel = 0
  231. BlueBottum.Position = UDim2.new(0.765112519, 0, 0.716196179, 0)
  232. BlueBottum.Size = UDim2.new(0, 100, 0, 50)
  233. BlueBottum.Font = Enum.Font.SourceSans
  234. BlueBottum.Text = "Blue  Bottum"
  235. BlueBottum.TextColor3 = Color3.new(1, 1, 1)
  236. BlueBottum.TextSize = 14
  237. BlueBottum.TextStrokeColor3 = Color3.new(1, 1, 1)
  238. BlueBottum.MouseButton1Click:Connect(function()
  239.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-0.4,25,131)
  240. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement