Advertisement
bmrx13

see u 2

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