Advertisement
HenloMyDude

eerin hat

Aug 16th, 2019
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Accessory0 = Instance.new("Accessory")
  20. Part1 = Instance.new("Part")
  21. SpecialMesh2 = Instance.new("SpecialMesh")
  22. Vector3Value3 = Instance.new("Vector3Value")
  23. Part4 = Instance.new("Part")
  24. SpecialMesh5 = Instance.new("SpecialMesh")
  25. Vector3Value6 = Instance.new("Vector3Value")
  26. Weld7 = Instance.new("Weld")
  27. Accessory0.Name = "Evil Pumpkin2"
  28. Accessory0.Parent = mas
  29. Accessory0.AttachmentPoint = CFrame.new(0, 0.449999988, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  30. Accessory0.AttachmentPos = Vector3.new(0, 0.449999988, 0)
  31. Part1.Name = "Handle"
  32. Part1.Parent = Accessory0
  33. 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)
  34. Part1.Position = Vector3.new(-39.5230942, 1.00001204, 10.3485136)
  35. Part1.Size = Vector3.new(2, 2, 2)
  36. Part1.BottomSurface = Enum.SurfaceType.Smooth
  37. Part1.CanCollide = false
  38. Part1.Locked = true
  39. Part1.TopSurface = Enum.SurfaceType.Smooth
  40. Part1.FormFactor = Enum.FormFactor.Symmetric
  41. Part1.formFactor = Enum.FormFactor.Symmetric
  42. SpecialMesh2.Parent = Part1
  43. SpecialMesh2.MeshId = "http://www.roblox.com/asset/?id=16973748"
  44. SpecialMesh2.TextureId = "rbxassetid://1090019344"
  45. SpecialMesh2.MeshType = Enum.MeshType.FileMesh
  46. Vector3Value3.Name = "OriginalSize"
  47. Vector3Value3.Parent = Part1
  48. Vector3Value3.Value = Vector3.new(2, 2, 2)
  49. Part4.Name = "Glasses"
  50. Part4.Parent = Part1
  51. 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)
  52. Part4.Position = Vector3.new(-39.5230942, 1.33001196, 10.0585146)
  53. Part4.Size = Vector3.new(2, 2, 2)
  54. Part4.BottomSurface = Enum.SurfaceType.Smooth
  55. Part4.CanCollide = false
  56. Part4.Locked = true
  57. Part4.TopSurface = Enum.SurfaceType.Smooth
  58. Part4.FormFactor = Enum.FormFactor.Symmetric
  59. Part4.formFactor = Enum.FormFactor.Symmetric
  60. SpecialMesh5.Parent = Part4
  61. SpecialMesh5.MeshId = "rbxassetid://134026193"
  62. SpecialMesh5.Scale = Vector3.new(1.5, 1, 2)
  63. SpecialMesh5.TextureId = "rbxassetid://134026217"
  64. SpecialMesh5.MeshType = Enum.MeshType.FileMesh
  65. Vector3Value6.Name = "OriginalSize"
  66. Vector3Value6.Parent = Part4
  67. Vector3Value6.Value = Vector3.new(2, 2, 2)
  68. Weld7.Name = "BTWeld"
  69. Weld7.Parent = Part4
  70. Weld7.C1 = CFrame.new(0, 0.329999924, -0.289999008, 1, -1.25575325e-30, 0, -1.25575325e-30, 1, 0, 0, 0, 1)
  71. Weld7.Part0 = Part4
  72. Weld7.Part1 = Part1
  73. Weld7.part1 = Part1
  74. for i,v in pairs(mas:GetChildren()) do
  75. v.Parent = owner.Character
  76. pcall(function() v:MakeJoints() end)
  77. end
  78. mas:Destroy()
  79. for i,v in pairs(cors) do
  80. spawn(function()
  81. pcall(v)
  82. end)
  83. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement