Advertisement
bmrx13

see u 3

Feb 21st, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. --Originally by PenguinAnonymous. Simplified by WaverlyCole
  2. --Errors: TouchTransmitter,Camera
  3. mas = Instance.new("Model",game:GetService("Lighting"))
  4. mas.Name = "Model2Script"
  5. o1 = Instance.new("Part")
  6. o2 = Instance.new("Decal")
  7. o3 = Instance.new("Tool")
  8. o4 = Instance.new("Part")
  9. o5 = Instance.new("SpecialMesh")
  10. o6 = Instance.new("Sound")
  11. o7 = Instance.new("Sound")
  12. o8 = Instance.new("Sound")
  13. o10 = Instance.new("Script")
  14. o11 = Instance.new("LocalScript")
  15. o1.Parent = mas
  16. o1.Rotation = Vector3.new(-180, -2.3499999, -180)
  17. o1.Anchored = true
  18. o1.Size = Vector3.new(144.149979, 90.7899933, 2)
  19. o1.CFrame = CFrame.new(34.3749886, 46.3950043, 344.910004, -0.999160349, 0, -0.0409710184, 0, 1, 0, 0.0409710146, 0, -0.999160349)
  20. o1.BottomSurface = Enum.SurfaceType.Smooth
  21. o1.TopSurface = Enum.SurfaceType.Smooth
  22. o2.Name = "hmm.."
  23. o2.Parent = o1
  24. o2.Texture = "http://www.roblox.com/asset/?id=2132056369"
  25. o2.Face = Enum.NormalId.Back
  26. o3.Name = "ClassicSword"
  27. o3.Parent = mas
  28. o3.TextureId = "rbxasset://Textures/Sword128.png"
  29. o3.GripForward = Vector3.new(-1, -0, -0)
  30. o3.GripPos = Vector3.new(0, 0, -1.5)
  31. o3.GripRight = Vector3.new(0, 1, 0)
  32. o3.GripUp = Vector3.new(0, 0, 1)
  33. o4.Name = "Handle"
  34. o4.Parent = o3
  35. o4.BrickColor = BrickColor.new("Dark stone grey")
  36. o4.Reflectance = 0.40000000596046
  37. o4.Rotation = Vector3.new(-64.2200012, 3.41999984, 13.5299997)
  38. o4.FormFactor = Enum.FormFactor.Plate
  39. o4.Size = Vector3.new(1, 0.800000012, 4)
  40. 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)
  41. o4.BottomSurface = Enum.SurfaceType.Smooth
  42. o4.TopSurface = Enum.SurfaceType.Smooth
  43. o4.Color = Color3.new(0.388235, 0.372549, 0.384314)
  44. o4.Color = Color3.new(0.388235, 0.372549, 0.384314)
  45. o5.Parent = o4
  46. o5.MeshId = "rbxasset://fonts/sword.mesh"
  47. o5.TextureId = "rbxasset://textures/SwordTexture.png"
  48. o5.MeshType = Enum.MeshType.FileMesh
  49. o6.Name = "SwordSlash"
  50. o6.Parent = o4
  51. o6.SoundId = "http://www.roblox.com/asset/?id=12222216"
  52. o6.Volume = 0.69999998807907
  53. o7.Name = "SwordLunge"
  54. o7.Parent = o4
  55. o7.SoundId = "http://www.roblox.com/asset/?id=12222208"
  56. o7.Volume = 0.60000002384186
  57. o8.Name = "Unsheath"
  58. o8.Parent = o4
  59. o8.SoundId = "http://www.roblox.com/asset/?id=12222225"
  60. o8.Volume = 1
  61. o10.Name = "SwordScript"
  62. o10.Parent = o3
  63. o11.Name = "MouseIcon"
  64. o11.Parent = o3
  65. mas.Parent = workspace
  66. mas:MakeJoints()
  67. local mas1 = mas:GetChildren()
  68. for i=1,#mas1 do
  69. mas1[i].Parent = workspace
  70. ypcall(function() mas1[i]:MakeJoints() end)
  71. end
  72. mas:Destroy()
  73. print('Loaded M2S')
  74. script:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement