Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Originally by PenguinAnonymous. Simplified by WaverlyCole
- --Errors:
- mas = Instance.new("Model",game:GetService("Lighting"))
- mas.Name = "Model2Script"
- o1 = Instance.new("Part")
- o2 = Instance.new("Decal")
- o1.Parent = mas
- o1.Rotation = Vector3.new(-180, -2.3499999, -180)
- o1.Anchored = true
- o1.Size = Vector3.new(144.149979, 90.7899933, 2)
- o1.CFrame = CFrame.new(34.3749886, 46.3950043, 344.910004, -0.999160349, 0, -0.0409710184, 0, 1, 0, 0.0409710146, 0, -0.999160349)
- o1.BottomSurface = Enum.SurfaceType.Smooth
- o1.TopSurface = Enum.SurfaceType.Smooth
- o2.Name = "hmm.."
- o2.Parent = o1
- o2.Texture = "http://www.roblox.com/asset/?id=2132056369"
- o2.Face = Enum.NormalId.Back
- mas.Parent = workspace
- mas:MakeJoints()
- local mas1 = mas:GetChildren()
- for i=1,#mas1 do
- mas1[i].Parent = workspace
- ypcall(function() mas1[i]:MakeJoints() end)
- end
- mas:Destroy()
- print('Loaded M2S')
- script:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement