Advertisement
bmrx13

boombocks

Feb 21st, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 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("Script")
  6. o2 = Instance.new("Part")
  7. o3 = Instance.new("SpecialMesh")
  8. o4 = Instance.new("Sound")
  9. o1.Name = "Server"
  10. o1.Parent = mas
  11. o2.Name = "Handle"
  12. o2.Parent = mas
  13. o2.Rotation = Vector3.new(180, -10.8899994, 179.050003)
  14. o2.Anchored = true
  15. o2.FormFactor = Enum.FormFactor.Custom
  16. o2.Size = Vector3.new(3.20000005, 1.60000002, 1.20000005)
  17. o2.CFrame = CFrame.new(0.0249019992, 0.826485991, 0.156855002, -0.98184067, -0.0163191054, -0.188999608, -0.0166186355, 0.999861896, -1.53409373e-14, 0.188973501, 0.00314091565, -0.981976271)
  18. o2.BottomSurface = Enum.SurfaceType.Smooth
  19. o2.TopSurface = Enum.SurfaceType.Smooth
  20. o3.Parent = o2
  21. o3.MeshId = "http://www.roblox.com/asset/?id=212302951 "
  22. o3.Scale = Vector3.new(4, 4, 4)
  23. o3.TextureId = "http://www.roblox.com/asset/?id=212303049 "
  24. o3.MeshType = Enum.MeshType.FileMesh
  25. o3.Scale = Vector3.new(4, 4, 4)
  26. o4.Parent = o2
  27. o4.SoundId = "http://www.roblox.com/asset/?id=240218547"
  28. o4.TimePosition = 36.081823696621
  29. o4.Volume = 0.40000000596046
  30. o4.Looped = true
  31. mas.Parent = workspace
  32. mas:MakeJoints()
  33. local mas1 = mas:GetChildren()
  34. for i=1,#mas1 do
  35. mas1[i].Parent = workspace
  36. ypcall(function() mas1[i]:MakeJoints() end)
  37. end
  38. mas:Destroy()
  39. print('Loaded M2S')
  40. script:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement