Advertisement
bmrx13

a

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