Advertisement
Guest User

123123

a guest
Aug 22nd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. --[[list = ("410134997")
  2. print(410134997)]]
  3. print("Created by iiFootFetish-Made within 3 minutes")
  4. local playr = game.Players.LocalPlayer
  5. repeat
  6. wait()
  7. until playr.Character
  8. local char = playr.Character
  9. local torso = char.Torso
  10. local head = char.Head
  11. local larm = char["Left Arm"]
  12. local rarm = char["Right Arm"]
  13. local s = Instance.new("Sound", char)
  14. beat = true
  15. s.Volume = 1
  16. s.Looped = true
  17.  
  18.  
  19. local part = Instance.new("Part", char)
  20. part.Anchored = true
  21. part.CanCollide = false
  22. part.Transparency = 0.5
  23. part.Size = Vector3.new(1.2, 1.2, 1.2)
  24. part.BottomSurface = 0
  25. part.TopSurface = 0
  26. part.Material = "Neon"
  27. part.BrickColor = BrickColor.new("Black metallic")
  28. local part4 = Instance.new("Part", char)
  29. part4.Anchored = true
  30. part4.CanCollide = false
  31. part4.Transparency = 0.5
  32. part4.Size = Vector3.new(1, 1, 1)
  33. part4.BottomSurface = 0
  34. part4.TopSurface = 0
  35. part4.Material = "Wood"
  36. part4.BrickColor = BrickColor.new("Deep blue")
  37. game:service'RunService'.RenderStepped:connect(function()
  38. spawn(function()
  39. if part ~= nil then
  40. part.CFrame = part.CFrame:lerp(torso.CFrame * CFrame.new(1.8, 4, 0), 0.1)
  41. end
  42. if part4 ~= nil then
  43. part4.CFrame = part4.CFrame:lerp(torso.CFrame * CFrame.new(1.8, 4, 0), 0.1)
  44. end
  45. end)
  46. spawn(function()
  47. if s.IsPlaying == true then
  48. local pbl = math.floor(s.PlaybackLoudness)
  49. part.Size = part.Size:lerp(Vector3.new(pbl / 250, pbl / 250, pbl / 250), 0.01)
  50. if pbl >= 300 and beat == true then
  51. part.Rotation = Vector3.new(math.random(5, 50), math.random(5, 50), math.random(5, 50), 0.01)
  52. end
  53. part4.Size = part4.Size:lerp(Vector3.new(pbl / 260, pbl / 260, pbl / 260), 0.01)
  54. end
  55. end)
  56. end)
  57. local part3 = Instance.new("Part", char)
  58. part3.Anchored = true
  59. part3.CanCollide = false
  60. part3.Transparency = 0.5
  61. part3.Size = Vector3.new(1.2, 1.2, 1.2)
  62. part3.BottomSurface = 0
  63. part3.TopSurface = 0
  64. part3.Material = "Neon"
  65. part3.BrickColor = BrickColor.new("Black metallic")
  66.  
  67. local part2 = Instance.new("Part", char)
  68. part2.Anchored = true
  69. part2.CanCollide = false
  70. part2.Transparency = 0.5
  71. part2.Size = Vector3.new(1, 1, 1)
  72. part2.BottomSurface = 0
  73. part2.TopSurface = 0
  74. part2.Material = "Wood"
  75. part2.BrickColor = BrickColor.new("Deep blue")
  76.  
  77.  
  78. game:service'RunService'.RenderStepped:connect(function()
  79. spawn(function()
  80. if part2 ~= nil then
  81. part2.CFrame = part2.CFrame:lerp(torso.CFrame * CFrame.new(-1.8, 4, 0), 0.1)
  82. end
  83. if part3 ~= nil then
  84. part3.CFrame = part3.CFrame:lerp(torso.CFrame * CFrame.new(-1.8, 4, 0), 0.1)
  85. end
  86. end)
  87. spawn(function()
  88. if s.IsPlaying == true then
  89. local pbl = math.floor(s.PlaybackLoudness)
  90. part2.Size = part.Size:lerp(Vector3.new(pbl / 260, pbl / 260, pbl / 260), 0.01)
  91. part3.Size = part3.Size:lerp(Vector3.new(pbl / 250, pbl / 250, pbl / 250), 0.01)
  92. if pbl >= 300 and beat == true then
  93. part3.Rotation = Vector3.new(math.random(5, 50), math.random(5, 50), math.random(5, 50), 0.01)
  94. end
  95. end
  96. end)
  97. end)
  98. playr.Chatted:connect(function(message)
  99. if message:sub(1,4) == "Play" then
  100. s:Stop()
  101. s.SoundId = "http://www.roblox.com/asset/?id="..message:sub(6)
  102. s:Play()
  103. end
  104.  
  105. if message:sub(1,4) == "Stop" then
  106. s:Stop()
  107. part.Size = Vector3.new(1.2,1.2,1.2), 0.01
  108. part2.Size = Vector3.new(1,1,1), 0.01
  109. part3.Size = Vector3.new(1.2,1.2,1.2), 0.01
  110. part4.Size = Vector3.new(1,1,1), 0.01
  111. end
  112. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement