Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Originally by PenguinAnonymous. Simplified by WaverlyCole
- --Errors: TouchTransmitter,Camera
- mas = Instance.new("Model",game:GetService("Lighting"))
- mas.Name = "Model2Script"
- o1 = Instance.new("Part")
- o2 = Instance.new("Decal")
- o3 = Instance.new("Tool")
- o4 = Instance.new("Part")
- o5 = Instance.new("SpecialMesh")
- o6 = Instance.new("Sound")
- o7 = Instance.new("Sound")
- o8 = Instance.new("Sound")
- o10 = Instance.new("Script")
- o11 = Instance.new("LocalScript")
- 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
- o3.Name = "ClassicSword"
- o3.Parent = mas
- o3.TextureId = "rbxasset://Textures/Sword128.png"
- o3.GripForward = Vector3.new(-1, -0, -0)
- o3.GripPos = Vector3.new(0, 0, -1.5)
- o3.GripRight = Vector3.new(0, 1, 0)
- o3.GripUp = Vector3.new(0, 0, 1)
- o4.Name = "Handle"
- o4.Parent = o3
- o4.BrickColor = BrickColor.new("Dark stone grey")
- o4.Reflectance = 0.40000000596046
- o4.Rotation = Vector3.new(-64.2200012, 3.41999984, 13.5299997)
- o4.FormFactor = Enum.FormFactor.Plate
- o4.Size = Vector3.new(1, 0.800000012, 4)
- o4.CFrame = CFrame.new(85.231781, 2.8118434, 340.979553, 0.970518112, -0.233507976, 0.0597385466, 0.0494460091, 0.435463011, 0.898847699, -0.235902026, -0.869394004, 0.434170783)
- o4.BottomSurface = Enum.SurfaceType.Smooth
- o4.TopSurface = Enum.SurfaceType.Smooth
- o4.Color = Color3.new(0.388235, 0.372549, 0.384314)
- o4.Color = Color3.new(0.388235, 0.372549, 0.384314)
- o5.Parent = o4
- o5.MeshId = "rbxasset://fonts/sword.mesh"
- o5.TextureId = "rbxasset://textures/SwordTexture.png"
- o5.MeshType = Enum.MeshType.FileMesh
- o6.Name = "SwordSlash"
- o6.Parent = o4
- o6.SoundId = "http://www.roblox.com/asset/?id=12222216"
- o6.Volume = 0.69999998807907
- o7.Name = "SwordLunge"
- o7.Parent = o4
- o7.SoundId = "http://www.roblox.com/asset/?id=12222208"
- o7.Volume = 0.60000002384186
- o8.Name = "Unsheath"
- o8.Parent = o4
- o8.SoundId = "http://www.roblox.com/asset/?id=12222225"
- o8.Volume = 1
- o10.Name = "SwordScript"
- o10.Parent = o3
- o11.Name = "MouseIcon"
- o11.Parent = o3
- 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