View difference between Paste ID: q60kcKf2 and KyNXktFA
SHOW: | | - or go back to the newest paste.
1-
--Made by N3xul ehehe
1+
2-
--wanna float with us?
2+
3-
--11:15 2017-09-24
3+
for i,v in pairs(char.Head:GetChildren()) do
4-
--Press 'Q' to go Invisible & 'E' to laugh.
4+
    if v.ClassName == 'Decal' then
5
         v:Destroy()
6
    end
7-
local runDummyScript = function(f,scri)
7+
8-
local oldenv = getfenv(f)
8+
for i,v in pairs(char:GetChildren()) do
9-
local newenv = setmetatable({}, {
9+
    if v.ClassName == 'Accessory' then
10-
__index = function(_, k)
10+
        v:Destroy()
11-
if k:lower() == 'script' then
11+
    end
12-
return scri
12+
13-
else
13+
for i,v in pairs(char.Head:GetChildren()) do
14-
return oldenv[k]
14+
    if v.ClassName == 'Decal' or v.ClassName == 'Mesh' then
15
        v:Destroy()
16
    end
17-
})
17+
18-
setfenv(f, newenv)
18+
19-
ypcall(function() f() end)
19+
part = Instance.new("Part", char.Torso)
20
part.CanCollide = false
21-
cors = {}
21+
part.CFrame = char.Torso.CFrame
22-
mas = Instance.new("Model",game:GetService("Lighting")) 
22+
23-
mas.Name = "CompiledModel"
23+
weld = Instance.new("Weld", part)
24-
o1 = Instance.new("Tool")
24+
weld.Part0 = char.Torso
25-
o2 = Instance.new("Part")
25+
weld.Part1 = part
26-
o3 = Instance.new("SpecialMesh")
26+
weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(180),0)
27-
o1.Name = "Pennywise Balloon"
27+
28-
o1.Parent = mas
28+
local spongebob = Instance.new('SpecialMesh', part)
29-
o1.TextureId = "http://www.roblox.com/asset/?id=26721793"
29+
spongebob.MeshType = 'FileMesh'
30-
o1.GripPos = Vector3.new(0, -1.5, 0)
30+
spongebob.MeshId = 'http://www.roblox.com/asset/?id=430087593'
31-
o2.Name = "Handle"
31+
spongebob.TextureId = 'http://www.roblox.com/asset/?id=430087598'
32-
o2.Parent = o1
32+
spongebob.Scale = Vector3.new(6, 6, 6)
33-
o2.Position = Vector3.new(8.17007637, 7.24064589, -8.3837471)
33+
34-
o2.Rotation = Vector3.new(-178.5, -33.3099976, -179.169998)
34+
char.Head.Transparency = 1
35-
o2.CanCollide = false
35+
char.Torso.Transparency = 1
36-
o2.FormFactor = Enum.FormFactor.Symmetric
36+
char['Left Arm'].Transparency = 1
37-
o2.Size = Vector3.new(1, 3, 1)
37+
char['Right Arm'].Transparency = 1
38-
o2.CFrame = CFrame.new(8.17007637, 7.24064589, -8.3837471, -0.83567065, 0.0120456629, -0.549098849, -1.42323084e-14, 0.999759495, 0.0219318718, 0.549230933, 0.018327821, -0.835469663)
38+
char['Left Leg'].Transparency = 1
39-
o2.BottomSurface = Enum.SurfaceType.Smooth
39+
char['Right Leg'].Transparency = 1