Advertisement
firebudgy

Untitled

May 19th, 2018
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 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. Tool0 = Instance.new("Tool")
  20. Part1 = Instance.new("Part")
  21. SpecialMesh2 = Instance.new("SpecialMesh")
  22. Tool0.Name = "Breicase"
  23. Tool0.Parent = mas
  24. Tool0.TextureId = "http://www.roblox.com/asset/?id=70277105"
  25. Tool0.GripForward = Vector3.new(-0.00976182986, -0.999949992, -0.00217040651)
  26. Tool0.GripPos = Vector3.new(0.300000012, 0, 0)
  27. Tool0.GripRight = Vector3.new(0.217015177, 2.1699816e-07, -0.976168275)
  28. Tool0.GripUp = Vector3.new(-0.976119459, 0.0100001991, -0.217004314)
  29. Part1.Name = "Handle"
  30. Part1.Parent = Tool0
  31. Part1.BrickColor = BrickColor.new("Really red")
  32. Part1.Rotation = Vector3.new(-90, 0, -90)
  33. Part1.FormFactor = Enum.FormFactor.Symmetric
  34. Part1.Size = Vector3.new(3, 1, 2)
  35. Part1.CFrame = CFrame.new(-203.100891, 83.0996094, 249.89856, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  36. Part1.BottomSurface = Enum.SurfaceType.Smooth
  37. Part1.TopSurface = Enum.SurfaceType.Smooth
  38. Part1.Color = Color3.new(1, 0, 0)
  39. Part1.Position = Vector3.new(-203.100891, 83.0996094, 249.89856)
  40. Part1.Orientation = Vector3.new(-90, -90, 0)
  41. Part1.Color = Color3.new(1, 0, 0)
  42. SpecialMesh2.Parent = Part1
  43. SpecialMesh2.MeshId = "http://www.roblox.com/asset/?id=13319240"
  44. SpecialMesh2.Scale = Vector3.new(2.5, 3, 2)
  45. SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=26566767"
  46. SpecialMesh2.MeshType = Enum.MeshType.FileMesh
  47. SpecialMesh2.Scale = Vector3.new(2.5, 3, 2)
  48. for i,v in pairs(mas:GetChildren()) do
  49. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  50. pcall(function() v:MakeJoints() end)
  51. end
  52. mas:Destroy()
  53. for i,v in pairs(cors) do
  54. spawn(function()
  55. pcall(v)
  56. end)
  57. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement