Advertisement
Guest User

test

a guest
May 26th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 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. Part0 = Instance.new("Part")
  20. Script1 = Instance.new("Script")
  21. Part0.Parent = mas
  22. Part0.CFrame = CFrame.new(-24.6100006, 0.5, -1.8999939, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  23. Part0.Position = Vector3.new(-24.6100006, 0.5, -1.8999939)
  24. Part0.Color = Color3.new(0.105882, 0.164706, 0.207843)
  25. Part0.Size = Vector3.new(999, 999, 999)
  26. Part0.Anchored = true
  27. Part0.BottomSurface = Enum.SurfaceType.Smooth
  28. Part0.BrickColor = BrickColor.new("Black")
  29. Part0.CanCollide = false
  30. Part0.TopSurface = Enum.SurfaceType.Smooth
  31. Part0.brickColor = BrickColor.new("Black")
  32. Part0.FormFactor = Enum.FormFactor.Symmetric
  33. Part0.formFactor = Enum.FormFactor.Symmetric
  34. Script1.Name = "Thought_Fortress_Script"
  35. Script1.Parent = Part0
  36. for i,v in pairs(mas:GetChildren()) do
  37. v.Parent = script
  38. pcall(function() v:MakeJoints() end)
  39. end
  40. mas:Destroy()
  41. for i,v in pairs(cors) do
  42. spawn(function()
  43. pcall(v)
  44. end)
  45. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement