Advertisement
killerwhale

walk speed gui

May 31st, 2020
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.26 KB | None | 0 0
  1. -- made by juan marco
  2.  
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local _800 = Instance.new("TextButton")
  8. local _700 = Instance.new("TextButton")
  9. local _600 = Instance.new("TextButton")
  10. local _400 = Instance.new("TextButton")
  11. local _300 = Instance.new("TextButton")
  12. local _200 = Instance.new("TextButton")
  13. local _80 = Instance.new("TextButton")
  14. local _40 = Instance.new("TextButton")
  15. local _500 = Instance.new("TextButton")
  16. local _120 = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.coregui
  21.  
  22. Frame.Parent = ScreenGui
  23. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  24. Frame.Position = UDim2.new(0.910965264, 0, 0.01171875, 0)
  25. Frame.Size = UDim2.new(0, 95, 0, 246)
  26. Frame.active = true
  27. Frame.draggale = true
  28.  
  29.  
  30. _800.Name = "800"
  31. _800.Parent = Frame
  32. _800.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  33. _800.BorderColor3 = Color3.fromRGB(255, 255, 255)
  34. _800.Position = UDim2.new(0, 0, 0.902438998, 0)
  35. _800.Size = UDim2.new(0, 95, 0, 24)
  36. _800.Font = Enum.Font.GothamBold
  37. _800.Text = "speed 800"
  38. _800.TextColor3 = Color3.fromRGB(255, 255, 255)
  39. _800.TextSize = 14.000
  40. _800.MouseButton1Down:connect(function()
  41. game.Workspace.sumilaofire.Humanoid.WalkSpeed = 800
  42. end)
  43.  
  44. _700.Name = "700"
  45. _700.Parent = Frame
  46. _700.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  47. _700.BorderColor3 = Color3.fromRGB(255, 255, 255)
  48. _700.Position = UDim2.new(0, 0, 0.804877996, 0)
  49. _700.Size = UDim2.new(0, 95, 0, 24)
  50. _700.Font = Enum.Font.GothamBold
  51. _700.Text = "speed 700"
  52. _700.TextColor3 = Color3.fromRGB(255, 255, 255)
  53. _700.TextSize = 14.000
  54. _700.MouseButton1Down:connect(function()
  55. game.Workspace.sumilaofire.Humanoid.WalkSpeed = 700
  56. end)
  57.  
  58. _600.Name = "600"
  59. _600.Parent = Frame
  60. _600.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  61. _600.BorderColor3 = Color3.fromRGB(255, 255, 255)
  62. _600.Position = UDim2.new(0, 0, 0.707316995, 0)
  63. _600.Size = UDim2.new(0, 95, 0, 24)
  64. _600.Font = Enum.Font.GothamBold
  65. _600.Text = "speed 600"
  66. _600.TextColor3 = Color3.fromRGB(255, 255, 255)
  67. _600.TextSize = 14.000
  68. _600.MouseButton1Down:connect(function()
  69. game.Workspace.sumilaofire.Humanoid.WalkSpeed = 600
  70. end)
  71.  
  72. _400.Name = "400"
  73. _400.Parent = Frame
  74. _400.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  75. _400.BorderColor3 = Color3.fromRGB(255, 255, 255)
  76. _400.Position = UDim2.new(0, 0, 0.512194991, 0)
  77. _400.Size = UDim2.new(0, 95, 0, 24)
  78. _400.Font = Enum.Font.GothamBold
  79. _400.Text = "speed 400"
  80. _400.TextColor3 = Color3.fromRGB(255, 255, 255)
  81. _400.TextSize = 14.000
  82. _400.MouseButton1Down:connect(function()
  83. game.Workspace.sumilaofire.Humanoid.WalkSpeed = 400
  84. end)
  85.  
  86.  
  87. _300.Name = "300"
  88. _300.Parent = Frame
  89. _300.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  90. _300.BorderColor3 = Color3.fromRGB(255, 255, 255)
  91. _300.Position = UDim2.new(0, 0, 0.414634019, 0)
  92. _300.Size = UDim2.new(0, 95, 0, 24)
  93. _300.Font = Enum.Font.GothamBold
  94. _300.Text = "speed 300"
  95. _300.TextColor3 = Color3.fromRGB(255, 255, 255)
  96. _300.TextSize = 14.000
  97. _300.MouseButton1Down:connect(function()
  98. game.Workspace.sumilaofire.Humanoid.WalkSpeed = 300
  99. end)
  100.  
  101. _200.Name = "200"
  102. _200.Parent = Frame
  103. _200.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  104. _200.BorderColor3 = Color3.fromRGB(255, 255, 255)
  105. _200.Position = UDim2.new(0, 0, 0.317073047, 0)
  106. _200.Size = UDim2.new(0, 95, 0, 24)
  107. _200.Font = Enum.Font.GothamBold
  108. _200.Text = "speed 200"
  109. _200.TextColor3 = Color3.fromRGB(255, 255, 255)
  110. _200.TextSize = 14.000
  111. _200.MouseButton1Down:connect(function()
  112. game.Workspace.sumilaofire.Humanoid.WalkSpeed = 200
  113. end)
  114.  
  115. _80.Name = "80"
  116. _80.Parent = Frame
  117. _80.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  118. _80.BorderColor3 = Color3.fromRGB(255, 255, 255)
  119. _80.Position = UDim2.new(0, 0, 0.121951103, 0)
  120. _80.Size = UDim2.new(0, 95, 0, 24)
  121. _80.Font = Enum.Font.GothamBold
  122. _80.Text = "speed 80"
  123. _80.TextColor3 = Color3.fromRGB(255, 255, 255)
  124. _80.TextSize = 14.000
  125. _80.MouseButton1Down:connect(function()
  126. game.Workspace.sumilaofire.Humanoid.WalkSpeed = 80
  127. end)
  128.  
  129. _40.Name = "40"
  130. _40.Parent = Frame
  131. _40.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  132. _40.BorderColor3 = Color3.fromRGB(255, 255, 255)
  133. _40.Position = UDim2.new(0, 0, 0.0243901312, 0)
  134. _40.Size = UDim2.new(0, 95, 0, 24)
  135. _40.Font = Enum.Font.GothamBold
  136. _40.Text = "speed 40"
  137. _40.TextColor3 = Color3.fromRGB(255, 255, 255)
  138. _40.TextSize = 14.000
  139. _40.MouseButton1Down:connect(function()
  140. game.Workspace.sumilaofire.Humanoid.WalkSpeed = 40
  141. end)
  142.  
  143. _500.Name = "500"
  144. _500.Parent = Frame
  145. _500.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  146. _500.BorderColor3 = Color3.fromRGB(255, 255, 255)
  147. _500.Position = UDim2.new(0, 0, 0.609755993, 0)
  148. _500.Size = UDim2.new(0, 95, 0, 24)
  149. _500.Font = Enum.Font.GothamBold
  150. _500.Text = "speed 500"
  151. _500.TextColor3 = Color3.fromRGB(255, 255, 255)
  152. _500.TextSize = 14.000
  153. _500.MouseButton1Down:connect(function()
  154. game.Workspace.sumilaofire.Humanoid.WalkSpeed = 500
  155. end)
  156.  
  157. _120.Name = "120"
  158. _120.Parent = Frame
  159. _120.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  160. _120.BorderColor3 = Color3.fromRGB(255, 255, 255)
  161. _120.Position = UDim2.new(0, 0, 0.219512075, 0)
  162. _120.Size = UDim2.new(0, 95, 0, 24)
  163. _120.Font = Enum.Font.GothamBold
  164. _120.Text = "speed 120"
  165. _120.TextColor3 = Color3.fromRGB(255, 255, 255)
  166. _120.TextSize = 14.000
  167. _120.MouseButton1Down:connect(function()
  168. game.Workspace.sumilaofire.Humanoid.WalkSpeed = 120
  169. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement