View difference between Paste ID: CT4NqGAW and 9ga59G31
SHOW: | | - or go back to the newest paste.
1
-- by variable;
2-
-- Harambe Script
2+
-- shrek Script
3
local char = game.Players.LocalPlayer.Character
4
5
for i,v in pairs(char.Torso:GetChildren()) do
6
    if v.ClassName == 'Decal' then
7
         v:Destroy()
8
    end
9
end
10
for i,v in pairs(char:GetChildren()) do
11
    if v.ClassName == 'Hat' then
12
        v:Destroy()
13
    end
14
end
15
for i,v in pairs(char.Head:GetChildren()) do
16
    if v.ClassName == 'Decal' then
17
        v:Destroy()
18
    end
19
end
20
21-
local harambe = Instance.new('SpecialMesh', char.Torso)
21+
local shrek = Instance.new('SpecialMesh', char.Torso)
22-
harambe.MeshType = 'FileMesh'
22+
shrek.MeshType = 'FileMesh'
23-
harambe.MeshId = 'http://www.roblox.com/asset/?id=430330296'
23+
shrek.MeshId = 'http://www.roblox.com/asset/?id=439124871'
24-
harambe.TextureId = 'http://www.roblox.com/asset/?id=430330316'
24+
shrek.Scale = Vector3.new(0.01, 0.01, 0.01)
25-
harambe.Scale = Vector3.new(0.01, 0.01, 0.01)
25+
26
char.Head.Transparency = 1
27
char['Left Arm'].Transparency = 1
28
char['Right Arm'].Transparency = 1
29
char['Left Leg'].Transparency = 1
30
char['Right Leg'].Transparency = 1