Advertisement
End_Wolf

Untitled

Jun 1st, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. MeshPart0 = Instance.new("MeshPart")
  20. Camera1 = Instance.new("Camera")
  21. MeshPart0.Name = "Engineer"
  22. MeshPart0.Parent = mas
  23. MeshPart0.CFrame = CFrame.new(-3.90036297, 4.21672344, 45.7779312, -1, -8.60618529e-05, -1.84622251e-09, -8.60618529e-05, 1, -1.26470695e-07, 1.8571068e-09, -1.26470695e-07, -1)
  24. MeshPart0.Orientation = Vector3.new(0, -180, 0)
  25. MeshPart0.Position = Vector3.new(-3.90036297, 4.21672344, 45.7779312)
  26. MeshPart0.Rotation = Vector3.new(180, 0, 180)
  27. MeshPart0.Color = Color3.new(0.843137, 0.772549, 0.603922)
  28. MeshPart0.Size = Vector3.new(0.200000003, 8.43342972, 3.55586553)
  29. MeshPart0.Anchored = true
  30. MeshPart0.BrickColor = BrickColor.new("Brick yellow")
  31. MeshPart0.CanCollide = false
  32. MeshPart0.Material = Enum.Material.Wood
  33. MeshPart0.brickColor = BrickColor.new("Brick yellow")
  34. MeshPart0.TextureID = "rbxassetid://444593875"
  35. Camera1.Name = "ThumbnailCamera"
  36. Camera1.Parent = MeshPart0
  37. Camera1.CFrame = CFrame.new(-444.111755, 58.5061722, -255.737213, 0.0110199573, -0.240515828, -0.970582664, -0, 0.970641673, -0.240530416, 0.999939322, 0.00265063485, 0.0106964288)
  38. Camera1.CoordinateFrame = CFrame.new(-444.111755, 58.5061722, -255.737213, 0.0110199573, -0.240515828, -0.970582664, -0, 0.970641673, -0.240530416, 0.999939322, 0.00265063485, 0.0106964288)
  39. Camera1.Focus = CFrame.new(-442.170593, 58.9872322, -255.758606, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  40. Camera1.focus = CFrame.new(-442.170593, 58.9872322, -255.758606, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  41. for i,v in pairs(mas:GetChildren()) do
  42. v.Parent = workspace
  43. pcall(function() v:MakeJoints() end)
  44. end
  45. mas:Destroy()
  46. for i,v in pairs(cors) do
  47. spawn(function()
  48. pcall(v)
  49. end)
  50. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement