SHOW:
|
|
- or go back to the newest paste.
1 | local player=game.Players.LocalPlayer | |
2 | char = player.Character | |
3 | ||
4 | ||
5 | local weld = Instance.new("Weld",char.Torso) | |
6 | weld.Part0 = char.Torso | |
7 | ||
8 | local err0r = Instance.new("Part",char.Torso) | |
9 | err0r.Anchored = false | |
10 | err0r.CanCollide = false | |
11 | err0r.BrickColor=BrickColor.new("Really red") | |
12 | err0r.Size = Vector3.new(3,2,6) | |
13 | err0r.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0) | |
14 | weld.Part1 = err0r | |
15 | weld.C1 = CFrame.new(0,0.5,0) * CFrame.Angles(0,math.rad(270),0) | |
16 | ||
17 | local mesh=Instance.new("SpecialMesh", err0r) | |
18 | mesh.MeshId="rbxassetid://434871883" | |
19 | char.Head.face.Transparency=1 | |
20 | char.Torso.Transparency = 1 | |
21 | char.Head.face:Destroy() | |
22 | char.Head.Transparency = 1 | |
23 | char['Left Arm'].Transparency = 1 | |
24 | char['Right Arm'].Transparency = 1 | |
25 | char['Left Leg'].Transparency = 1 | |
26 | char['Right Leg'].Transparency = 1 | |
27 | ||
28 | for i,v in pairs(char:GetChildren()) do | |
29 | if v.ClassName == 'Accessory' then | |
30 | v:Destroy() | |
31 | end | |
32 | end | |
33 | ||
34 | while wait(0.001) do | |
35 | err0r.Transparency = 0.1 | |
36 | wait(0.001) | |
37 | err0r.Transparency = 0.2 | |
38 | wait(0.001) | |
39 | err0r.Transparency = 0.3 | |
40 | wait(0.001) | |
41 | err0r.Transparency = 0.4 | |
42 | wait(0.001) | |
43 | err0r.Transparency = 0.5 | |
44 | wait(0.001) | |
45 | err0r.Transparency = 0.6 | |
46 | wait(0.001) | |
47 | err0r.Transparency = 0.7 | |
48 | wait(0.001) | |
49 | err0r.Transparency = 0.8 | |
50 | wait(0.001) | |
51 | err0r.Transparency = 0.9 | |
52 | wait(0.001) | |
53 | err0r.Transparency = 0.8 | |
54 | wait(0.001) | |
55 | err0r.Transparency = 0.7 | |
56 | wait(0.001) | |
57 | err0r.Transparency = 0.6 | |
58 | wait(0.001) | |
59 | err0r.Transparency = 0.5 | |
60 | wait(0.001) | |
61 | err0r.Transparency = 0.4 | |
62 | wait(0.001) | |
63 | err0r.Transparency = 0.3 | |
64 | wait(0.001) | |
65 | err0r.Transparency = 0.2 | |
66 | ||
67 | end |