Advertisement
CrastAndNoob

Micrph

Mar 28th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. local larm = Instance.new("Weld",game.Players.LocalPlayer.Character)
  2. larm.Part0 = larm.Parent["Left Arm"]
  3. larm.Part1 = larm.Parent.Torso
  4. larm.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5. larm.C1 = CFrame.new(-1.5, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1)
  6. local rarm = Instance.new("Weld",game.Players.LocalPlayer.Character)
  7. rarm.Part0 = rarm.Parent["Right Arm"]
  8. rarm.Part1 = rarm.Parent.Torso
  9. rarm.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  10. rarm.C1 = CFrame.new(1.2321353, 0.372367859, -0.595363617, 0.918023407, 0.396526188, -2.20923482e-07, 0.0279740132, -0.0647650063, -0.997508466, -0.395538181, 0.915736079, -0.0705482289)
  11. local handle = Instance.new("Part",game.Players.LocalPlayer.Character)
  12. handle.Name = "Mic"
  13. handle.CanCollide = false
  14. handle.BrickColor = BrickColor.new("Bright bluish green")
  15. handle.Size = Vector3.new(0.37, 0.36, 1.37)
  16. local mesh = Instance.new("SpecialMesh",handle)
  17. mesh.MeshId = "http://www.roblox.com/asset/?id=43996479"
  18. mesh.TextureId = "http://www.roblox.com/asset/?id=43997070"
  19. mesh.Scale = Vector3.new(0.3, 0.3, 0.3)
  20. local micweld = Instance.new("Weld",game.Players.LocalPlayer.Character)
  21. micweld.Part0 = handle
  22. micweld.Part1 = handle.Parent["Right Arm"]
  23. micweld.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  24. micweld.C1 = CFrame.new(-0.125703812, -1.08315659, -0.296912193, 0.320773602, -0.905984938, -0.276216567, -0.942088485, -0.275062203, -0.191859975, 0.0978454947, 0.321764052, -0.941750765)
  25. local sound = Instance.new("Sound",handle.Parent.Head)
  26. sound.Name = "RapMusic"
  27. sound.Volume = 99999999999
  28. sound.Looped = true
  29. game.Players.LocalPlayer.Chatted:connect(function(msg)
  30. if string.sub(msg:lower(),1,6)=="/play "then
  31. local id = string.sub(msg,7)
  32. sound.SoundId = "rbxassetid://"..id
  33. sound:Play()
  34. end
  35. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement