Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Accessory0 = Instance.new("Accessory")
- Part1 = Instance.new("Part")
- SpecialMesh2 = Instance.new("SpecialMesh")
- Vector3Value3 = Instance.new("Vector3Value")
- Part4 = Instance.new("Part")
- SpecialMesh5 = Instance.new("SpecialMesh")
- Vector3Value6 = Instance.new("Vector3Value")
- Weld7 = Instance.new("Weld")
- Accessory0.Name = "Evil Pumpkin2"
- Accessory0.Parent = mas
- Accessory0.AttachmentPoint = CFrame.new(0, 0.449999988, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Accessory0.AttachmentPos = Vector3.new(0, 0.449999988, 0)
- Part1.Name = "Handle"
- Part1.Parent = Accessory0
- Part1.CFrame = CFrame.new(-39.5230942, 1.00001204, 10.3485136, 1, -2.51150537e-30, 3.02998127e-15, -1.25575325e-30, 1, -3.70576914e-22, -3.02998127e-15, 3.70576914e-22, 1)
- Part1.Position = Vector3.new(-39.5230942, 1.00001204, 10.3485136)
- Part1.Size = Vector3.new(2, 2, 2)
- Part1.BottomSurface = Enum.SurfaceType.Smooth
- Part1.CanCollide = false
- Part1.Locked = true
- Part1.TopSurface = Enum.SurfaceType.Smooth
- Part1.FormFactor = Enum.FormFactor.Symmetric
- Part1.formFactor = Enum.FormFactor.Symmetric
- SpecialMesh2.Parent = Part1
- SpecialMesh2.MeshId = "http://www.roblox.com/asset/?id=16973748"
- SpecialMesh2.TextureId = "rbxassetid://1090019344"
- SpecialMesh2.MeshType = Enum.MeshType.FileMesh
- Vector3Value3.Name = "OriginalSize"
- Vector3Value3.Parent = Part1
- Vector3Value3.Value = Vector3.new(2, 2, 2)
- Part4.Name = "Glasses"
- Part4.Parent = Part1
- Part4.CFrame = CFrame.new(-39.5230942, 1.33001196, 10.0585146, 1, -1.25575212e-30, 3.02998127e-15, 1.35200639e-39, 1, -3.70576914e-22, -3.02998127e-15, 3.70576914e-22, 1)
- Part4.Position = Vector3.new(-39.5230942, 1.33001196, 10.0585146)
- Part4.Size = Vector3.new(2, 2, 2)
- Part4.BottomSurface = Enum.SurfaceType.Smooth
- Part4.CanCollide = false
- Part4.Locked = true
- Part4.TopSurface = Enum.SurfaceType.Smooth
- Part4.FormFactor = Enum.FormFactor.Symmetric
- Part4.formFactor = Enum.FormFactor.Symmetric
- SpecialMesh5.Parent = Part4
- SpecialMesh5.MeshId = "rbxassetid://134026193"
- SpecialMesh5.Scale = Vector3.new(1.5, 1, 2)
- SpecialMesh5.TextureId = "rbxassetid://134026217"
- SpecialMesh5.MeshType = Enum.MeshType.FileMesh
- Vector3Value6.Name = "OriginalSize"
- Vector3Value6.Parent = Part4
- Vector3Value6.Value = Vector3.new(2, 2, 2)
- Weld7.Name = "BTWeld"
- Weld7.Parent = Part4
- Weld7.C1 = CFrame.new(0, 0.329999924, -0.289999008, 1, -1.25575325e-30, 0, -1.25575325e-30, 1, 0, 0, 0, 1)
- Weld7.Part0 = Part4
- Weld7.Part1 = Part1
- Weld7.part1 = Part1
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = owner.Character
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement