Advertisement
UhhLegoboy

Dubstep Nerd

Jan 21st, 2017
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. --[[\\Made by UhhLegoboy//]]--
  2. wait (0)
  3. plr = game.Players.LocalPlayer
  4. char = plr.Character
  5. sound = Instance.new("Sound", char.Torso)
  6. Skin = char ["Body Colors"]
  7. char ["Shirt Graphic"].Graphic = "http://www.roblox.com/asset/?id=0"
  8. char.Humanoid.WalkSpeed = 25
  9. sound.SoundId = "http://www.roblox.com/asset/?id=551236870" --TheFatRat - Jackpot
  10. sound.Looped = true
  11. sound : play()
  12. char.Humanoid.MaxHealth = 500
  13. char.Humanoid.Health = 500
  14. char.Humanoid.JumpPower = 100
  15. char.Humanoid.WalkSpeed = 25
  16. char.Head.face.Texture = "http://www.roblox.com/asset/?id=282871156" -- Made by PixelFlame
  17. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=129458425"
  18. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=211918465"
  19. debounce = false
  20. h = Instance.new("Accessory")
  21. p = Instance.new("Part")
  22. h.Name = "Headphones"
  23. p.Parent = h
  24. p.Position = char:findFirstChild("Head").Position
  25. p.Name = "Handle"
  26. p.formFactor = 0
  27. p.Size = Vector3.new(2, 1, 2)
  28. p.BottomSurface = 0
  29. p.TopSurface = 0
  30. p.Locked = true
  31. Hat = Instance.new("SpecialMesh", p)
  32. Hat.MeshId = "http://www.roblox.com/asset/?id=120625921"
  33. Hat.TextureId = "http://www.roblox.com/asset/?id=120625992"
  34. h.Parent = char
  35. h.AttachmentForward = Vector3.new (-0, -0, -1)
  36. h.AttachmentPos = Vector3.new(0, 0, 0)
  37. h.AttachmentRight = Vector3.new (1, 0, 0)
  38. h.AttachmentUp = Vector3.new (0, 1, 0)
  39. wait(5)
  40. debounce = true
  41. while true do
  42. char : Clone()
  43. wait (1)
  44. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement