Advertisement
Noob3as

Roblox Radio V2

Feb 23rd, 2017
1,777
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. player = game.Players.LocalPlayer
  2. mouse = player:GetMouse()
  3. character = player.Character
  4.  
  5. --made by xxjojetxx(me)
  6. local base = Instance.new("Part", character.Torso)
  7. base.TopSurface = Enum.SurfaceType.Smooth
  8. base.BottomSurface = Enum.SurfaceType.Smooth
  9. base.Material = Enum.Material.Neon
  10. base.BrickColor = BrickColor.new("Pastel Blue")
  11. base.Size = Vector3.new(2,2,2) -- Change Size here
  12. local Weld = Instance.new("Weld", base)
  13. Weld.Part0 = player.Character.Torso
  14. Weld.Part1 = base
  15. Weld.C1 = CFrame.new(0,0,1)
  16. local basemesh = Instance.new("SpecialMesh", base)
  17. basemesh.MeshId = "http://www.roblox.com/asset/?id=151760030"
  18. basemesh.TextureId = "http://www.roblox.com/asset/?id=151760072"
  19. basemesh.Scale = Vector3.new(1,1,1)
  20. sound = Instance.new("Sound", game.Workspace)
  21. sound.Volume = 2
  22. -- If u want to use your own audio replace the numbers
  23. mouse.KeyDown:connect(function(key)
  24. if key == "r" then
  25. sound.SoundId = "rbxassetid://631578220" -- Do not delete "rbxassetid://"
  26. sound.Volume = 1
  27. sound:Play()
  28.  
  29. mouse.KeyDown:connect(function(key)
  30. if key == "e" then
  31. sound.SoundId = "rbxassetid://599808970"
  32. sound.Volume = 1
  33. sound:Play()
  34. end
  35. end)
  36.  
  37. mouse.KeyDown:connect(function(key)
  38. if key == "f" then
  39. sound.SoundId = "rbxassetid://448980374"
  40. sound.Volume = 1
  41. sound:Play()
  42. end
  43. end)
  44.  
  45. mouse.KeyDown:connect(function(key)
  46. if key == "g" then
  47. sound.SoundId = "rbxassetid://255460161"
  48. sound.Volume = 1
  49. sound:Play()
  50. end
  51. end)
  52.  
  53. mouse.KeyDown:connect(function(key)
  54. if key == "h" then
  55. sound.SoundId = "rbxassetid://226053894"
  56. sound.Volume = 1
  57. sound:Play()
  58. end
  59. end)
  60.  
  61. mouse.KeyDown:connect(function(key)
  62. if key == "j" then
  63. sound.SoundId = "rbxassetid://644409525"
  64. sound.Volume = 1
  65. sound:Play()
  66. end
  67. end)
  68.  
  69. mouse.KeyDown:connect(function(key)
  70. if key == "j" then
  71. sound.SoundId = "rbxassetid://644409525"
  72. sound.Volume = 1
  73. sound:Play()
  74. end
  75. end)
  76.  
  77. mouse.KeyDown:connect(function(key)
  78. if key == "k" then
  79. sound.SoundId = "rbxassetid://142720946"
  80. sound.Volume = 1
  81. sound:Play()
  82. end
  83. end)
  84.  
  85. mouse.KeyDown:connect(function(key)
  86. if key == "l" then
  87. sound.SoundId = "rbxassetid://214883580"
  88. sound.Volume = 1
  89. sound:Play()
  90. end
  91. end)
  92.  
  93. mouse.KeyDown:connect(function(key)
  94. if key == "t" then
  95. sound.SoundId = "rbxassetid://334760936"
  96. sound.Volume = 1
  97. sound:Play()
  98. end
  99. end)
  100.  
  101. mouse.KeyDown:connect(function(key)
  102. if key == "y" then
  103. sound.SoundId = "rbxassetid://334760936"
  104. sound.Volume = 1
  105. sound:Play()
  106. end
  107. end)
  108.  
  109. mouse.KeyDown:connect(function(key)
  110. if key == "u" then
  111. sound.SoundId = "rbxassetid://274679294"
  112. sound.Volume = 1
  113. sound:Play()
  114. end
  115. end)
  116.  
  117. mouse.KeyDown:connect(function(key)
  118. if key == "p" then
  119. sound.SoundId = "rbxassetid://165563829"
  120. sound.Volume = 1
  121. sound:Play()
  122. end
  123. end)
  124.  
  125. mouse.KeyDown:connect(function(key)
  126. if key == "z" then
  127. sound.SoundId = "rbxassetid://207801714"
  128. sound.Volume = 1
  129. sound:Play()
  130. end
  131. end)
  132.  
  133. end --- DO NOT REMOVE
  134. end) --- DO NOT REMOVE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement