Advertisement
antgame11

Untitled

Mar 22nd, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 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. Model0 = Instance.new("Model")
  20. UnionOperation1 = Instance.new("UnionOperation")
  21. UnionOperation2 = Instance.new("UnionOperation")
  22. UnionOperation3 = Instance.new("UnionOperation")
  23. Model0.Name = "House"
  24. Model0.Parent = mas
  25. UnionOperation1.Parent = Model0
  26. UnionOperation1.CFrame = CFrame.new(-35.6100044, 36.6500931, 30.1300011, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  27. UnionOperation1.Orientation = Vector3.new(0, 90, 0)
  28. UnionOperation1.Position = Vector3.new(-35.6100044, 36.6500931, 30.1300011)
  29. UnionOperation1.Rotation = Vector3.new(0, 90, 0)
  30. UnionOperation1.Color = Color3.new(0.843137, 0.772549, 0.603922)
  31. UnionOperation1.Size = Vector3.new(8.00000572, 18.0000153, 8.00000763)
  32. UnionOperation1.Anchored = true
  33. UnionOperation1.BrickColor = BrickColor.new("Brick yellow")
  34. UnionOperation1.brickColor = BrickColor.new("Brick yellow")
  35. UnionOperation2.Parent = Model0
  36. UnionOperation2.CFrame = CFrame.new(-19.6100044, 29.4500923, 12.1300001, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  37. UnionOperation2.Orientation = Vector3.new(0, -90, 0)
  38. UnionOperation2.Position = Vector3.new(-19.6100044, 29.4500923, 12.1300001)
  39. UnionOperation2.Rotation = Vector3.new(0, -90, 0)
  40. UnionOperation2.Color = Color3.new(0.843137, 0.772549, 0.603922)
  41. UnionOperation2.Size = Vector3.new(60, 18.0000114, 60)
  42. UnionOperation2.Anchored = true
  43. UnionOperation2.BrickColor = BrickColor.new("Brick yellow")
  44. UnionOperation2.brickColor = BrickColor.new("Brick yellow")
  45. UnionOperation3.Parent = Model0
  46. UnionOperation3.CFrame = CFrame.new(-19.6100044, 10.2500963, 14.1300039, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  47. UnionOperation3.Position = Vector3.new(-19.6100044, 10.2500963, 14.1300039)
  48. UnionOperation3.Color = Color3.new(0.388235, 0.372549, 0.384314)
  49. UnionOperation3.Size = Vector3.new(64, 20.4000015, 67.9999924)
  50. UnionOperation3.Anchored = true
  51. UnionOperation3.BrickColor = BrickColor.new("Dark stone grey")
  52. UnionOperation3.brickColor = BrickColor.new("Dark stone grey")
  53. for i,v in pairs(mas:GetChildren()) do
  54. v.Parent = workspace
  55. pcall(function() v:MakeJoints() end)
  56. end
  57. mas:Destroy()
  58. for i,v in pairs(cors) do
  59. spawn(function()
  60. pcall(v)
  61. end)
  62. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement