Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local larm = Instance.new("Weld",game.Players.LocalPlayer.Character)
- larm.Part0 = larm.Parent["Left Arm"]
- larm.Part1 = larm.Parent.Torso
- larm.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- larm.C1 = CFrame.new(-1.5, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1)
- local rarm = Instance.new("Weld",game.Players.LocalPlayer.Character)
- rarm.Part0 = rarm.Parent["Right Arm"]
- rarm.Part1 = rarm.Parent.Torso
- rarm.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- 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)
- local handle = Instance.new("Part",game.Players.LocalPlayer.Character)
- handle.Name = "Mic"
- handle.CanCollide = false
- handle.BrickColor = BrickColor.new("Bright bluish green")
- handle.Size = Vector3.new(0.37, 0.36, 1.37)
- local mesh = Instance.new("SpecialMesh",handle)
- mesh.MeshId = "http://www.roblox.com/asset/?id=43996479"
- mesh.TextureId = "http://www.roblox.com/asset/?id=43997070"
- mesh.Scale = Vector3.new(0.3, 0.3, 0.3)
- local micweld = Instance.new("Weld",game.Players.LocalPlayer.Character)
- micweld.Part0 = handle
- micweld.Part1 = handle.Parent["Right Arm"]
- micweld.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- 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)
- local sound = Instance.new("Sound",handle.Parent.Head)
- sound.Name = "RapMusic"
- sound.Volume = 99999999999
- sound.Looped = true
- game.Players.LocalPlayer.Chatted:connect(function(msg)
- if string.sub(msg:lower(),1,6)=="/play "then
- local id = string.sub(msg,7)
- sound.SoundId = "rbxassetid://"..id
- sound:Play()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement