SHOW:
|
|
- or go back to the newest paste.
1 | pcall(game.Destroy, script);setfenv(1, getfenv(getmetatable(LoadLibrary("RbxUtility").Create).__call));pcall(game.Destroy, script) | |
2 | local plr = game.Players.LocalPlayer | |
3 | repeat wait() until plr.Character | |
4 | plr = game.Players.LocalPlayer | |
5 | char = plr.Character | |
6 | torso = char.Torso | |
7 | head = char.Head | |
8 | neck = torso.Neck | |
9 | head.face:Destroy() | |
10 | sound = Instance.new("Sound", head) | |
11 | - | sound.SoundId = "rbxassetid://" |
11 | + | sound.SoundId = "rbxassetid://150132537" |
12 | sound.Volume = 100 | |
13 | sound:Play() | |
14 | sound.Looped = true | |
15 | plr.Chatted:connect(function(message) | |
16 | if message:sub(1,4) == "Play" then | |
17 | sound:Stop() | |
18 | - | sound.SoundId = "http://www.roblox.com/asset/?id="..message:sub(6) |
18 | + | sound.SoundId = "http://www.roblox.com/asset/?id=150132537"..message:sub(6) |
19 | sound:Play() | |
20 | end | |
21 | end) | |
22 | Microphone=function() | |
23 | mic = Instance.new("Part", chr) | |
24 | CreateMesh(mic, 43996479, 0.3, 0.3, 0.3, 43997070) | |
25 | mic.Name = "Microphone" | |
26 | mic.Locked = true | |
27 | mic.CanCollide=true | |
28 | mic.Size=Vector3.new(1,1,1) | |
29 | micw = Instance.new("Weld",mic) | |
30 | micw.Part0=mic | |
31 | micw.Part1=chr['Left Arm'] | |
32 | - | eye1.BrickColor = BrickColor.new("Black") |
32 | + | micw.C0=CFrame.new(0,0,0) |
33 | micw.C1=euler(rad(0),rad(0),rad(0)) | |
34 | end | |
35 | ||
36 | Hat = Instance.new("Model") | |
37 | Hat.Parent = char | |
38 | Hat.Name = "Hat" | |
39 | rh = Instance.new("Part") | |
40 | rh.Parent = Hat | |
41 | rh.BrickColor = BrickColor.new("Reddish brown") | |
42 | rh.Locked = true | |
43 | rh.CanCollide = false | |
44 | mesh = Instance.new("SpecialMesh") | |
45 | rh.formFactor = "Symmetric" | |
46 | mesh.MeshType = "FileMesh" | |
47 | mesh.MeshId = "rbxassetid://346578029" | |
48 | mesh.Parent = rh | |
49 | local weld = Instance.new("Weld") | |
50 | weld.Parent = rh | |
51 | weld.Part0 = rh | |
52 | - | eye2.BrickColor = BrickColor.new("Black") |
52 | + | weld.Part1 =char.Head |
53 | weld.C0 = CFrame.new(0, -.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),0) | |
54 | mesh.Scale = Vector3.new(1.2, 1.1, 1.1) | |
55 | ||
56 | for i,v in pairs(game:GetService("Players").LocalPlayer.Character:children()) do if v:IsA("Accessory") then v:Destroy() end end for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if v:IsA("Shirt") then v:Remove() end end for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if v:IsA("Pants") then v:Remove() end end wait()shirt = Instance.new("Shirt", game:GetService("Players").LocalPlayer.Character) shirt.Name = "Shirt" pants = Instance.new("Pants", game:GetService("Players").LocalPlayer.Character) pants.Name = "Pants" | |
57 | game:GetService("Players").LocalPlayer.Character.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=338740550" | |
58 | game:GetService("Players").LocalPlayer.Character.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=338750779" | |
59 | ||
60 | ||
61 | ||
62 | ---- [[ Left Eye]] ---- | |
63 | ||
64 | eye1 = Instance.new("Part", workspace) | |
65 | eye1.Anchored = false | |
66 | eye1.Parent = head | |
67 | eye1.TopSurface = 0 | |
68 | eye1.BrickColor = BrickColor.new("Really red") | |
69 | eye1.BottomSurface = 0 | |
70 | eye1m = Instance.new("SpecialMesh", eye1) | |
71 | - | mouth.BrickColor = BrickColor.new("Black") |
71 | + | |
72 | eye1m.Scale = Vector3.new(0.02,0.12,0.03) | |
73 | ogsize = eye1m.Scale | |
74 | weld = Instance.new("Weld", head) | |
75 | weld.Part0 = eye1 | |
76 | weld.Part1 = head | |
77 | weld.C1 = CFrame.new(-.17,.14,-.57) | |
78 | ||
79 | ||
80 | ||
81 | ---- [[ Right Eye ]] ---- | |
82 | ||
83 | ||
84 | eye2 = Instance.new("Part", workspace) | |
85 | eye2.Anchored = false | |
86 | eye2.Parent = head | |
87 | eye2.TopSurface = 0 | |
88 | eye2.BrickColor = BrickColor.new("Bright yellow") | |
89 | eye2.BottomSurface = 0 | |
90 | eye2m = Instance.new("SpecialMesh", eye2) | |
91 | eye2m.MeshType = Enum.MeshType.Sphere | |
92 | eye2m.Scale = Vector3.new(0.02,0.12,0.03) | |
93 | ogsize = eye2m.Scale | |
94 | weld = Instance.new("Weld", head) | |
95 | weld.Part0 = eye2 | |
96 | weld.Part1 = head | |
97 | weld.C1 = CFrame.new(.17,.14,-.57) | |
98 | ||
99 | ||
100 | ||
101 | ---- [[ Mouth ]] ---- | |
102 | ||
103 | mouth = Instance.new("Part", workspace) | |
104 | mouth.Anchored = false | |
105 | mouth.Parent = head | |
106 | mouth.TopSurface = 0 | |
107 | mouth.BrickColor = BrickColor.new("Bright red") | |
108 | mouth.BottomSurface = 0 | |
109 | mouth.Material = "SmoothPlastic" | |
110 | mouthm = Instance.new("SpecialMesh", mouth) | |
111 | mouthm.MeshType = Enum.MeshType.Sphere | |
112 | mouthm.Scale = Vector3.new(.13,0.1,0.05) | |
113 | ogsize = mouthm.Scale | |
114 | weld = Instance.new("Weld", head) | |
115 | weld.Part0 = mouth | |
116 | weld.Part1 = head | |
117 | weld.C1 = CFrame.new(0,-.25,-.6) | |
118 | game:service'RunService'.RenderStepped:connect(function() | |
119 | mouthm.Scale = mouthm.Scale:lerp(Vector3.new(ogsize.X+sound.PlaybackLoudness/20000,sound.PlaybackLoudness/1000,ogsize.Z),0.8) | |
120 | neck.C0 = neck.C0:lerp(CFrame.new(0,1,0)*CFrame.Angles(math.rad(mouthm.Scale.Y*100) +math.rad(-90),0,math.rad(180)),0.1) | |
121 | end) |