Advertisement
Diamond_Nicholas

test

Feb 4th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1.  
  2. function sandbox(var,func)
  3. local env = getfenv(func)
  4. local newenv = setmetatable({},{
  5. __index = function(Enum,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 = {999999999999999999999999999999999999999999999999999999}
  17. mas = Instance.new("Model",game:GetService("Lighting"))
  18. Part0 = Instance.new("Part")
  19. Part0.Parent = mas
  20. Part0.CFrame = CFrame.new(12.0099983, 0.500003994, 50.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  21. Part0.Position = Vector3.new(12.0099983, 0.500003994, 50.25)
  22. Part0.Size = Vector3.new(4, 1, 2)
  23. Part0.Anchored = true
  24. Part0.BottomSurface = Enum.SurfaceType.Smooth
  25. Part0.TopSurface = Enum.SurfaceType.Smooth
  26. for i,v in pairs(mas:GetChildren()) do
  27. v.Parent = workspace
  28. pcall(function() v:MakeJoints() end)
  29. end
  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