TheUnknownDiscord

Speed run

Sep 6th, 2021 (edited)
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. part1 = Instance.new("Part", owner.Character)
  2. part1.Size = Vector3.new(10,10,1)
  3. local speed = Instance.new("Sound", part1)
  4. speed.SoundId = "rbxassetid://6683033226"
  5. speed.Volume = 1
  6. speed.Looped = true
  7. speed:Play()
  8. local speed2 = Instance.new("Sound", part1)
  9. speed2.SoundId = "rbxassetid://6707947032"
  10. speed2.Volume = 1
  11. speed2.Looped = true
  12. speed2:Play()
  13. part1.Anchored = true
  14. part1.Position = Vector3.new(5,5,5)
  15. local screengui2 = Instance.new("SurfaceGui", part1)
  16. screengui2.Name = "Hud"
  17. screengui2.Face = Enum.NormalId.Front
  18. local tl = Instance.new("TextBox", screengui2)
  19. tl.Size = UDim2.new(1, 0, 1, 0)
  20. tl.BackgroundTransparency = 0
  21. tl.Position = UDim2.new(0,0,0,0)
  22. screengui2.AlwaysOnTop = true
  23. local screengui3 = Instance.new("SurfaceGui", part1)
  24. screengui3.Name = "Hud3"
  25. screengui3.Face = Enum.NormalId.Front
  26. local tl1 = Instance.new("TextBox", screengui3)
  27. tl1.Size = UDim2.new(0.125, 0, 0.125, 0)
  28. tl1.BackgroundTransparency = 1
  29. tl1.Text = "Haker Man Gaming Speedruns Clicking Simulator 42069"
  30. tl1.Position = UDim2.new(0,337.5,0,0)
  31. screengui3.AlwaysOnTop = true
  32. local screengui = Instance.new("SurfaceGui", part1)
  33. screengui.Name = "Hud2"
  34. screengui.Face = Enum.NormalId.Front
  35. local frame = Instance.new("ImageLabel", screengui)
  36. frame.BackgroundTransparency = 1
  37. frame.Image = "http://www.roblox.com/asset/?id=6735263427"
  38. frame.Size = UDim2.new(0.4,0,0.4,0)
  39. frame.Position = tl.Position + UDim2.new(0,475,0,375)
  40. screengui.AlwaysOnTop = true
  41. tl.TextSize = 200
  42. tl1.TextSize = 25
  43. Charge = 0
  44. while true do
  45. Charge = Charge + 1
  46. tl.Text = Charge
  47. task.wait()
  48. end
Add Comment
Please, Sign In to add comment