Advertisement
bmrx13

idk

Feb 21st, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. --Originally by PenguinAnonymous. Simplified by WaverlyCole
  2. --Errors:
  3. mas = Instance.new("Model",game:GetService("Lighting"))
  4. mas.Name = "Model2Script"
  5. o1 = Instance.new("Part")
  6. o1.Parent = mas
  7. o1.Size = Vector3.new(4, 1, 2)
  8. o1.CFrame = CFrame.new(-35.7000008, 1.50000501, 344.910004, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  9. o1.BottomSurface = Enum.SurfaceType.Smooth
  10. o1.TopSurface = Enum.SurfaceType.Smooth
  11. mas.Parent = workspace
  12. mas:MakeJoints()
  13. local mas1 = mas:GetChildren()
  14. for i=1,#mas1 do
  15. mas1[i].Parent = workspace
  16. ypcall(function() mas1[i]:MakeJoints() end)
  17. end
  18. mas:Destroy()
  19. print('Loaded M2S')
  20. script:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement