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("Script")
- o2 = Instance.new("Part")
- o3 = Instance.new("SpecialMesh")
- o4 = Instance.new("Sound")
- o1.Name = "Server"
- o1.Parent = mas
- o2.Name = "Handle"
- o2.Parent = mas
- o2.Rotation = Vector3.new(180, -10.8899994, 179.050003)
- o2.Anchored = true
- o2.FormFactor = Enum.FormFactor.Custom
- o2.Size = Vector3.new(3.20000005, 1.60000002, 1.20000005)
- 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)
- o2.BottomSurface = Enum.SurfaceType.Smooth
- o2.TopSurface = Enum.SurfaceType.Smooth
- o3.Parent = o2
- o3.MeshId = "http://www.roblox.com/asset/?id=212302951 "
- o3.Scale = Vector3.new(4, 4, 4)
- o3.TextureId = "http://www.roblox.com/asset/?id=212303049 "
- o3.MeshType = Enum.MeshType.FileMesh
- o3.Scale = Vector3.new(4, 4, 4)
- o4.Parent = o2
- o4.SoundId = "http://www.roblox.com/asset/?id=240218547"
- o4.TimePosition = 36.081823696621
- o4.Volume = 0.40000000596046
- o4.Looped = true
- 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