Advertisement
toonrun123

Robloxian Waterpark Gui

Nov 22nd, 2018
2,823
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.96 KB | None | 0 0
  1. --Boi Made By toonrun123
  2. -- Objects:
  3. local WaterParkGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local SkyBlock = Instance.new("TextLabel")
  6. local NamePlayers = Instance.new("TextBox")
  7. local ExplodeHim = Instance.new("TextButton")
  8. local HideNames = Instance.new("TextButton")
  9. local McDonald = Instance.new("TextButton")
  10. local HatSounds = Instance.new("TextButton")
  11. local EndLine = Instance.new("TextLabel")
  12. --Functions:
  13. WaterParkGui.Name = "WaterPark Gui"
  14. WaterParkGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. WaterParkGui.ResetOnSpawn = false
  16.  
  17. Main.Name = "Main"
  18. Main.Parent = WaterParkGui
  19. Main.Active = true
  20. Main.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  21. Main.BackgroundTransparency = 0.5
  22. Main.BorderSizePixel = 0
  23. Main.Position = UDim2.new(0.0495629571, 0, 0.129337534, 0)
  24. Main.Selectable = true
  25. Main.Size = UDim2.new(0, 440, 0, 386)
  26.  
  27. SkyBlock.Name = "SkyBlock"
  28. SkyBlock.Parent = Main
  29. SkyBlock.BackgroundColor3 = Color3.new(1, 1, 1)
  30. SkyBlock.BackgroundTransparency = 1
  31. SkyBlock.BorderSizePixel = 0
  32. SkyBlock.Position = UDim2.new(0.173666447, 0, -0.00214322726, 0)
  33. SkyBlock.Size = UDim2.new(0, 287, 0, 50)
  34. SkyBlock.Font = Enum.Font.SourceSans
  35. SkyBlock.Text = "Robloxian WaterPark Gui"
  36. SkyBlock.TextColor3 = Color3.new(1, 1, 1)
  37. SkyBlock.TextSize = 30
  38. SkyBlock.TextStrokeColor3 = Color3.new(1, 1, 1)
  39. SkyBlock.TextStrokeTransparency = 0
  40.  
  41. NamePlayers.Name = "NamePlayers"
  42. NamePlayers.Parent = Main
  43. NamePlayers.BackgroundColor3 = Color3.new(1, 1, 1)
  44. NamePlayers.BackgroundTransparency = 1
  45. NamePlayers.BorderSizePixel = 0
  46. NamePlayers.Position = UDim2.new(-0.0022727272, 0, 0.121215023, 0)
  47. NamePlayers.Size = UDim2.new(0, 440, 0, 50)
  48. NamePlayers.Font = Enum.Font.SourceSans
  49. NamePlayers.Text = "NamePlayers"
  50. NamePlayers.TextColor3 = Color3.new(1, 1, 1)
  51. NamePlayers.TextSize = 30
  52. NamePlayers.TextStrokeColor3 = Color3.new(1, 1, 1)
  53. NamePlayers.TextStrokeTransparency = 0
  54.  
  55. ExplodeHim.Name = "ExplodeHim"
  56. ExplodeHim.Parent = Main
  57. ExplodeHim.Active = false
  58. ExplodeHim.BackgroundColor3 = Color3.new(1, 1, 1)
  59. ExplodeHim.BackgroundTransparency = 1
  60. ExplodeHim.BorderSizePixel = 0
  61. ExplodeHim.Position = UDim2.new(0.271897495, 0, 0.263947785, 0)
  62. ExplodeHim.Size = UDim2.new(0, 200, 0, 50)
  63. ExplodeHim.Font = Enum.Font.SourceSans
  64. ExplodeHim.Text = "Explode Him"
  65. ExplodeHim.TextColor3 = Color3.new(1, 1, 1)
  66. ExplodeHim.TextSize = 30
  67. ExplodeHim.TextStrokeColor3 = Color3.new(1, 1, 1)
  68. ExplodeHim.TextStrokeTransparency = 0
  69. ExplodeHim.MouseButton1Down:connect(function()
  70.     local Victim = NamePlayers.Text
  71.  
  72. local Location = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  73. local targetplayer = game.Workspace[Victim].HumanoidRootPart
  74. game.ReplicatedStorage.ClothingService:FireServer("Hat", 1527622)
  75. wait(4.875)
  76. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z)
  77. wait(6)
  78. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Location
  79. end)
  80.  
  81. HideNames.Name = "HideNames"
  82. HideNames.Parent = Main
  83. HideNames.Active = false
  84. HideNames.BackgroundColor3 = Color3.new(1, 1, 1)
  85. HideNames.BackgroundTransparency = 1
  86. HideNames.BorderSizePixel = 0
  87. HideNames.Position = UDim2.new(0.0446247607, 0, 0.392279327, 0)
  88. HideNames.Size = UDim2.new(0, 200, 0, 50)
  89. HideNames.Font = Enum.Font.SourceSans
  90. HideNames.Text = "HideNames"
  91. HideNames.TextColor3 = Color3.new(1, 1, 1)
  92. HideNames.TextSize = 30
  93. HideNames.TextStrokeColor3 = Color3.new(1, 1, 1)
  94. HideNames.TextStrokeTransparency = 0
  95. HideNames.MouseButton1Down:connect(function()
  96.             game:GetService'Players':Chat("/Name  .")
  97. end)
  98.  
  99. McDonald.Name = "McDonald"
  100. McDonald.Parent = Main
  101. McDonald.Active = false
  102. McDonald.BackgroundColor3 = Color3.new(1, 1, 1)
  103. McDonald.BackgroundTransparency = 1
  104. McDonald.BorderSizePixel = 0
  105. McDonald.Position = UDim2.new(0.499170214, 0, 0.392279327, 0)
  106. McDonald.Size = UDim2.new(0, 200, 0, 50)
  107. McDonald.Font = Enum.Font.SourceSans
  108. McDonald.Text = "Ronald McDonald"
  109. McDonald.TextColor3 = Color3.new(1, 1, 1)
  110. McDonald.TextSize = 30
  111. McDonald.TextStrokeColor3 = Color3.new(1, 1, 1)
  112. McDonald.TextStrokeTransparency = 0
  113. McDonald.MouseButton1Down:connect(function()
  114.     game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  115. game.ReplicatedStorage.ClothingService:FireServer("Shirt", 2155796827)
  116. game.ReplicatedStorage.ClothingService:FireServer("Pants", 789500135)
  117. game.ReplicatedStorage.ClothingService:FireServer("Face", 23644960)
  118. game.ReplicatedStorage.ClothingService:FireServer("Hat", 15469944)
  119. end)
  120.  
  121. HatSounds.Name = "HatSounds"
  122. HatSounds.Parent = Main
  123. HatSounds.Active = false
  124. HatSounds.BackgroundColor3 = Color3.new(1, 1, 1)
  125. HatSounds.BackgroundTransparency = 1
  126. HatSounds.BorderSizePixel = 0
  127. HatSounds.Position = UDim2.new(0.330988377, 0, 0.521647155, 0)
  128. HatSounds.Size = UDim2.new(0, 145, 0, 50)
  129. HatSounds.Font = Enum.Font.SourceSans
  130. HatSounds.Text = "HatSounds"
  131. HatSounds.TextColor3 = Color3.new(1, 1, 1)
  132. HatSounds.TextSize = 30
  133. HatSounds.TextStrokeColor3 = Color3.new(1, 1, 1)
  134. HatSounds.TextStrokeTransparency = 0
  135. HatSounds.MouseButton1Down:connect(function()
  136.     for i=1,20 do
  137. game.ReplicatedStorage.ClothingService:FireServer("Hat", 24112667)
  138. game.ReplicatedStorage.ClothingService:FireServer("Hat", 24114402)
  139. game.ReplicatedStorage.ClothingService:FireServer("Hat", 305888394)
  140. game.ReplicatedStorage.ClothingService:FireServer("Hat", 33070696)
  141. wait()
  142. end
  143. end)
  144.  
  145. EndLine.Name = "EndLine"
  146. EndLine.Parent = Main
  147. EndLine.BackgroundColor3 = Color3.new(1, 1, 1)
  148. EndLine.BackgroundTransparency = 1
  149. EndLine.BorderSizePixel = 0
  150. EndLine.Position = UDim2.new(0, 0, 0.65070653, 0)
  151. EndLine.Size = UDim2.new(0, 440, 0, 50)
  152. EndLine.Font = Enum.Font.SourceSans
  153. EndLine.Text = "-------------------------------------"
  154. EndLine.TextColor3 = Color3.new(1, 1, 1)
  155. EndLine.TextSize = 30
  156. EndLine.TextStrokeColor3 = Color3.new(1, 1, 1)
  157. EndLine.TextStrokeTransparency = 0
  158. -- Script Gui
  159. Main.Active = true
  160. Main.Selectable = true
  161. Main.Draggable = true
  162. --End Line...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement