Advertisement
foxywolf233

Color Block Script

Dec 15th, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.34 KB | None | 0 0
  1. -- Made By jiffy_978/jiffy_978ALT/jiffy_978ALTOFALTS they are all me
  2. -- Instances:
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local UICorner = Instance.new("UICorner")
  8. local TextButton = Instance.new("TextButton")
  9. local UICorner_2 = Instance.new("UICorner")
  10. local UICorner_3 = Instance.new("UICorner")
  11. local TextButton_2 = Instance.new("TextButton")
  12. local UICorner_4 = Instance.new("UICorner")
  13. local TextButton_3 = Instance.new("TextButton")
  14. local UICorner_5 = Instance.new("UICorner")
  15. local TextButton_4 = Instance.new("TextButton")
  16. local UICorner_6 = Instance.new("UICorner")
  17. local TextButton_5 = Instance.new("TextButton")
  18. local UICorner_7 = Instance.new("UICorner")
  19.  
  20. --Properties:
  21.  
  22. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. Frame.Parent = ScreenGui
  26. Frame.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  27. Frame.Position = UDim2.new(0.624568641, 0, 0.0462232232, 0)
  28. Frame.Size = UDim2.new(0, 382, 0, 355)
  29. Frame.Draggable = true
  30.  
  31. TextLabel.Parent = Frame
  32. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 130, 195)
  33. TextLabel.Size = UDim2.new(0, 382, 0, 50)
  34. TextLabel.Font = Enum.Font.SourceSansBold
  35. TextLabel.Text = "Color Block Gui"
  36. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  37. TextLabel.TextSize = 28.000
  38.  
  39. UICorner.Parent = TextLabel
  40.  
  41. TextButton.Parent = Frame
  42. TextButton.BackgroundColor3 = Color3.fromRGB(0, 130, 195)
  43. TextButton.Position = UDim2.new(0.0445026159, 0, 0.177464798, 0)
  44. TextButton.Size = UDim2.new(0, 95, 0, 85)
  45. TextButton.Font = Enum.Font.SourceSansBold
  46. TextButton.Text = "Tp To Game"
  47. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  48. TextButton.TextScaled = true
  49. TextButton.TextSize = 20.000
  50. TextButton.TextWrapped = true
  51.  
  52. UICorner_2.Parent = TextButton
  53.  
  54. UICorner_3.Parent = Frame
  55.  
  56. TextButton_2.Parent = Frame
  57. TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 130, 195)
  58. TextButton_2.Position = UDim2.new(0.374345541, 0, 0.177464798, 0)
  59. TextButton_2.Size = UDim2.new(0, 95, 0, 85)
  60. TextButton_2.Font = Enum.Font.SourceSansBold
  61. TextButton_2.Text = "Giant Pumpkin"
  62. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  63. TextButton_2.TextScaled = true
  64. TextButton_2.TextSize = 20.000
  65. TextButton_2.TextWrapped = true
  66.  
  67. UICorner_4.Parent = TextButton_2
  68.  
  69. TextButton_3.Parent = Frame
  70. TextButton_3.BackgroundColor3 = Color3.fromRGB(0, 130, 195)
  71. TextButton_3.Position = UDim2.new(0.714659691, 0, 0.177464798, 0)
  72. TextButton_3.Size = UDim2.new(0, 95, 0, 85)
  73. TextButton_3.Font = Enum.Font.SourceSansBold
  74. TextButton_3.Text = "Finish Obby"
  75. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  76. TextButton_3.TextScaled = true
  77. TextButton_3.TextSize = 40.000
  78. TextButton_3.TextWrapped = true
  79.  
  80. UICorner_5.Parent = TextButton_3
  81.  
  82. TextButton_4.Parent = Frame
  83. TextButton_4.BackgroundColor3 = Color3.fromRGB(0, 130, 195)
  84. TextButton_4.Position = UDim2.new(0.0445026159, 0, 0.484507024, 0)
  85. TextButton_4.Size = UDim2.new(0, 95, 0, 85)
  86. TextButton_4.Font = Enum.Font.SourceSansBold
  87. TextButton_4.Text = "Pumpkins!"
  88. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  89. TextButton_4.TextScaled = true
  90. TextButton_4.TextSize = 26.000
  91. TextButton_4.TextWrapped = true
  92.  
  93. UICorner_6.Parent = TextButton_4
  94.  
  95. TextButton_5.Parent = Frame
  96. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  97. TextButton_5.Position = UDim2.new(0.853403151, 0, 0, 0)
  98. TextButton_5.Size = UDim2.new(0, 56, 0, 50)
  99. TextButton_5.Font = Enum.Font.SourceSansBold
  100. TextButton_5.Text = "X"
  101. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  102. TextButton_5.TextScaled = true
  103. TextButton_5.TextSize = 14.000
  104. TextButton_5.TextWrapped = true
  105.  
  106. UICorner_7.Parent = TextButton_5
  107.  
  108. -- Scripts:
  109.  
  110. local function HLUEGXJ_fake_script() -- TextButton.LocalScript
  111. local script = Instance.new('LocalScript', TextButton)
  112.  
  113. script.Parent.MouseButton1Click:Connect(function() -- Change 'Frame' to your frame name
  114. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30, 1585, -141)
  115. end)
  116. end
  117. coroutine.wrap(HLUEGXJ_fake_script)()
  118. local function DSXFO_fake_script() -- TextButton_2.LocalScript
  119. local script = Instance.new('LocalScript', TextButton_2)
  120.  
  121. script.Parent.MouseButton1Click:Connect(function() -- Change 'Frame' to your frame name
  122. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30, 1610, -141)
  123. end)
  124. end
  125. coroutine.wrap(DSXFO_fake_script)()
  126. local function WLUTMRX_fake_script() -- TextButton_3.LocalScript
  127. local script = Instance.new('LocalScript', TextButton_3)
  128.  
  129. script.Parent.MouseButton1Click:Connect(function() -- Change 'Frame' to your frame name
  130. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(73, 1590, -303)
  131. end)
  132. end
  133. coroutine.wrap(WLUTMRX_fake_script)()
  134. local function JFDPQC_fake_script() -- TextButton_4.LocalScript
  135. local script = Instance.new('LocalScript', TextButton_4)
  136.  
  137. script.Parent.MouseButton1Click:Connect(function() -- Change 'Frame' to your frame name
  138. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-26, 1589, -55)
  139. wait(.1)
  140. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20, 1597, -53)
  141. wait(.1)
  142. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-13, 1597, -53)
  143. wait(.1)
  144. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10, 1589, -54)
  145. wait(.1)
  146. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-77, 1597, -221)
  147. wait(.1)
  148. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-71, 1595, -222)
  149. wait(.1)
  150. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-66, 1597, -221)
  151. wait(.1)
  152. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-66, 1597, -221)
  153. wait(.1)
  154. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-61, 1597, -221)
  155. wait(.1)
  156. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-57, 1597, -220)
  157. wait(.1)
  158. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-52, 1597, -221)
  159. wait(.1)
  160. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-46, 1597, -221)
  161. wait(.1)
  162. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-43, 1597, -220)
  163. wait(.1)
  164. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-39, 1597, -221)
  165. wait(.1)
  166. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-31, 1609, -141)
  167. wait(.1)
  168. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109, 1589, -126)
  169. wait(.1)
  170. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-110, 1597, -127)
  171. wait(.1)
  172. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-110, 1597, -121)
  173. wait(.1)
  174. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-110, 1597, -114)
  175. wait(.1)
  176. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-110, 1592, -114)
  177. wait(.1)
  178. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(57, 1589, -306)
  179. wait(.1)
  180. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67, 1589, -301)
  181. wait(.1)
  182. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(65, 1589, -298)
  183. wait(.1)
  184. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(69, 1589, -295)
  185. wait(.1)
  186. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(73, 1589, -298)
  187. wait(.1)
  188. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(80, 1589, -296)
  189. wait(.1)
  190. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(84, 1589, -293)
  191. wait(.1)
  192. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(79, 1589, -290)
  193. wait(.1)
  194. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(87, 1589, -290)
  195. wait(.1)
  196. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-29, 1589, -75)
  197. end)
  198. end
  199. coroutine.wrap(JFDPQC_fake_script)()
  200. local function MUDWL_fake_script() -- TextButton_5.LocalScript
  201. local script = Instance.new('LocalScript', TextButton_5)
  202.  
  203. script.Parent.MouseButton1Click:Connect(function()
  204. script.Parent.Parent.Visible = false
  205. end)
  206.  
  207. end
  208. coroutine.wrap(MUDWL_fake_script)()
  209.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement