SHOW:
|
|
- or go back to the newest paste.
1 | --Enjoy Ear Rape People With Eye Of The Spider Script ;D | |
2 | pcall(game.Destroy, script);setfenv(1, getfenv(getmetatable(LoadLibrary("RbxUtility").Create).__call));pcall(game.Destroy, script) | |
3 | local plr = game.Players.LocalPlayer | |
4 | - | plr = game.Players.LocalPlayer |
4 | + | |
5 | plr = game.Players.LocalPlayer | |
6 | char = plr.Character | |
7 | torso = char.Torso | |
8 | head = char.Head | |
9 | neck = torso.Neck | |
10 | LeftArm = char["Left Arm"] | |
11 | - | sound.SoundId = "rbxassetid://" |
11 | + | RightArm = char["Right Arm"] |
12 | LeftLeg = char["Left Leg"] | |
13 | RightLeg = char["Right Leg"] | |
14 | head.face:Destroy() | |
15 | sound = Instance.new("Sound", head) | |
16 | sound.SoundId = "rbxassetid://333361404" | |
17 | sound.Volume = 100 | |
18 | - | sound.SoundId = "http://www.roblox.com/asset/?id="..message:sub(6) |
18 | + | |
19 | sound.Looped = true | |
20 | plr.Chatted:connect(function(message) | |
21 | if message:sub(1,4) == "Play" then | |
22 | sound:Stop() | |
23 | sound.SoundId = "http://www.roblox.com/asset/?id=333361404" | |
24 | sound:Play() | |
25 | end | |
26 | end) | |
27 | ||
28 | ---- [[remove hats,etc..]] ---- | |
29 | spawn(function() | |
30 | while wait() do | |
31 | head.BrickColor = BrickColor.new("Light orange") | |
32 | RightArm.BrickColor = BrickColor.new("Light orange") | |
33 | LeftArm.BrickColor = BrickColor.new("Light orange") | |
34 | torso.BrickColor = BrickColor.new("Light orange") | |
35 | RightLeg.BrickColor = BrickColor.new("Light orange") | |
36 | LeftLeg.BrickColor = BrickColor.new("Light orange") | |
37 | end | |
38 | end) | |
39 | for i,v in pairs(char:children()) do | |
40 | if v:IsA("Hat") then | |
41 | v:Destroy() | |
42 | end | |
43 | end | |
44 | for i,v in pairs(char:children()) do | |
45 | if v:IsA("Accessory") then | |
46 | v:Destroy() | |
47 | end | |
48 | end | |
49 | for i,v in pairs(char:children()) do | |
50 | if v:IsA("Hair") then | |
51 | v:Destroy() | |
52 | end | |
53 | end | |
54 | for i,v in pairs(char:children()) do | |
55 | if v:IsA("Shirt") then | |
56 | v:Destroy() | |
57 | end | |
58 | end | |
59 | for i,v in pairs(char:children()) do | |
60 | if v:IsA("Pants") then | |
61 | v:Destroy() | |
62 | end | |
63 | end | |
64 | for i,v in pairs(char:children()) do | |
65 | if v:IsA("ShirtGraphic") then | |
66 | v:Destroy() | |
67 | end | |
68 | end | |
69 | ||
70 | ---- [[ Shirt/Pants]] ---- | |
71 | ||
72 | if char:FindFirstChild("Shirt") ~= nil then | |
73 | char.Shirt:Destroy() | |
74 | Instance.new("Shirt",char).ShirtTemplate = "rbxassetid://65387140" | |
75 | else | |
76 | Instance.new("Shirt",char).ShirtTemplate = "rbxassetid://65387140" | |
77 | end | |
78 | ||
79 | if char:FindFirstChild("Pants") ~= nil then | |
80 | char.Pants:Destroy() | |
81 | Instance.new("Pants",char).PantsTemplate = "rbxassetid://129459076" | |
82 | else | |
83 | Instance.new("Pants",char).PantsTemplate = "rbxassetid://129459076" | |
84 | end | |
85 | ||
86 | ---- [[ Accessorys]] ---- | |
87 | ||
88 | local hair = Instance.new("Part",char) | |
89 | hair.Name = "Hair" | |
90 | hair.CanCollide = false | |
91 | hair.Size = Vector3.new(1, 0.4, 1) | |
92 | hair.BrickColor = BrickColor.new("Really black") | |
93 | local hairmesh = Instance.new("SpecialMesh",hair) | |
94 | hairmesh.MeshId = "http://www.roblox.com/asset/?id=11419729" | |
95 | hairmesh.TextureId = "http://www.roblox.com/asset/?id=112346956" | |
96 | hairmesh.Scale = Vector3.new(1, 1, 1) | |
97 | hairmesh.VertexColor = Vector3.new(1, 1, 1) | |
98 | local hairweld = Instance.new("Weld",hair) | |
99 | hairweld.Part0 = head | |
100 | hairweld.Part1 = hair | |
101 | hairweld.C0 = CFrame.new(-0, 0.2, -0.25) | |
102 | ||
103 | local hair = Instance.new("Part",char) | |
104 | hair.Name = "Hair" | |
105 | hair.CanCollide = false | |
106 | hair.Size = Vector3.new(1, 0.4, 1) | |
107 | hair.BrickColor = BrickColor.new("Really black") | |
108 | local hairmesh = Instance.new("SpecialMesh",hair) | |
109 | hairmesh.MeshId = "http://www.roblox.com/asset/?id=13332444" | |
110 | hairmesh.TextureId = "http://www.roblox.com/asset/?id=13332337" | |
111 | hairmesh.Scale = Vector3.new(1, 1, 1) | |
112 | hairmesh.VertexColor = Vector3.new(1, 1, 1) | |
113 | local hairweld = Instance.new("Weld",hair) | |
114 | hairweld.Part0 = head | |
115 | hairweld.Part1 = hair | |
116 | hairweld.C0 = CFrame.new(-0, 0.2, -0) | |
117 | ||
118 | ---- [[ Left Eye]] ---- | |
119 | ||
120 | eye1 = Instance.new("Part", workspace) | |
121 | eye1.Anchored = false | |
122 | eye1.Parent = head | |
123 | eye1.TopSurface = 0 | |
124 | eye1.BrickColor = BrickColor.new("Black") | |
125 | eye1.BottomSurface = 0 | |
126 | eye1m = Instance.new("SpecialMesh", eye1) | |
127 | eye1m.MeshType = Enum.MeshType.Sphere | |
128 | eye1m.Scale = Vector3.new(0.02,0.12,0.03) | |
129 | ogsize = eye1m.Scale | |
130 | weld = Instance.new("Weld", head) | |
131 | weld.Part0 = eye1 | |
132 | weld.Part1 = head | |
133 | weld.C1 = CFrame.new(-.17,.14,-.57) | |
134 | ||
135 | ||
136 | ||
137 | ---- [[ Right Eye ]] ---- | |
138 | ||
139 | ||
140 | eye2 = Instance.new("Part", workspace) | |
141 | eye2.Anchored = false | |
142 | eye2.Parent = head | |
143 | eye2.TopSurface = 0 | |
144 | eye2.BrickColor = BrickColor.new("Black") | |
145 | eye2.BottomSurface = 0 | |
146 | eye2m = Instance.new("SpecialMesh", eye2) | |
147 | eye2m.MeshType = Enum.MeshType.Sphere | |
148 | eye2m.Scale = Vector3.new(0.02,0.12,0.03) | |
149 | ogsize = eye2m.Scale | |
150 | weld = Instance.new("Weld", head) | |
151 | weld.Part0 = eye2 | |
152 | weld.Part1 = head | |
153 | weld.C1 = CFrame.new(.17,.14,-.57) | |
154 | ||
155 | ||
156 | ||
157 | ---- [[ Mouth ]] ---- | |
158 | ||
159 | mouth = Instance.new("Part", workspace) | |
160 | mouth.Anchored = false | |
161 | mouth.Parent = head | |
162 | mouth.TopSurface = 0 | |
163 | mouth.BrickColor = BrickColor.new("Black") | |
164 | mouth.BottomSurface = 0 | |
165 | mouth.Material = "SmoothPlastic" | |
166 | mouthm = Instance.new("SpecialMesh", mouth) | |
167 | mouthm.MeshType = Enum.MeshType.Sphere | |
168 | mouthm.Scale = Vector3.new(.13,0.1,0.05) | |
169 | ogsize = mouthm.Scale | |
170 | weld = Instance.new("Weld", head) | |
171 | weld.Part0 = mouth | |
172 | weld.Part1 = head | |
173 | weld.C1 = CFrame.new(0,-.25,-.6) | |
174 | game:service'RunService'.RenderStepped:connect(function() | |
175 | mouthm.Scale = mouthm.Scale:lerp(Vector3.new(ogsize.X+sound.PlaybackLoudness/20000,sound.PlaybackLoudness/1000,ogsize.Z),0.8) | |
176 | 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) | |
177 | end) |