Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- part1 = Instance.new("Part", owner.Character)
- part1.Size = Vector3.new(10,10,1)
- local speed = Instance.new("Sound", part1)
- speed.SoundId = "rbxassetid://6683033226"
- speed.Volume = 1
- speed.Looped = true
- speed:Play()
- local speed2 = Instance.new("Sound", part1)
- speed2.SoundId = "rbxassetid://6707947032"
- speed2.Volume = 1
- speed2.Looped = true
- speed2:Play()
- part1.Anchored = true
- part1.Position = Vector3.new(5,5,5)
- local screengui2 = Instance.new("SurfaceGui", part1)
- screengui2.Name = "Hud"
- screengui2.Face = Enum.NormalId.Front
- local tl = Instance.new("TextBox", screengui2)
- tl.Size = UDim2.new(1, 0, 1, 0)
- tl.BackgroundTransparency = 0
- tl.Position = UDim2.new(0,0,0,0)
- screengui2.AlwaysOnTop = true
- local screengui3 = Instance.new("SurfaceGui", part1)
- screengui3.Name = "Hud3"
- screengui3.Face = Enum.NormalId.Front
- local tl1 = Instance.new("TextBox", screengui3)
- tl1.Size = UDim2.new(0.125, 0, 0.125, 0)
- tl1.BackgroundTransparency = 1
- tl1.Text = "Haker Man Gaming Speedruns Clicking Simulator 42069"
- tl1.Position = UDim2.new(0,337.5,0,0)
- screengui3.AlwaysOnTop = true
- local screengui = Instance.new("SurfaceGui", part1)
- screengui.Name = "Hud2"
- screengui.Face = Enum.NormalId.Front
- local frame = Instance.new("ImageLabel", screengui)
- frame.BackgroundTransparency = 1
- frame.Image = "http://www.roblox.com/asset/?id=6735263427"
- frame.Size = UDim2.new(0.4,0,0.4,0)
- frame.Position = tl.Position + UDim2.new(0,475,0,375)
- screengui.AlwaysOnTop = true
- tl.TextSize = 200
- tl1.TextSize = 25
- Charge = 0
- while true do
- Charge = Charge + 1
- tl.Text = Charge
- task.wait()
- end
Add Comment
Please, Sign In to add comment