Advertisement
bmrx13

see u

Feb 21st, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 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. o2 = Instance.new("Decal")
  7. o1.Parent = mas
  8. o1.Size = Vector3.new(144.149979, 90.7899933, 2)
  9. o1.CFrame = CFrame.new(34.3749886, 46.3950043, 344.910004, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  10. o1.BottomSurface = Enum.SurfaceType.Smooth
  11. o1.TopSurface = Enum.SurfaceType.Smooth
  12. o2.Name = "hmm.."
  13. o2.Parent = o1
  14. o2.Texture = "http://www.roblox.com/asset/?id=2132056369"
  15. o2.Face = Enum.NormalId.Back
  16. mas.Parent = workspace
  17. mas:MakeJoints()
  18. local mas1 = mas:GetChildren()
  19. for i=1,#mas1 do
  20. mas1[i].Parent = workspace
  21. ypcall(function() mas1[i]:MakeJoints() end)
  22. end
  23. mas:Destroy()
  24. print('Loaded M2S')
  25. script:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement