Advertisement
Diamond_Nicholas

nnnnnnnnn

Jan 12th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. --Converted with ttyyuu12345's model to script plugin v4
  2. function sandbox(var,func)
  3. local env = getfenv(func)
  4. local newenv = setmetatable({},{
  5. __index = function(self,k)
  6. if k=="script" then
  7. return var
  8. else
  9. return env[k]
  10. end
  11. end,
  12. })
  13. setfenv(func,newenv)
  14. return func
  15. end
  16. cors = {}
  17. mas = Instance.new("Model",game:GetService("Lighting"))
  18. Part0 = Instance.new("Part")
  19. Part0.Parent = mas
  20. Part0.CFrame = CFrame.new(0.369999409, 0.500003994, -3.77499962, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  21. Part0.Position = Vector3.new(0.369999409, 0.500003994, -3.77499962)
  22. Part0.Size = Vector3.new(17.0199986, 1, 17.3300018)
  23. Part0.BottomSurface = Enum.SurfaceType.Smooth
  24. Part0.TopSurface = Enum.SurfaceType.Smooth
  25. for i,v in pairs(mas:GetChildren()) do
  26. v.Parent = script
  27. pcall(function() v:MakeJoints() end)
  28. end
  29. mas:Destroy()
  30. for i,v in pairs(cors) do
  31. spawn(function()
  32. pcall(v)
  33. end)
  34. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement