niggerfaggggggot

Untitled

Apr 9th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,game,owner = owner,game
  4. local RealPlayer = Player
  5. do
  6. print("FE Compatibility code V2 by Mokiros")
  7. local RealPlayer = RealPlayer
  8. script.Parent = RealPlayer.Character
  9.  
  10. --Fake event to make stuff like Mouse.KeyDown work
  11. local Disconnect_Function = function(this)
  12. this[1].Functions[this[2]] = nil
  13. end
  14. local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
  15. local FakeEvent_Metatable = {__index={
  16. Connect = function(this,f)
  17. local i = tostring(math.random(0,10000))
  18. while this.Functions[i] do
  19. i = tostring(math.random(0,10000))
  20. end
  21. this.Functions[i] = f
  22. return setmetatable({this,i},Disconnect_Metatable)
  23. end
  24. }}
  25. FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
  26. local function fakeEvent()
  27. return setmetatable({Functions={}},FakeEvent_Metatable)
  28. end
  29.  
  30. --Creating fake input objects with fake variables
  31. local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  32. FakeMouse.keyUp = FakeMouse.KeyUp
  33. FakeMouse.keyDown = FakeMouse.KeyDown
  34. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  35. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  36. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  37. end}
  38. --Merged 2 functions into one by checking amount of arguments
  39. CAS.UnbindAction = CAS.BindAction
  40.  
  41. --This function will trigger the events that have been :Connect()'ed
  42. local function TriggerEvent(self,ev,...)
  43. for _,f in pairs(self[ev].Functions) do
  44. f(...)
  45. end
  46. end
  47. FakeMouse.TriggerEvent = TriggerEvent
  48. UIS.TriggerEvent = TriggerEvent
  49.  
  50. --Client communication
  51. local Event = Instance.new("RemoteEvent")
  52. Event.Name = "UserInput_Event"
  53. Event.OnServerEvent:Connect(function(plr,io)
  54. if plr~=RealPlayer then return end
  55. FakeMouse.Target = io.Target
  56. FakeMouse.Hit = io.Hit
  57. if not io.isMouse then
  58. local b = io.UserInputState == Enum.UserInputState.Begin
  59. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  60. return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
  61. end
  62. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  63. return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
  64. end
  65. for _,t in pairs(CAS.Actions) do
  66. for _,k in pairs(t.Keys) do
  67. if k==io.KeyCode then
  68. t.Function(t.Name,io.UserInputState,io)
  69. end
  70. end
  71. end
  72. FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  73. UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
  74. end
  75. end)
  76. Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
  77. local Mouse = owner:GetMouse()
  78. local UIS = game:GetService("UserInputService")
  79. local input = function(io,RobloxHandled)
  80. if RobloxHandled then return end
  81. --Since InputObject is a client-side instance, we create and pass table instead
  82. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  83. end
  84. UIS.InputBegan:Connect(input)
  85. UIS.InputEnded:Connect(input)
  86.  
  87. local h,t
  88. --Give the server mouse data every second frame, but only if the values changed
  89. --If player is not moving their mouse, client won't fire events
  90. local HB = game:GetService("RunService").Heartbeat
  91. while true do
  92. if h~=Mouse.Hit or t~=Mouse.Target then
  93. h,t=Mouse.Hit,Mouse.Target
  94. Event:FireServer({isMouse=true,Target=t,Hit=h})
  95. end
  96. --Wait 2 frames
  97. for i=1,2 do
  98. HB:Wait()
  99. end
  100. end]==],script)
  101.  
  102. ----Sandboxed game object that allows the usage of client-side methods and services
  103. --Real game object
  104. local RealGame = game
  105.  
  106. --Metatable for fake service
  107. local FakeService_Metatable = {
  108. __index = function(self,k)
  109. local s = rawget(self,"_RealService")
  110. if s then
  111. return typeof(s[k])=="function"
  112. and function(_,...)return s[k](s,...)end or s[k]
  113. end
  114. end,
  115. __newindex = function(self,k,v)
  116. local s = rawget(self,"_RealService")
  117. if s then s[k]=v end
  118. end
  119. }
  120. local function FakeService(t,RealService)
  121. t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
  122. return setmetatable(t,FakeService_Metatable)
  123. end
  124.  
  125. --Fake game object
  126. local FakeGame = {
  127. GetService = function(self,s)
  128. return rawget(self,s) or RealGame:GetService(s)
  129. end,
  130. Players = FakeService({
  131. LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
  132. },"Players"),
  133. UserInputService = FakeService(UIS,"UserInputService"),
  134. ContextActionService = FakeService(CAS,"ContextActionService"),
  135. RunService = FakeService({
  136. _btrs = {},
  137. RenderStepped = RealGame:GetService("RunService").Heartbeat,
  138. BindToRenderStep = function(self,name,_,fun)
  139. self._btrs[name] = self.Heartbeat:Connect(fun)
  140. end,
  141. UnbindFromRenderStep = function(self,name)
  142. self._btrs[name]:Disconnect()
  143. end,
  144. },"RunService")
  145. }
  146. rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
  147. FakeGame.service = FakeGame.GetService
  148. FakeService(FakeGame,game)
  149. --Changing owner to fake player object to support owner:GetMouse()
  150. game,owner = FakeGame,FakeGame.Players.LocalPlayer
  151. end
  152. ---------------
  153. ----Ryuneko----
  154. ---------------
  155. --By CKbackup--
  156. ---------------
  157.  
  158. player = game:GetService("Players").LocalPlayer
  159. chara = player.Character
  160. chara.Humanoid.MaxHealth = 100000
  161. chara.Humanoid.Health = 100000
  162. debby = game.Debris
  163.  
  164. --Sword Building--
  165. New = function(Object, Parent, Name, Data)
  166. local Object = Instance.new(Object)
  167. for Index, Value in pairs(Data or {}) do
  168. Object[Index] = Value
  169. end
  170. Object.Parent = Parent
  171. Object.Name = Name
  172. return Object
  173. end
  174.  
  175. Sheath = New("Model",chara,"Sheath",{})
  176. AMainPart = New("Part",Sheath,"AMainPart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 7.19999981, 0.399999976),CFrame = CFrame.new(10.3397503, 1.07343805, 9.83298397, 0.258818924, -0.933013201, -0.249998376, 0.965925872, 0.25, 0.0669868365, -2.20088126e-008, -0.258817285, 0.965926468),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  177. Weld = New("ManualWeld",AMainPart,"Weld",{Part0 = AMainPart,Part1 = chara["Left Arm"],C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -2.20088126e-008, -0.933013201, 0.25, -0.258817285, -0.249998376, 0.0669868365, 0.965926468),C1 = CFrame.new(2.0397501, -1.52498591, 0.932984352, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  178. SheathPart = New("Part",Sheath,"SheathPart",{BrickColor = BrickColor.new("Bright yellow"),Reflectance = 0.60000002384186,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(7.26071548, 1.89846194, 8.97888088, -0.258818924, -0.250001729, -0.933012307, -0.965925872, 0.0669877306, 0.249999762, 3.30132224e-008, 0.965925813, -0.258820653),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  179. Mesh = New("SpecialMesh",SheathPart,"Mesh",{Offset = Vector3.new(0, 0, 0.100000001),Scale = Vector3.new(0.200000003, 0.550000012, 0.5),MeshId = "http://www.roblox.com/asset/?id=420164161",MeshType = Enum.MeshType.FileMesh,})
  180. Weld = New("ManualWeld",SheathPart,"Weld",{Part0 = SheathPart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, -0.258818924, -0.965925872, 1.82011171e-008, -0.250001609, 0.0669877082, 0.965925455, -0.933012366, 0.249999791, -0.258820683),C1 = CFrame.new(-4.76837158e-007, 3.3000927, 1.8119812e-005, 0.258818924, 0.965925872, -2.20088126e-008, -0.933013201, 0.25, -0.258817285, -0.249998376, 0.0669868365, 0.965926468),})
  181. SheathPart = New("Part",Sheath,"SheathPart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 7.19999981, 0.399999976),CFrame = CFrame.new(10.3897486, 1.06004083, 9.63980484, 0.258818924, -0.933013201, -0.24999845, 0.965925872, 0.25, 0.0669868514, -3.30132224e-008, -0.258817255, 0.965926707),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  182. Mesh = New("CylinderMesh",SheathPart,"Mesh",{})
  183. Weld = New("ManualWeld",SheathPart,"Weld",{Part0 = SheathPart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(-2.38418579e-007, 0, -0.199994087, 0.258818924, 0.965925872, -2.20088126e-008, -0.933013201, 0.25, -0.258817285, -0.249998376, 0.0669868365, 0.965926468),})
  184. SheathPart = New("Part",Sheath,"SheathPart",{BrickColor = BrickColor.new("Bright yellow"),Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(9.31341171, 1.34844494, 9.54829502, -0.258818924, 0.933013201, -0.24999845, -0.965925872, -0.25, 0.0669868514, 3.30132224e-008, 0.258817255, 0.965926707),CanCollide = false,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  185. Mesh = New("SpecialMesh",SheathPart,"Mesh",{Offset = Vector3.new(0.100000001, 0, 0),Scale = Vector3.new(0.0250000004, 2.5, 0.200000003),MeshId = "http://www.roblox.com/asset/?id=25212400",MeshType = Enum.MeshType.FileMesh,})
  186. Weld = New("ManualWeld",SheathPart,"Weld",{Part0 = SheathPart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, -0.258818924, -0.965925872, 1.82011171e-008, 0.933013201, -0.25, 0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(4.76837158e-007, 1.10002136, 1.57356262e-005, 0.258818924, 0.965925872, -2.20088126e-008, -0.933013201, 0.25, -0.258817285, -0.249998376, 0.0669868365, 0.965926468),})
  187. SheathPart = New("Part",Sheath,"SheathPart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 7.19999981, 0.399999976),CFrame = CFrame.new(10.2897558, 1.08683395, 10.026186, 0.258818924, -0.933013201, -0.249998331, 0.965925872, 0.25, 0.066986829, -1.82011171e-008, -0.258817285, 0.965926349),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  188. Mesh = New("CylinderMesh",SheathPart,"Mesh",{})
  189. Weld = New("ManualWeld",SheathPart,"Weld",{Part0 = SheathPart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(0, -9.53674316e-006, 0.200014591, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  190. SheathPart = New("Part",Sheath,"SheathPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.399999976),CFrame = CFrame.new(13.8419657, 0.135023892, 10.5974464, 0.258818924, -0.933013201, -0.24999845, 0.965925872, 0.25, 0.0669868514, -3.30132224e-008, -0.258817255, 0.965926707),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  191. Mesh = New("CylinderMesh",SheathPart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  192. Weld = New("ManualWeld",SheathPart,"Weld",{Part0 = SheathPart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(1.1920929e-006, -3.70007324, -0.199994564, 0.258818924, 0.965925872, -2.20088126e-008, -0.933013201, 0.25, -0.258817285, -0.249998376, 0.0669868365, 0.965926468),})
  193. SheathPart = New("Part",Sheath,"SheathPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.399999976),CFrame = CFrame.new(13.7419739, 0.16181612, 10.9838276, 0.258818924, -0.933013201, -0.24999845, 0.965925872, 0.25, 0.0669868514, -3.30132224e-008, -0.258817255, 0.965926707),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  194. Mesh = New("CylinderMesh",SheathPart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  195. Weld = New("ManualWeld",SheathPart,"Weld",{Part0 = SheathPart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(4.76837158e-007, -3.70008278, 0.200013638, 0.258818924, 0.965925872, -2.20088126e-008, -0.933013201, 0.25, -0.258817285, -0.249998376, 0.0669868365, 0.965926468),})
  196. SheathPart = New("Part",Sheath,"SheathPart",{BrickColor = BrickColor.new("Bright yellow"),Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(9.31337357, 1.34845412, 9.54827118, 0.258818924, 0.933013201, 0.24999845, 0.965925872, -0.25, -0.0669868514, -3.30132224e-008, 0.258817255, -0.965926707),CanCollide = false,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  197. Mesh = New("SpecialMesh",SheathPart,"Mesh",{Offset = Vector3.new(0.100000001, 0, 0),Scale = Vector3.new(0.0250000004, 2.5, 0.200000003),MeshId = "http://www.roblox.com/asset/?id=25212400",MeshType = Enum.MeshType.FileMesh,})
  198. Weld = New("ManualWeld",SheathPart,"Weld",{Part0 = SheathPart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, 0.933013201, -0.25, 0.258817285, 0.249998331, -0.066986829, -0.965926349),C1 = CFrame.new(-4.76837158e-007, 1.10006523, 2.86102295e-006, 0.258818924, 0.965925872, -2.20088126e-008, -0.933013201, 0.25, -0.258817285, -0.249998376, 0.0669868365, 0.965926468),})
  199. SheathPart = New("Part",Sheath,"SheathPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.399999976),CFrame = CFrame.new(6.88750172, 1.9984622, 8.87533474, 0.258818924, -0.933013201, -0.24999845, 0.965925872, 0.25, 0.0669868514, -3.30132224e-008, -0.258817255, 0.965926707),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  200. Mesh = New("BlockMesh",SheathPart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  201. Weld = New("ManualWeld",SheathPart,"Weld",{Part0 = SheathPart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(-2.38418579e-006, 3.70010567, 1.90734863e-006, 0.258818924, 0.965925872, -2.20088126e-008, -0.933013201, 0.25, -0.258817285, -0.249998376, 0.0669868365, 0.965926468),})
  202. SheathPart = New("Part",Sheath,"SheathPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.399999976),CFrame = CFrame.new(6.93750191, 1.98506606, 8.68215275, 0.258818924, -0.933013201, -0.24999845, 0.965925872, 0.25, 0.0669868514, -3.30132224e-008, -0.258817255, 0.965926707),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  203. Mesh = New("CylinderMesh",SheathPart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  204. Weld = New("ManualWeld",SheathPart,"Weld",{Part0 = SheathPart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(-1.1920929e-006, 3.70010471, -0.199995041, 0.258818924, 0.965925872, -2.20088126e-008, -0.933013201, 0.25, -0.258817285, -0.249998376, 0.0669868365, 0.965926468),})
  205. SheathPart = New("Part",Sheath,"SheathPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.399999976),CFrame = CFrame.new(6.83751488, 2.01185989, 9.06853676, 0.258818924, -0.933013201, -0.24999845, 0.965925872, 0.25, 0.0669868514, -3.30132224e-008, -0.258817255, 0.965926707),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  206. Mesh = New("CylinderMesh",SheathPart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  207. Weld = New("ManualWeld",SheathPart,"Weld",{Part0 = SheathPart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(1.1920929e-006, 3.70008945, 0.200015068, 0.258818924, 0.965925872, -2.20088126e-008, -0.933013201, 0.25, -0.258817285, -0.249998376, 0.0669868365, 0.965926468),})
  208. SheathPart = New("Part",Sheath,"SheathPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.399999976),CFrame = CFrame.new(13.7919636, 0.14842391, 10.7906294, 0.258818924, -0.933013201, -0.24999845, 0.965925872, 0.25, 0.0669868514, -3.30132224e-008, -0.258817255, 0.965926707),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  209. Mesh = New("BlockMesh",SheathPart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  210. Weld = New("ManualWeld",SheathPart,"Weld",{Part0 = SheathPart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(3.09944153e-006, -3.70006943, 3.33786011e-006, 0.258818924, 0.965925872, -2.20088126e-008, -0.933013201, 0.25, -0.258817285, -0.249998376, 0.0669868365, 0.965926468),})
  211. SheathPart = New("Part",Sheath,"SheathPart",{BrickColor = BrickColor.new("Bright yellow"),Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(11.5526524, 0.748443961, 10.1694431, -0.258818924, 0.933013201, -0.24999845, -0.965925872, -0.25, 0.0669868514, 3.30132224e-008, 0.258817255, 0.965926707),CanCollide = false,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  212. Mesh = New("SpecialMesh",SheathPart,"Mesh",{Offset = Vector3.new(0.100000001, 0, 0),Scale = Vector3.new(0.0250000004, 1.79999995, 0.100000001),MeshId = "http://www.roblox.com/asset/?id=25212400",MeshType = Enum.MeshType.FileMesh,})
  213. Weld = New("ManualWeld",SheathPart,"Weld",{Part0 = SheathPart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, -0.258818924, -0.965925872, 1.82011171e-008, 0.933013201, -0.25, 0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(1.90734863e-006, -1.29998398, 4.76837158e-007, 0.258818924, 0.965925872, -2.20088126e-008, -0.933013201, 0.25, -0.258817285, -0.249998376, 0.0669868365, 0.965926468),})
  214. SheathPart = New("Part",Sheath,"SheathPart",{BrickColor = BrickColor.new("Bright yellow"),Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(11.5526524, 0.748443961, 10.1694431, 0.258818924, 0.933013201, 0.24999845, 0.965925872, -0.25, -0.0669868514, -3.30132224e-008, 0.258817255, -0.965926707),CanCollide = false,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  215. Mesh = New("SpecialMesh",SheathPart,"Mesh",{Offset = Vector3.new(0.100000001, 0, 0),Scale = Vector3.new(0.0250000004, 1.79999995, 0.100000001),MeshId = "http://www.roblox.com/asset/?id=25212400",MeshType = Enum.MeshType.FileMesh,})
  216. Weld = New("ManualWeld",SheathPart,"Weld",{Part0 = SheathPart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, 0.933013201, -0.25, 0.258817285, 0.249998331, -0.066986829, -0.965926349),C1 = CFrame.new(1.90734863e-006, -1.29998398, 4.76837158e-007, 0.258818924, 0.965925872, -2.20088126e-008, -0.933013201, 0.25, -0.258817285, -0.249998376, 0.0669868365, 0.965926468),})
  217. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(5.41967297, 2.39173603, 8.36462879, 0.258818924, -0.933013201, -0.24999842, 0.965925872, 0.25, 0.0669868439, -2.5816508e-008, -0.258817285, 0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  218. Mesh = New("SpecialMesh",HandlePart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  219. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(-3.09944153e-005, 5.300107, -0.100003719, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  220. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(5.23310614, 2.44175577, 8.31284237, 0.258818924, -0.933013201, -0.24999842, 0.965925872, 0.25, 0.0669868439, -2.5816508e-008, -0.258817285, 0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  221. Mesh = New("CylinderMesh",HandlePart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  222. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(-2.62260437e-006, 5.50008488, -0.100033283, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  223. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.399999976),CFrame = CFrame.new(5.20806122, 2.44843626, 8.40946198, 0.258818924, -0.933013201, -0.24999842, 0.965925872, 0.25, 0.0669868439, -2.5816508e-008, -0.258817285, 0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  224. Mesh = New("BlockMesh",HandlePart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 0.800000012),})
  225. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(-3.19480896e-005, 5.50011492, 3.33786011e-006, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  226. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(5.55629778, 2.3551259, 8.60956478, 0.258818924, 0.933013201, 0.24999842, 0.965925872, -0.25, -0.0669868439, -2.5816508e-008, 0.258817285, -0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  227. Mesh = New("SpecialMesh",HandlePart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  228. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, 0.933013201, -0.25, 0.258817285, 0.249998331, -0.066986829, -0.965926349),C1 = CFrame.new(-3.24249268e-005, 5.10008812, 0.099978447, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  229. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(5.36967707, 2.40513206, 8.55779552, -0.258818924, -0.933013201, 0.24999842, -0.965925872, 0.25, -0.0669868439, 2.5816508e-008, -0.258817285, -0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  230. Mesh = New("SpecialMesh",HandlePart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  231. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, -0.258818924, -0.965925872, 1.82011171e-008, -0.933013201, 0.25, -0.258817285, 0.249998331, -0.066986829, -0.965926349),C1 = CFrame.new(-3.12328339e-005, 5.30010796, 0.0999779701, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  232. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.799999952),CFrame = CFrame.new(6.88753462, 1.99842477, 8.87532997, 0.258818924, -0.933013201, -0.24999842, 0.965925872, 0.25, 0.0669868439, -2.5816508e-008, -0.258817285, 0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  233. Mesh = New("BlockMesh",HandlePart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 0.800000012),})
  234. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(-3.0040741e-005, 3.70006657, -1.28746033e-005, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  235. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(6.30270481, 2.15512896, 8.81661892, 0.258818924, 0.933013201, 0.24999842, 0.965925872, -0.25, -0.0669868439, -2.5816508e-008, 0.258817285, -0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  236. Mesh = New("SpecialMesh",HandlePart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  237. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, 0.933013201, -0.25, 0.258817285, 0.249998331, -0.066986829, -0.965926349),C1 = CFrame.new(-3.05175781e-005, 4.30009174, 0.0999798775, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  238. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(6.96253586, 1.97832584, 8.58556557, 0.258818924, -0.933013201, -0.24999842, 0.965925872, 0.25, 0.0669868439, -2.5816508e-008, -0.258817285, 0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  239. Mesh = New("CylinderMesh",HandlePart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  240. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(-3.24249268e-005, 3.70006084, -0.300000668, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  241. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(6.81253195, 2.01852226, 9.16512585, -0.258818924, -0.933013201, 0.24999842, -0.965925872, 0.25, -0.0669868439, 2.5816508e-008, -0.258817285, -0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  242. Mesh = New("CylinderMesh",HandlePart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  243. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, -0.258818924, -0.965925872, 1.82011171e-008, -0.933013201, 0.25, -0.258817285, 0.249998331, -0.066986829, -0.965926349),C1 = CFrame.new(-2.95639038e-005, 3.70006561, 0.300005436, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  244. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.60000002, 0.200000003),CFrame = CFrame.new(6.02279615, 2.23012781, 8.7389698, -0.258818924, -0.933013201, 0.24999842, -0.965925872, 0.25, -0.0669868439, 2.5816508e-008, -0.258817285, -0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  245. Mesh = New("CylinderMesh",HandlePart,"Mesh",{})
  246. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, -0.258818924, -0.965925872, 1.82011171e-008, -0.933013201, 0.25, -0.258817285, 0.249998331, -0.066986829, -0.965926349),C1 = CFrame.new(-3.26633453e-005, 4.6000967, 0.0999774933, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  247. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.60000002, 0.200000003),CFrame = CFrame.new(6.07281065, 2.21672678, 8.54580688, -0.258818924, -0.933013201, 0.24999842, -0.965925872, 0.25, -0.0669868439, 2.5816508e-008, -0.258817285, -0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  248. Mesh = New("CylinderMesh",HandlePart,"Mesh",{})
  249. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, -0.258818924, -0.965925872, 1.82011171e-008, -0.933013201, 0.25, -0.258817285, 0.249998331, -0.066986829, -0.965926349),C1 = CFrame.new(-3.24249268e-005, 4.60007668, -0.10000515, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  250. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(6.67590618, 2.05513096, 8.92014313, 0.258818924, 0.933013201, 0.24999842, 0.965925872, -0.25, -0.0669868439, -2.5816508e-008, 0.258817285, -0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  251. Mesh = New("SpecialMesh",HandlePart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  252. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, 0.933013201, -0.25, 0.258817285, 0.249998331, -0.066986829, -0.965926349),C1 = CFrame.new(-2.95639038e-005, 3.90009689, 0.0999779701, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  253. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(6.53932047, 2.09172702, 8.67523384, 0.258818924, -0.933013201, -0.24999842, 0.965925872, 0.25, 0.0669868439, -2.5816508e-008, -0.258817285, 0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  254. Mesh = New("SpecialMesh",HandlePart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  255. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(-3.14712524e-005, 4.10006905, -0.0999879837, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  256. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(6.72590256, 2.04173303, 8.72697449, -0.258818924, 0.933013201, -0.24999842, -0.965925872, -0.25, 0.0669868439, 2.5816508e-008, 0.258817285, 0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  257. Mesh = New("SpecialMesh",HandlePart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  258. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, -0.258818924, -0.965925872, 1.82011171e-008, 0.933013201, -0.25, 0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(-3.09944153e-005, 3.90009594, -0.100004673, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  259. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(6.48931503, 2.1051259, 8.86838245, -0.258818924, -0.933013201, 0.24999842, -0.965925872, 0.25, -0.0669868439, 2.5816508e-008, -0.258817285, -0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  260. Mesh = New("SpecialMesh",HandlePart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  261. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, -0.258818924, -0.965925872, 1.82011171e-008, -0.933013201, 0.25, -0.258817285, 0.249998331, -0.066986829, -0.965926349),C1 = CFrame.new(-3.14712524e-005, 4.1000843, 0.0999779701, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  262. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(6.11609888, 2.20512891, 8.76485157, -0.258818924, -0.933013201, 0.24999842, -0.965925872, 0.25, -0.0669868439, 2.5816508e-008, -0.258817285, -0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  263. Mesh = New("SpecialMesh",HandlePart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  264. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, -0.258818924, -0.965925872, 1.82011171e-008, -0.933013201, 0.25, -0.258817285, 0.249998331, -0.066986829, -0.965926349),C1 = CFrame.new(-3.14712524e-005, 4.50009632, 0.0999770164, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  265. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(5.60629559, 2.34172964, 8.41639614, -0.258818924, 0.933013201, -0.24999842, -0.965925872, -0.25, 0.0669868439, 2.5816508e-008, 0.258817285, 0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  266. Mesh = New("SpecialMesh",HandlePart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  267. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, -0.258818924, -0.965925872, 1.82011171e-008, 0.933013201, -0.25, 0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(-3.19480896e-005, 5.10008621, -0.100004673, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  268. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.60000002, 0.399999976),CFrame = CFrame.new(6.04781246, 2.22342706, 8.6423912, -0.258818924, -0.933013201, 0.24999842, -0.965925872, 0.25, -0.0669868439, 2.5816508e-008, -0.258817285, -0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  269. Mesh = New("BlockMesh",HandlePart,"Mesh",{Scale = Vector3.new(1, 1, 0.5),})
  270. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, -0.258818924, -0.965925872, 1.82011171e-008, -0.933013201, 0.25, -0.258817285, 0.249998331, -0.066986829, -0.965926349),C1 = CFrame.new(-3.05175781e-005, 4.60007763, -1.38282776e-005, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  271. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(5.18308067, 2.45512915, 8.50603485, -0.258818924, -0.933013201, 0.24999842, -0.965925872, 0.25, -0.0669868439, 2.5816508e-008, -0.258817285, -0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  272. Mesh = New("CylinderMesh",HandlePart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  273. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, -0.258818924, -0.965925872, 1.82011171e-008, -0.933013201, 0.25, -0.258817285, 0.249998331, -0.066986829, -0.965926349),C1 = CFrame.new(-3.24249268e-005, 5.50010061, 0.099978447, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  274. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(5.92948675, 2.25513005, 8.71308708, 0.258818924, 0.933013201, 0.24999842, 0.965925872, -0.25, -0.0669868439, -2.5816508e-008, 0.258817285, -0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  275. Mesh = New("SpecialMesh",HandlePart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  276. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, 0.933013201, -0.25, 0.258817285, 0.249998331, -0.066986829, -0.965926349),C1 = CFrame.new(-3.26633453e-005, 4.70010567, 0.0999779701, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  277. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(5.97949314, 2.24173188, 8.51992416, -0.258818924, 0.933013201, -0.24999842, -0.965925872, -0.25, 0.0669868439, 2.5816508e-008, 0.258817285, 0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  278. Mesh = New("SpecialMesh",HandlePart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  279. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, -0.258818924, -0.965925872, 1.82011171e-008, 0.933013201, -0.25, 0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(-3.1709671e-005, 4.70009327, -0.100001812, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  280. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(5.74288177, 2.30513096, 8.66132355, -0.258818924, -0.933013201, 0.24999842, -0.965925872, 0.25, -0.0669868439, 2.5816508e-008, -0.258817285, -0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  281. Mesh = New("SpecialMesh",HandlePart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  282. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, -0.258818924, -0.965925872, 1.82011171e-008, -0.933013201, 0.25, -0.258817285, 0.249998331, -0.066986829, -0.965926349),C1 = CFrame.new(-3.24249268e-005, 4.90010834, 0.0999789238, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  283. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(5.79288816, 2.29173088, 8.46815872, 0.258818924, -0.933013201, -0.24999842, 0.965925872, 0.25, 0.0669868439, -2.5816508e-008, -0.258817285, 0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  284. Mesh = New("SpecialMesh",HandlePart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  285. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(-3.33786011e-005, 4.90009594, -0.100003719, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  286. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(6.16609478, 2.19173193, 8.57168388, 0.258818924, -0.933013201, -0.24999842, 0.965925872, 0.25, 0.0669868439, -2.5816508e-008, -0.258817285, 0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  287. Mesh = New("SpecialMesh",HandlePart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  288. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(-3.19480896e-005, 4.50009537, -0.100004673, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  289. HandlePart = New("Part",Sheath,"HandlePart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(6.35270166, 2.14173079, 8.62344837, -0.258818924, 0.933013201, -0.24999842, -0.965925872, -0.25, 0.0669868439, 2.5816508e-008, 0.258817285, 0.965926588),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  290. Mesh = New("SpecialMesh",HandlePart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  291. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = AMainPart,C0 = CFrame.new(0, 0, 0, -0.258818924, -0.965925872, 1.82011171e-008, 0.933013201, -0.25, 0.258817285, -0.249998331, 0.066986829, 0.965926349),C1 = CFrame.new(-3.19480896e-005, 4.30009079, -0.10000515, 0.258818924, 0.965925872, -1.82011171e-008, -0.933013201, 0.25, -0.258817285, -0.249998331, 0.066986829, 0.965926349),})
  292. Katana = New("Model",chara,"Katana",{})
  293. HandlePart = New("Part",Katana,"HandlePart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.60000002, 0.399999976),CFrame = CFrame.new(11.3000021, 1.59844542, 9.20020771, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  294. Mesh = New("BlockMesh",HandlePart,"Mesh",{Scale = Vector3.new(1, 1, 0.5),})
  295. Weld = New("ManualWeld",HandlePart,"Weld",{Part0 = HandlePart,Part1 = chara["Right Arm"],C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(1.90734863e-006, -0.999978542, 0.300208092, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  296. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69842148, 3.30014753, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  297. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  298. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -5.90002918, 0.0999779701, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  299. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69840741, 1.69994211, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  300. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  301. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -7.50022602, 0.0999646187, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  302. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69842052, 3.50014877, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  303. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  304. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -5.7000289, 0.0999770164, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  305. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69842052, 2.10012579, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  306. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  307. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -7.10004473, 0.0999774933, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  308. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69842088, 3.70014668, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  309. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  310. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -5.50003195, 0.0999772549, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  311. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69842267, 2.29995441, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  312. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  313. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -6.90021706, 0.0999796391, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  314. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69842017, 3.10014677, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  315. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  316. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -6.10002899, 0.099976778, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  317. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69842017, 1.90012836, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  318. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  319. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -7.3000412, 0.0999772549, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  320. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69840622, 2.90014076, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  321. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  322. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -6.30003405, 0.0999629498, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  323. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.698421, 3.90016937, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  324. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  325. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -5.30001068, 0.0999772549, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  326. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69842064, 2.50014019, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  327. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  328. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -6.70003223, 0.0999774933, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  329. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.49845624, 10.1000471, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  330. Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  331. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, 0.899834633, -0.0999890566, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  332. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.49845302, 9.30023289, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  333. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  334. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, 0.100024223, -0.0999919176, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  335. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69843924, 9.3002224, -1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, -1.00000525, 4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  336. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  337. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, -1.00000525, 4.17232513e-007),C1 = CFrame.new(0, 0.100014687, 0.0999932289, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  338. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69843817, 6.90019703, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  339. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  340. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -2.29999828, 0.0999932289, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  341. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.49845624, 9.50014019, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  342. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  343. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, 0.299930573, -0.0999888182, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  344. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69844067, 9.50013161, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  345. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  346. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, -1.00000525, 4.17232513e-007),C1 = CFrame.new(0, 0.299921989, 0.0999946594, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  347. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69844079, 9.1001358, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  348. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  349. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, -1.00000525, 4.17232513e-007),C1 = CFrame.new(0, -0.100070953, 0.0999948978, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  350. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69844162, 8.90013599, -1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, -1.00000525, 4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  351. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  352. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, -1.00000525, 4.17232513e-007),C1 = CFrame.new(0, -0.300069809, 0.0999958515, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  353. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69843876, 4.90007925, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  354. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  355. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -4.30010605, 0.0999946594, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  356. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69844127, 9.70002747, -1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, -1.00000525, 4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  357. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  358. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, -1.00000525, 4.17232513e-007),C1 = CFrame.new(0, 0.499816895, 0.0999951363, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  359. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.49845493, 9.10023117, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  360. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  361. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -0.0999755859, -0.0999898911, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  362. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69843936, 6.7001009, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  363. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  364. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -2.50009394, 0.099994421, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  365. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69844043, 7.10000992, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  366. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  367. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -2.10018682, 0.0999953747, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  368. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69843984, 7.30010319, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  369. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  370. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -1.90009451, 0.0999946594, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  371. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.4984535, 8.70022011, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  372. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  373. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -0.499984741, -0.0999912024, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  374. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69844079, 8.50014114, -1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, -1.00000525, 4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  375. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  376. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, -1.00000525, 4.17232513e-007),C1 = CFrame.new(0, -0.700062752, 0.0999951363, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  377. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.6984247, 8.7000227, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  378. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  379. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, -1.00000525, 4.17232513e-007),C1 = CFrame.new(0, -0.500182152, 0.0999789238, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  380. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.4984566, 8.50004673, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  381. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  382. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -0.700157166, -0.0999879837, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  383. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.60000002, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69844079, 9.20001888, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  384. Mesh = New("CylinderMesh",Part,"Mesh",{})
  385. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -0.000188827515, 0.0999948978, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  386. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.60000002, 0.200000003),CFrame = CFrame.new(11.3000021, 1.49845672, 9.20003891, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  387. Mesh = New("CylinderMesh",Part,"Mesh",{})
  388. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -0.000168800354, -0.0999882221, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  389. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69842374, 5.29998684, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  390. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  391. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -3.90020037, 0.0999794006, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  392. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.6984247, 4.69997978, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  393. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  394. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -4.50020409, 0.0999805927, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  395. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69843948, 5.90000057, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  396. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  397. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -3.30018997, 0.0999948978, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  398. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69844031, 6.10000038, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  399. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  400. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -3.10019112, 0.0999956131, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  401. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("White"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.400000006, 0.400000036),CFrame = CFrame.new(11.3000021, 1.59844422, 1.1999464, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.94902, 0.952941, 0.952941),})
  402. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.400000006, 1, 0.99000001),MeshType = Enum.MeshType.Wedge,})
  403. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -8.00021935, 2.14576721e-006, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  404. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69842422, 6.49999619, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  405. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  406. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -2.70019722, 0.0999794006, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  407. Hitbox = New("Part",Katana,"Part",{BrickColor = BrickColor.new("White"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 6.80000019, 0.400000036),CFrame = CFrame.new(11.3000021, 1.59843194, 4.80001783, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.94902, 0.952941, 0.952941),})
  408. Mesh = New("BlockMesh",Hitbox,"Mesh",{Scale = Vector3.new(0.400000006, 1, 0.99000001),})
  409. Weld = New("ManualWeld",Hitbox,"Weld",{Part0 = Hitbox,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -4.40012121, -1.16825104e-005, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  410. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69843972, 5.50008297, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  411. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  412. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -3.70010567, 0.0999953747, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  413. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(11.3000021, 1.59844708, 8.10003662, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  414. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),})
  415. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -1.10016537, 2.14576721e-006, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  416. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69843936, 7.50002909, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  417. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  418. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -1.70016956, 0.0999941826, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  419. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69842231, 1.29993534, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  420. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  421. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -7.90023088, 0.0999796391, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  422. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69843888, 5.69998837, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  423. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  424. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -3.50020075, 0.099994421, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  425. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69843936, 6.30001354, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  426. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  427. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -2.90017891, 0.0999946594, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  428. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69843721, 7.9002142, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  429. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  430. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -1.29998684, 0.0999917984, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  431. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69843888, 4.4999795, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  432. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  433. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -4.70020342, 0.0999948978, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  434. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69842148, 5.10017633, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  435. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  436. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -4.10000992, 0.0999772549, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  437. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.2984252, 8.3000145, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  438. Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  439. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -0.900188446, -0.300018311, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  440. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.89844084, 8.30010605, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  441. Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  442. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, -1.00000525, 4.17232513e-007),C1 = CFrame.new(0, -0.900096893, 0.29999423, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  443. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.49845719, 8.90013313, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  444. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  445. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -0.30007267, -0.0999876261, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  446. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.799999952),CFrame = CFrame.new(11.3000021, 1.59844697, 8.30011368, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  447. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 0.800000012),})
  448. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, -1.00000525, 4.17232513e-007),C1 = CFrame.new(0, -0.900089264, 1.90734863e-006, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  449. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.49845707, 9.90013885, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  450. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  451. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, 0.69992733, -0.0999881029, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  452. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69843876, 4.30008173, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  453. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  454. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -4.90010023, 0.0999948978, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  455. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.49845707, 9.70011902, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  456. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  457. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, 0.499908447, -0.0999879837, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  458. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 6.60000038, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69843781, 4.70017529, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  459. Mesh = New("BlockMesh",Part,"Mesh",{Offset = Vector3.new(0, 0, 0.0900000036),Scale = Vector3.new(0.5, 1, 0.100000001),})
  460. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -4.50000858, 0.0999937057, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  461. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.399999976),CFrame = CFrame.new(11.3000021, 1.59843099, 10.1002445, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  462. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 0.800000012),})
  463. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, -1.00000525, 4.17232513e-007),C1 = CFrame.new(0, 0.900032043, -1.47819519e-005, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  464. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.60000002384186,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000336, 1.69846964, 10.1002121, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  465. Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  466. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, -1.00000525, 4.17232513e-007),C1 = CFrame.new(-3.14712524e-005, 0.899999619, 0.10002327, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  467. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.698439, 7.70021534, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  468. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  469. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -1.49998474, 0.0999937057, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  470. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69843876, 9.90023422, 1, 0, 0, 0, 4.17232513e-007, -1.00000525, 0, 1.00000525, 4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  471. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, 0.0500000007),Scale = Vector3.new(1.10000002, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
  472. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, -1.00000525, 4.17232513e-007),C1 = CFrame.new(0, 0.700022697, 0.0999925137, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  473. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69842052, 2.70015144, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  474. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  475. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -6.50002193, 0.0999772549, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  476. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69840515, 1.50012636, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  477. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  478. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -7.70004082, 0.0999624729, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  479. Part = New("Part",Katana,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(11.3000021, 1.69842315, 4.09997654, 1, 0, 0, 0, -4.17232513e-007, 1.00000525, 0, -1.00000525, -4.17232513e-007),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
  480. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  481. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = HandlePart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -4.17232513e-007, -1.00000525, 0, 1.00000525, -4.17232513e-007),C1 = CFrame.new(0, -5.10020447, 0.0999794006, -1, 0, 0, 0, 4.17232513e-007, 1.00000525, 0, 1.00000525, -4.17232513e-007),})
  482.  
  483. --Outfit--
  484. FakeHead = New("Model",chara,"FakeHead",{})
  485. MainPart = New("Part",FakeHead,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Size = Vector3.new(2, 1, 1),CFrame = CFrame.new(18, 4.50000381, -6.5, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  486. Mesh = New("SpecialMesh",MainPart,"Mesh",{Scale = Vector3.new(1.25, 1.25, 1.25),})
  487. Decal = New("Decal",MainPart,"Decal",{Texture = "http://www.roblox.com/asset/?id=679717479",})
  488. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Head,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 3.81469727e-006, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  489. OutfitPart = New("Part",FakeHead,"OutfitPart",{BrickColor = BrickColor.new("Institutional white"),Size = Vector3.new(0.200000003, 0.400000006, 1),CFrame = CFrame.new(17.1000004, 4.5999999, -6.5, -4.17232371e-007, -0.707109809, 0.707103848, -6.15337037e-015, 0.707103908, 0.707109749, -1, 2.9502911e-007, -2.95026638e-007),CanCollide = false,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  490. Mesh = New("SpecialMesh",OutfitPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  491. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -4.17232371e-007, -6.15337037e-015, -1, -0.707109809, 0.707103908, 2.9502911e-007, 0.707103848, 0.707109749, -2.95026638e-007),C1 = CFrame.new(0.899999619, 0.0999960899, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  492. OutfitPart = New("Part",FakeHead,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),FormFactor = Enum.FormFactor.Plate,Size = Vector3.new(1, 0.600000024, 2),CFrame = CFrame.new(18, 5.29999971, -6.5, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BottomSurface = Enum.SurfaceType.Weld,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  493. Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.60000002, 1.29999995, 1.60000002),MeshId = "http://www.roblox.com/asset/?id=1033714",TextureId = "http://www.roblox.com/asset/?id=1033717",MeshType = Enum.MeshType.FileMesh,})
  494. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),C1 = CFrame.new(0, 0.799995899, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  495. OutfitPart = New("Part",FakeHead,"OutfitPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 0.399999976, 1),CFrame = CFrame.new(18, 4.80000114, -6.5, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  496. Mesh = New("CylinderMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.25999999, 1, 1.25999999),})
  497. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.29999733, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  498. OutfitPart = New("Part",FakeHead,"OutfitPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Transparency = 0.5,Transparency = 0.5,Size = Vector3.new(2, 0.399999976, 1),CFrame = CFrame.new(18, 4.79999971, -6.5, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  499. Mesh = New("CylinderMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.25, 1.5, 1.25),})
  500. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.299995899, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  501. OutfitPart = New("Part",FakeHead,"OutfitPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Transparency = 0.25,Transparency = 0.25,Size = Vector3.new(2, 0.399999976, 1),CFrame = CFrame.new(18, 4.79999924, -6.5, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  502. Mesh = New("CylinderMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.25, 1.25, 1.25),})
  503. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.299995422, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  504. OutfitPart = New("Part",FakeHead,"OutfitPart",{BrickColor = BrickColor.new("Institutional white"),Size = Vector3.new(0.200000003, 0.400000006, 1),CFrame = CFrame.new(18.9000015, 4.59999943, -6.49999952, 4.17232428e-007, 0.707109034, -0.707104802, -1.00486788e-014, 0.707104862, 0.707108796, 1, -2.95028769e-007, 2.95027007e-007),CanCollide = false,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  505. Mesh = New("SpecialMesh",OutfitPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  506. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 4.17232428e-007, -1.00486788e-014, 1, 0.707109034, 0.707104862, -2.95028769e-007, -0.707104802, 0.707108796, 2.95027007e-007),C1 = CFrame.new(-0.900001526, 0.0999956131, -4.76837158e-007, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  507. OutfitPart = New("Part",FakeHead,"OutfitPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 0.399999976, 1),CFrame = CFrame.new(18, 4.80000067, -6.5, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  508. Mesh = New("CylinderMesh",OutfitPart,"Mesh",{Scale = Vector3.new(3, 0.0500000007, 3),})
  509. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.299996853, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  510. LeftArm = New("Model",chara,"LeftArm",{})
  511. MainPart = New("Part",LeftArm,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(19.5, 3.00000501, -6.5, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  512. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Arm"],C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 4.05311584e-006, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  513. OutfitPart = New("Part",LeftArm,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1, 1.39999998, 1),CFrame = CFrame.new(19.5, 3.29999995, -6.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  514. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995),})
  515. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C1 = CFrame.new(0, 0.299994946, -4.76837158e-007, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  516. OutfitPart = New("Part",LeftArm,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(19.5, 2.50000048, -6.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  517. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  518. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C1 = CFrame.new(0, -0.50000453, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  519. OutfitPart = New("Part",LeftArm,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Reflectance = 0.60000002384186,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(19.899992, 3.60000491, -6.5, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  520. Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Offset = Vector3.new(-0.129999995, 0, 0),Scale = Vector3.new(0.0500000007, 0.200000003, 0.200000003),MeshId = "http://www.roblox.com/asset/?id=420164161",MeshType = Enum.MeshType.FileMesh,})
  521. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-0.399991989, 0.599999905, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  522. LeftLeg = New("Model",chara,"LeftLeg",{})
  523. MainPart = New("Part",LeftLeg,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(18.5, 1.00000405, -6.5, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  524. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Leg"],C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 3.09944153e-006, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  525. OutfitPart = New("Part",LeftLeg,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1, 1.39999998, 1),CFrame = CFrame.new(18.5000019, 1.29999375, -6.49998999, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  526. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995),})
  527. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C1 = CFrame.new(-1.90734863e-006, 0.2999897, -1.00135803e-005, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  528. OutfitPart = New("Part",LeftLeg,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(18.5000019, 0.499995887, -6.49998999, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  529. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  530. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C1 = CFrame.new(-1.90734863e-006, -0.500008166, -1.00135803e-005, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  531. Chest = New("Model",chara,"Chest",{})
  532. MainPart = New("Part",Chest,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Size = Vector3.new(2, 2, 1),CFrame = CFrame.new(18, 3.00000405, -6.5, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  533. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Torso,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 3.09944153e-006, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  534. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 1.60000002, 1),CFrame = CFrame.new(18, 3.19999981, -6.49999905, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  535. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995),})
  536. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C1 = CFrame.new(0, 0.199995756, -9.53674316e-007, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  537. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(2, 0.400000006, 1),CFrame = CFrame.new(18, 2.20000029, -6.49999905, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  538. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1.10000002, 1.10000002),})
  539. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C1 = CFrame.new(0, -0.800003767, -9.53674316e-007, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  540. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 1.60000002, 0.200000003),CFrame = CFrame.new(18.255291, 3.17955542, -6.09999895, 0.965926051, 0.258819044, 0, -0.258819044, 0.965926051, 0, -0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  541. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1.10000002, 1.29999995),})
  542. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.965926051, -0.258819044, 0, 0.258819044, 0.965926051, 0, 0, 0, 1),C1 = CFrame.new(-0.255290985, 0.179551363, -0.400001049, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  543. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(17.9499989, 3.51339769, -6.0999999, 0.707107067, -0.707106769, 0, 0.707106769, 0.707107067, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  544. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Offset = Vector3.new(0, 0.100000001, 0),Scale = Vector3.new(1.04999995, 1.10000002, 1.29999995),})
  545. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707107067, 0.707106769, 0, -0.707106769, 0.707107067, 0, 0, 0, 1),C1 = CFrame.new(0.0500011444, 0.513393641, -0.400000095, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  546. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(18.4999981, 3.89999962, -6.09999895, 1.00000024, -1.1920929e-007, 0, 1.1920929e-007, 1.00000024, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  547. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Offset = Vector3.new(0, 0.0399999991, 0),Scale = Vector3.new(1.04999995, 1.10000002, 1.29999995),})
  548. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1.00000024, 1.1920929e-007, 0, -1.1920929e-007, 1.00000024, 0, 0, 0, 1),C1 = CFrame.new(-0.499998093, 0.899995565, -0.400001049, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  549. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(17.5, 3.89999962, -6.09999895, 1.00000024, -1.1920929e-007, 0, 1.1920929e-007, 1.00000024, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  550. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Offset = Vector3.new(0, 0.0399999991, 0),Scale = Vector3.new(1.04999995, 1.10000002, 1.29999995),})
  551. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1.00000024, 1.1920929e-007, 0, -1.1920929e-007, 1.00000024, 0, 0, 0, 1),C1 = CFrame.new(0.5, 0.899995565, -0.400001049, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  552. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 1.60000002, 0.200000003),CFrame = CFrame.new(16.6999989, 1.40000319, -6.0999999, 0.866027594, 0.500000954, 0, -0.500000954, 0.866027594, 0, -0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  553. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1, 1.29999995),})
  554. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866027594, -0.500000954, 0, 0.500000954, 0.866027594, 0, 0, 0, 1),C1 = CFrame.new(1.30000114, -1.60000086, -0.400000095, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  555. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 1.60000002),CFrame = CFrame.new(16.3500004, 0.793783903, -7, 0.866027594, 0.500000954, 0, -0.500000954, 0.866027594, 0, -0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  556. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  557. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866027594, -0.500000954, 0, 0.500000954, 0.866027594, 0, 0, 0, 1),C1 = CFrame.new(1.64999962, -2.20622015, 0.5, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  558. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.4000001, 0.800000072),CFrame = CFrame.new(16.7499981, 1.48660612, -6.5999999, 0.866027653, 0.500000894, 0, -0.500000894, 0.866027653, 0, -0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  559. Mesh = New("BlockMesh",OutfitPart,"Mesh",{})
  560. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866027653, -0.500000894, 0, 0.500000894, 0.866027653, 0, 0, 0, 1),C1 = CFrame.new(1.25000191, -1.51339793, 0.0999999046, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  561. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.4000001, 0.800000072),CFrame = CFrame.new(16.7499981, 1.48660612, -7.4000001, 0.866027653, 0.500000894, 0, -0.500000894, 0.866027653, 0, -0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  562. Mesh = New("SpecialMesh",OutfitPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  563. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866027653, -0.500000894, 0, 0.500000894, 0.866027653, 0, 0, 0, 1),C1 = CFrame.new(1.25000191, -1.51339793, 0.900000095, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  564. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 1.60000002, 0.200000003),CFrame = CFrame.new(19.3000031, 1.40000296, -6.0999999, 0.866025388, -0.500000238, 0, 0.500000238, 0.866025388, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  565. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1, 1.29999995),})
  566. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866025388, 0.500000238, 0, -0.500000238, 0.866025388, 0, 0, 0, 1),C1 = CFrame.new(-1.30000305, -1.6000011, -0.400000095, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  567. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 1.60000002),CFrame = CFrame.new(19.6500034, 0.793784857, -7, 0.866025388, -0.500000238, 0, 0.500000238, 0.866025388, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  568. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  569. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866025388, 0.500000238, 0, -0.500000238, 0.866025388, 0, 0, 0, 1),C1 = CFrame.new(-1.65000343, -2.2062192, 0.5, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  570. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.4000001, 0.800000072),CFrame = CFrame.new(19.2499981, 1.48660398, -6.5999999, 0.866025388, -0.500000238, 0, 0.500000238, 0.866025388, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  571. Mesh = New("BlockMesh",OutfitPart,"Mesh",{})
  572. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866025388, 0.500000238, 0, -0.500000238, 0.866025388, 0, 0, 0, 1),C1 = CFrame.new(-1.24999809, -1.51340008, 0.0999999046, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  573. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.4000001, 0.800000072),CFrame = CFrame.new(19.2499981, 1.48660398, -7.4000001, 0.866025388, -0.500000238, 0, 0.500000238, 0.866025388, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  574. Mesh = New("SpecialMesh",OutfitPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  575. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866025388, 0.500000238, 0, -0.500000238, 0.866025388, 0, 0, 0, 1),C1 = CFrame.new(-1.24999809, -1.51340008, 0.900000095, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  576. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 1.60000014, 0.400000006),CFrame = CFrame.new(18, 1.3866086, -7.35000038, 1, 0, -0, 0, 0.866027296, -0.499996871, 0, 0.499996901, 0.866027236),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  577. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1, 1, 0.800000012),})
  578. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.866027296, 0.499996901, 0, -0.499996871, 0.866027236),C1 = CFrame.new(0, -1.61339545, 0.850000381, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  579. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(0.200000003, 0.200000003, 3.20000029),CFrame = CFrame.new(17.9999981, 0.730390549, -7.81339645, -7.69189561e-016, 4.44085689e-016, 1.00000477, 0.49999845, 0.866034567, 0, -0.866030455, 0.499996066, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  580. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  581. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -7.69189561e-016, 0.49999845, -0.866030455, 4.44085689e-016, 0.866034567, 0.499996066, 1.00000477, 0, 0),C1 = CFrame.new(1.90734863e-006, -2.2696135, 1.31339645, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  582. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.80000019, 0.600000083),CFrame = CFrame.new(16.6999969, 1.5232141, -7.38660145, 0, 0, 1.00000477, 0.500002146, 0.866032422, 0, -0.866028309, 0.499999762, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  583. Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.800000012, 0.899999976, 1),MeshType = Enum.MeshType.Wedge,})
  584. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0.500002146, -0.866028309, 0, 0.866032422, 0.499999762, 1.00000477, 0, 0),C1 = CFrame.new(1.30000305, -1.47678995, 0.886601448, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  585. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.80000019, 0.600000083),CFrame = CFrame.new(19.2999916, 1.52321398, -7.38660097, 7.24196434e-006, 6.98252506e-007, -1.0000031, -0.500001609, 0.866026998, -2.74181366e-006, 0.866027355, 0.500000715, 8.55326653e-006),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  586. Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.800000012, 0.899999976, 1),MeshType = Enum.MeshType.Wedge,})
  587. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 7.24196434e-006, -0.500001609, 0.866027355, 6.98252506e-007, 0.866026998, 0.500000715, -1.0000031, -2.74181366e-006, 8.55326653e-006),C1 = CFrame.new(-1.29999161, -1.47679007, 0.886600971, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  588. OutfitPart = New("Part",Chest,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Reflectance = 0.60000002384186,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.400000006, 0.400000006),CFrame = CFrame.new(18, 3.2000041, -6.9000001, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  589. Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Offset = Vector3.new(0.129999995, 0, 0),Scale = Vector3.new(0.0500000007, 0.5, 0.5),MeshId = "http://www.roblox.com/asset/?id=420164161",MeshType = Enum.MeshType.FileMesh,})
  590. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0, 0.200000048, 0.400000095, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  591. RightLeg = New("Model",chara,"RightLeg",{})
  592. MainPart = New("Part",RightLeg,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(17.5, 1.00000298, -6.5, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  593. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Leg"],C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 2.98023224e-006, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  594. OutfitPart = New("Part",RightLeg,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1, 1.39999998, 1),CFrame = CFrame.new(17.5000019, 1.29999709, -6.49998999, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  595. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995),})
  596. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C1 = CFrame.new(-1.90734863e-006, 0.299994111, -1.00135803e-005, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  597. OutfitPart = New("Part",RightLeg,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(17.5000019, 0.499999642, -6.49998999, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  598. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  599. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C1 = CFrame.new(-1.90734863e-006, -0.500003338, -1.00135803e-005, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  600. RightArm = New("Model",chara,"RightArm",{})
  601. MainPart = New("Part",RightArm,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(16.5, 3.00000501, -6.49999952, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  602. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Arm"],C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 4.05311584e-006, -4.76837158e-007, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  603. OutfitPart = New("Part",RightArm,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Reflectance = 0.60000002384186,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(16.1000004, 3.60000491, -6.49999952, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  604. Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Offset = Vector3.new(0.129999995, 0, 0),Scale = Vector3.new(0.0500000007, 0.200000003, 0.200000003),MeshId = "http://www.roblox.com/asset/?id=420164161",MeshType = Enum.MeshType.FileMesh,})
  605. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0.399999619, 0.599999905, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  606. OutfitPart = New("Part",RightArm,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1, 1.39999998, 1),CFrame = CFrame.new(16.5, 3.30000091, -6.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.768628, 0.156863, 0.109804),})
  607. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995),})
  608. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C1 = CFrame.new(0, 0.299995899, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  609. OutfitPart = New("Part",RightArm,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.69999998807907,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(16.5, 2.50000095, -6.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.960784, 0.803922, 0.188235),})
  610. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  611. Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = MainPart,C1 = CFrame.new(0, -0.500004053, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  612. katanapart = Katana:GetChildren()
  613. sheathpart = Sheath:GetChildren()
  614. lap = LeftArm:GetChildren()
  615. rap = RightArm:GetChildren()
  616. llp = LeftLeg:GetChildren()
  617. rlp = RightLeg:GetChildren()
  618. chp = Chest:GetChildren()
  619. hdp = FakeHead:GetChildren()
  620.  
  621. ch = chara:GetChildren()
  622. for i = 1, #ch do
  623. if ch[i].ClassName == "Part" then
  624. ch[i].Transparency = 1
  625. if ch[i].Name == "Torso" then
  626. ch[i].roblox.Transparency = 1
  627. end
  628. if ch[i].Name == "Head" then
  629. ch[i].face.Transparency = 1
  630. end
  631. elseif ch[i].ClassName == "Accessory" then
  632. ch[i]:Destroy()
  633. end
  634. end
  635.  
  636. tool = chara
  637.  
  638. --Animations--
  639. IdleA = New("Animation",tool,"Idle",{AnimationId = "http://www.roblox.com/Asset?ID=94108418",})
  640. SlashLeftA = New("Animation",tool,"SlashL",{AnimationId = "http://www.roblox.com/asset/?id=74909537",})
  641. SlashRightA = New("Animation",tool,"SlashR",{AnimationId = "http://www.roblox.com/asset/?id=74909551",})
  642. AimA = New("Animation",tool,"Aim",{AnimationId = "http://www.roblox.com/Asset?ID=71526265",})
  643. ChargeSwordA = New("Animation",tool,"ChargeS",{AnimationId = "http://www.roblox.com/asset/?id=74909500",})
  644. ChargeUpA = New("Animation",tool,"ChargeU",{AnimationId = "http://www.roblox.com/asset/?id=69803963",})
  645. BlockA = New("Animation",tool,"Block",{AnimationId = "http://www.roblox.com/asset/?id=94095929",})
  646. JumpUpA = New("Animation",tool,"JumpU",{AnimationId = "http://www.roblox.com/asset/?id=66703957",})
  647. JumpDownA = New("Animation",tool,"JumpD",{AnimationId = "http://www.roblox.com/asset/?id=66703954",})
  648. EquipA = New("Animation",tool,"Equip",{AnimationId = "http://www.roblox.com/Asset?ID=94160581",})
  649. UnEquipA = New("Animation",tool,"UnEquip",{AnimationId = "http://www.roblox.com/Asset?ID=94095929",})
  650. SlashFireA = New("Animation",tool,"SlashFire",{AnimationId = "http://www.roblox.com/asset/?id=186934658",})
  651. PunchA = New("Animation",tool,"Punch",{AnimationId = "http://www.roblox.com/asset?id=126749742",})
  652. SpinA = New("Animation",tool,"Spin",{AnimationId = "http://www.roblox.com/asset/?id=235542946",})
  653. RiseA = New("Animation",tool,"Rise",{AnimationId = "http://www.roblox.com/asset/?id=169638954",})
  654. IdleAnim = chara.Humanoid:LoadAnimation(IdleA)
  655. SLAnim = chara.Humanoid:LoadAnimation(SlashLeftA)
  656. SRAnim = chara.Humanoid:LoadAnimation(SlashRightA)
  657. AimAnim = chara.Humanoid:LoadAnimation(AimA)
  658. ChargeSAnim = chara.Humanoid:LoadAnimation(ChargeSwordA)
  659. ChargeUAnim = chara.Humanoid:LoadAnimation(ChargeUpA)
  660. BlockAnim = chara.Humanoid:LoadAnimation(BlockA)
  661. JumpUAnim = chara.Humanoid:LoadAnimation(JumpUpA)
  662. JumpDAnim = chara.Humanoid:LoadAnimation(JumpDownA)
  663. EquipAnim = chara.Humanoid:LoadAnimation(EquipA)
  664. SlashFireAnim = chara.Humanoid:LoadAnimation(SlashFireA)
  665. PunchAnim = chara.Humanoid:LoadAnimation(PunchA)
  666. SpinAnim = chara.Humanoid:LoadAnimation(SpinA)
  667. RiseAnim = chara.Humanoid:LoadAnimation(RiseA)
  668.  
  669. IdleAnim:Play()
  670.  
  671. --Sounds--
  672. SlashSnd = New("Sound",tool,"SlashSnd",{SoundId = "http://www.roblox.com/asset/?id=45885030", Volume = 1})
  673. HitSnd = New("Sound",tool,"HitSnd",{SoundId = "http://www.roblox.com/asset/?id=154965973", Volume = 1})
  674. AimSnd = New("Sound",tool,"AimSnd",{SoundId = "http://www.roblox.com/asset/?id=300915902", Volume = 1})
  675. ShootSnd = New("Sound",tool,"ShootSnd",{SoundId = "http://www.roblox.com/asset/?id=200633327", Volume = 1})
  676. TeleSnd = New("Sound",tool,"TeleSnd",{SoundId = "http://www.roblox.com/asset/?id=153613030", Volume = 1})
  677. SJumpSnd = New("Sound",tool,"SJumpSnd",{SoundId = "http://www.roblox.com/asset/?id=169445602", Volume = 1})
  678. ExplSnd = New("Sound",tool,"ExplSnd",{SoundId = "http://www.roblox.com/asset/?id=142070127", Volume = 1})
  679. ShieldSnd = New("Sound",tool,"ShieldSnd",{SoundId = "http://www.roblox.com/asset/?id=187933025", Volume = 1})
  680. GongSnd = New("Sound",tool,"GongSnd",{SoundId = "http://www.roblox.com/asset/?id=96098241", Volume = 1})
  681. BurnSnd = New("Sound",tool,"BurnSnd",{SoundId = "http://www.roblox.com/asset/?id=32791565", Volume = 3})
  682. BurningSnd = New("Sound",tool,"BurningSnd",{SoundId = "http://www.roblox.com/asset/?id=31760113", Volume = 5, Looped = true})
  683. BurnSlashSnd = New("Sound",tool,"BurnSlashSnd",{SoundId = "http://www.roblox.com/asset/?id=128912290", Volume = 5, PlaybackSpeed = 2.5})
  684. BurnPunchSnd = New("Sound",tool,"BurnPunchSnd",{SoundId = "http://www.roblox.com/asset/?id=137579113", Volume = 5})
  685. MudaSnd = New("Sound",tool,"MudaSnd",{SoundId = "http://www.roblox.com/asset/?id=616593932", Volume = 5})
  686. EquipSnd = New("Sound",tool,"EquipSnd",{SoundId = "http://www.roblox.com/asset/?id=211059653", Volume = 1})
  687. UnEquipSnd = New("Sound",tool,"UnEquipSnd",{SoundId = "http://www.roblox.com/asset/?id=211134014", Volume = 1})
  688. Snd = New("Sound",tool,"Snd",{SoundId = "", Volume = 1})
  689.  
  690. Music = New("Sound",tool,"Music",{SoundId = "rbxassetid://157580176", Volume = 1, Looped = true})
  691. Music:Play()
  692. mus = true
  693.  
  694. --Name Tag--
  695. local naeeym = Instance.new("BillboardGui",chara)
  696. naeeym.Size = UDim2.new(0,100,0,40)
  697. naeeym.StudsOffset = Vector3.new(0,2,0)
  698. naeeym.Adornee = chara.Head
  699. local tecks = Instance.new("TextLabel",naeeym)
  700. tecks.BackgroundTransparency = 1
  701. tecks.BorderSizePixel = 0
  702. tecks.Text = "Ryuneko"
  703. tecks.Font = "Fantasy"
  704. tecks.FontSize = "Size24"
  705. tecks.TextStrokeTransparency = 0
  706. tecks.TextStrokeColor3 = Color3.new(1,1,0)
  707. tecks.TextColor3 = Color3.new(1,0,0)
  708. tecks.Size = UDim2.new(1,0,0.5,0)
  709. local htecks = Instance.new("TextLabel",naeeym)
  710. htecks.BackgroundTransparency = 1
  711. htecks.BorderSizePixel = 0
  712. htecks.Text = chara.Humanoid.Health.."/"..chara.Humanoid.MaxHealth
  713. htecks.Font = "Fantasy"
  714. htecks.FontSize = "Size24"
  715. htecks.TextStrokeTransparency = 0
  716. htecks.TextStrokeColor3 = Color3.new(1,1,0)
  717. htecks.TextColor3 = Color3.new(1,0,0)
  718. htecks.Size = UDim2.new(1,0,0.5,0)
  719. htecks.Position = UDim2.new(0,0,.5,0)
  720.  
  721. --Chat Function--
  722. function chatfunc(text)
  723. chat = coroutine.wrap(function(ttt)
  724. if chara:FindFirstChild("TalkingBillBoard")~= nil then
  725. chara:FindFirstChild("TalkingBillBoard"):destroy()
  726. end
  727. local naeeym2 = Instance.new("BillboardGui",chara)
  728. naeeym2.Size = UDim2.new(0,100,0,40)
  729. naeeym2.StudsOffset = Vector3.new(0,3,0)
  730. naeeym2.Adornee = chara.Head
  731. naeeym2.Name = "TalkingBillBoard"
  732. local tecks2 = Instance.new("TextLabel",naeeym2)
  733. tecks2.BackgroundTransparency = 1
  734. tecks2.BorderSizePixel = 0
  735. tecks2.Text = text
  736. tecks2.Font = "Fantasy"
  737. tecks2.FontSize = "Size24"
  738. tecks2.TextStrokeTransparency = 0
  739. tecks2.TextColor3 = Color3.new(1,1,1)
  740. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  741. tecks2.Size = UDim2.new(1,0,0.5,0)
  742. wait(1)
  743. for i = 1, 5 do
  744. wait(.01)
  745. tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0)
  746. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2
  747. tecks2.TextTransparency = tecks2.TextTransparency + .2
  748. end
  749. naeeym2:Destroy()
  750. end)
  751. chat(text)
  752. end
  753.  
  754. --Cloak!--
  755. function Cloak(tr)
  756. for i = 1, #katanapart do
  757. katanapart[i].Transparency = tr
  758. end
  759. for i = 1, #sheathpart do
  760. sheathpart[i].Transparency = tr
  761. end
  762. for i = 1, #lap do
  763. lap[i].Transparency = tr
  764. end
  765. for i = 1, #rap do
  766. rap[i].Transparency = tr
  767. end
  768. for i = 1, #llp do
  769. llp[i].Transparency = tr
  770. end
  771. for i = 1, #rlp do
  772. rlp[i].Transparency = tr
  773. end
  774. for i = 1, #chp do
  775. chp[i].Transparency = tr
  776. end
  777. for i = 1, #hdp do
  778. hdp[i].Transparency = tr
  779. end
  780. Decal.Transparency = tr
  781. end
  782.  
  783. --Unsheath--
  784. function UnsheathK()
  785. for i = 1, #katanapart do
  786. katanapart[i].Transparency = 0
  787. end
  788. for i = 1, #sheathpart do
  789. if sheathpart[i].Name == "HandlePart" then
  790. sheathpart[i].Transparency = 1
  791. end
  792. end
  793. EquipAnim:Play()
  794. EquipSnd:Play()
  795. wait(.3)
  796. EquipAnim:Stop()
  797. end
  798.  
  799. --Sheath--
  800. function SheathK()
  801. BlockAnim:Play()
  802. UnEquipSnd:Play()
  803. wait(.3)
  804. BlockAnim:Stop()
  805. for i = 1, #katanapart do
  806. katanapart[i].Transparency = 1
  807. end
  808. for i = 1, #sheathpart do
  809. if sheathpart[i].Name == "HandlePart" then
  810. sheathpart[i].Transparency = 0
  811. end
  812. end
  813. end
  814.  
  815. SheathK()
  816.  
  817. --Fire Effect-
  818. function FireEffect(part)
  819. if part:FindFirstChild("FireEffect")==nil then
  820. local fireeff = Instance.new("ParticleEmitter",part)
  821. fireeff.Name = "FireEffect"
  822. fireeff.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,0,0)),ColorSequenceKeypoint.new(1,Color3.new(1,1,0))})
  823. fireeff.LightEmission = 1
  824. fireeff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(1,0)})
  825. fireeff.Texture = "rbxasset://textures/particles/smoke_main.dds"
  826. fireeff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  827. fireeff.Acceleration = Vector3.new(0,30,0)
  828. fireeff.Lifetime = NumberRange.new(.5)
  829. fireeff.Rate = 1000
  830. fireeff.Rotation = NumberRange.new(0,359)
  831. fireeff.RotSpeed = NumberRange.new(100)
  832. fireeff.Speed = NumberRange.new(0)
  833. fireeff.VelocitySpread = 10
  834. return fireeff
  835. end
  836. end
  837. bladeeff = FireEffect(Hitbox)
  838. bladeeff.Enabled = false
  839.  
  840. --Burn Damage--
  841. function burndmg(dude,damage,env,toim)
  842. burndude = coroutine.wrap(function(dude2,damage2,env2,toim2)
  843. if dude:FindFirstChild("IsBurning")==nil and dude ~= chara then
  844. local fira = nil
  845. local torsy = nil
  846. local val = Instance.new("BoolValue",dude)
  847. val.Name = "IsBurning"
  848. if dude:FindFirstChild("Torso")~=nil then
  849. fira = FireEffect(dude.Torso)
  850. torsy = dude.Torso
  851. elseif dude:FindFirstChild("UpperTorso")~=nil then
  852. fira = FireEffect(dude.UpperTorso)
  853. torsy = dude.UpperTorso
  854. end
  855. local snd1 = BurnSnd:clone()
  856. snd1.PlayOnRemove = true
  857. snd1.Parent = torsy
  858. snd1:Remove()
  859. local snd2 = BurningSnd:clone()
  860. snd2.Parent = torsy
  861. snd2:Play()
  862. for i = 1, toim2*2 do
  863. dealdmg(dude2,damage2,env2,0)
  864. wait(.5)
  865. end
  866. snd2:Destroy()
  867. fira:Destroy()
  868. val:Destroy()
  869. end
  870. end)
  871. burndude(dude,damage,env,toim)
  872. end
  873.  
  874. --Damage Function--
  875. function dealdmg(dude,damage,env,toim)
  876. hurt = coroutine.wrap(function(dude2,damage2,env2,toim2)
  877. if dude ~= chara and dude:FindFirstChild("IsHit") == nil then
  878. finaldmg = damage + math.random(-env,env)
  879. dude.Humanoid.Health = dude.Humanoid.Health - finaldmg
  880. local vall = Instance.new("ObjectValue",dude)
  881. vall.Name = "IsHit"
  882. debby:AddItem(vall,toim)
  883. local naeeym2 = Instance.new("BillboardGui",dude)
  884. naeeym2.Size = UDim2.new(0,100,0,40)
  885. naeeym2.StudsOffset = Vector3.new(0,3,0)
  886. naeeym2.Adornee = dude.Head
  887. naeeym2.Name = "TalkingBillBoard"
  888. local tecks2 = Instance.new("TextLabel",naeeym2)
  889. tecks2.BackgroundTransparency = 1
  890. tecks2.BorderSizePixel = 0
  891. tecks2.Text = "-"..finaldmg
  892. tecks2.Font = "Fantasy"
  893. tecks2.FontSize = "Size24"
  894. tecks2.TextStrokeTransparency = 0
  895. tecks2.TextColor3 = Color3.new(1,0.6,0)
  896. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  897. tecks2.Size = UDim2.new(1,0,0.5,0)
  898. for i = 1, 5 do
  899. wait(.1)
  900. tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0)
  901. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2
  902. tecks2.TextTransparency = tecks2.TextTransparency + .2
  903. end
  904. naeeym2:Destroy()
  905. end
  906. end)
  907. hurt(dude,damage,env,toim)
  908. end
  909.  
  910. --Blade Touch--
  911. bladeactive = false
  912. burnactive = false
  913. function bladehit(hit)
  914. if bladeactive == true then
  915. if hit.Parent:FindFirstChild("Humanoid") ~= nil then
  916. dealdmg(hit.Parent,12,2,.1)
  917. if burnactive == true then
  918. burndmg(hit.Parent,6,3,5)
  919. end
  920. HitSnd:Play()
  921. end
  922. end
  923. end
  924. Hitbox.Touched:connect(bladehit)
  925.  
  926. --Teleport--
  927. function Teleport(pos)
  928. if dell == false then
  929. dell = true
  930. TeleSnd:Play()
  931. local trace = Instance.new("Part",game.Workspace)
  932. trace.Size = Vector3.new(0,0,0)
  933. trace.Position = chara.Torso.Position
  934. trace.CFrame = chara.Torso.CFrame
  935. trace.Anchored = true
  936. trace.CanCollide = false
  937. local mehs = Instance.new("SpecialMesh",trace)
  938. mehs.Scale = Vector3.new(5,10,5)
  939. mehs.MeshId = "http://www.roblox.com/asset/?id=1095708"
  940. tracedisappear = coroutine.wrap(function()
  941. for i = 1, 9 do
  942. wait(.01)
  943. trace.Transparency = trace.Transparency + .1
  944. mehs.Scale = mehs.Scale + Vector3.new(.5,1,.5)
  945. end
  946. trace:Destroy()
  947. end)
  948. tracedisappear()
  949. chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  950. dell = false
  951. ChargeUAnim:Stop()
  952. end
  953. end
  954.  
  955. --Burn Slash--
  956. function BurnSlash()
  957. if dell == false then
  958. dell = true
  959. UnsheathK()
  960. ChargeUAnim:Play()
  961. wait(.5)
  962. bladeeff.Enabled = true
  963. BurningSnd:Play()
  964. BurnSnd:Play()
  965. wait(.5)
  966. chatfunc("Blazing Blade!")
  967. ChargeUAnim:Stop()
  968. bladeactive = true
  969. burnactive = true
  970. SLAnim:Play()
  971. local bssnd = BurnSlashSnd:clone()
  972. bssnd.Parent = chara
  973. bssnd.PlayOnRemove = true
  974. bssnd:Destroy()
  975. SRAnim:Stop()
  976. wait(.3)
  977. SRAnim:Play()
  978. local bssnd = BurnSlashSnd:clone()
  979. bssnd.Parent = chara
  980. bssnd.PlayOnRemove = true
  981. bssnd:Destroy()
  982. SLAnim:Stop()
  983. wait(.3)
  984. dell = false
  985. bladeeff.Enabled = false
  986. bladeactive = false
  987. burnactive = false
  988. BurningSnd:Stop()
  989. SRAnim:Stop()
  990. SheathK()
  991. end
  992. end
  993.  
  994. --Wave of Fire--
  995. function FireWave()
  996. if dell == false then
  997. dell = true
  998. UnsheathK()
  999. bladeeff.Enabled = true
  1000. SlashFireAnim:Play()
  1001. BurnSlashSnd:Play()
  1002. chatfunc("Fire Wave!")
  1003. wait(.2)
  1004. local firewave = Instance.new("Part",game.Workspace)
  1005. firewave.Size = Vector3.new(8,1,1)
  1006. firewave.Transparency = 1
  1007. firewave.CanCollide = false
  1008. firewave.Position = chara.HumanoidRootPart.Position + chara.HumanoidRootPart.CFrame.lookVector * 5
  1009. firewave.CFrame = chara.HumanoidRootPart.CFrame + chara.HumanoidRootPart.CFrame.lookVector * 5
  1010. FireEffect(firewave)
  1011. local bodf = Instance.new("BodyForce",firewave)
  1012. bodf.Force = Vector3.new(0,game.Workspace.Gravity*firewave:GetMass(),0)
  1013. firewave.Velocity = chara.HumanoidRootPart.CFrame.lookVector * 50
  1014. debby:AddItem(firewave,10)
  1015. firewave.Touched:connect(function(hit)
  1016. if hit.Parent ~= chara and hit.Parent:FindFirstChild("Humanoid") ~= nil then
  1017. dealdmg(hit.Parent,15,2,1)
  1018. burndmg(hit.Parent,5,2,5)
  1019. end
  1020. end)
  1021. wait(.7)
  1022. bladeeff.Enabled = false
  1023. SheathK()
  1024. dell = false
  1025. end
  1026. end
  1027.  
  1028. --Sonic Dice--
  1029. function SonicDice()
  1030. if dell == false then
  1031. dell = true
  1032. chatfunc("Sonic Dice...")
  1033. chara.Humanoid.WalkSpeed = 0
  1034. UnsheathK()
  1035. ChargeUAnim:Play()
  1036. wait(2)
  1037. chara.Humanoid.WalkSpeed = 50
  1038. Cloak(1)
  1039. ChargeUAnim:Stop()
  1040. SpinAnim:Play()
  1041. local slashpart = Instance.new("Part",chara)
  1042. slashpart.Transparency = 1
  1043. slashpart.CanCollide = false
  1044. slashpart.Size = Vector3.new(10,10,10)
  1045. slashpart.BottomSurface = 0
  1046. slashpart.TopSurface = 0
  1047. slashpart.Position = chara.Torso.Position
  1048. slashpart.CFrame = chara.Torso.CFrame
  1049. local pweld = Instance.new("Weld",slashpart)
  1050. pweld.Part0 = slashpart
  1051. pweld.Part1 = chara.Torso
  1052. local pemit = Instance.new("ParticleEmitter",slashpart)
  1053. pemit.LightEmission = 1
  1054. pemit.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.5,5),NumberSequenceKeypoint.new(1,0)})
  1055. pemit.Texture = "rbxassetid://337291948"
  1056. pemit.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(.5,0),NumberSequenceKeypoint.new(1,1)})
  1057. pemit.Lifetime = NumberRange.new(.5)
  1058. pemit.Rate = 20
  1059. pemit.Rotation = NumberRange.new(0,359)
  1060. pemit.RotSpeed = NumberRange.new(500)
  1061. pemit.Speed = NumberRange.new(0)
  1062. slashpart.Touched:connect(function(hit)
  1063. if hit.Parent:FindFirstChild("Humanoid") ~= nil then
  1064. dealdmg(hit.Parent,12,2,0)
  1065. HitSnd:Play()
  1066. end
  1067. end)
  1068. for i = 1, 100 do
  1069. wait(.1)
  1070. local bssnd = SlashSnd:clone()
  1071. bssnd.Parent = chara
  1072. bssnd.PlayOnRemove = true
  1073. bssnd.PlaybackSpeed = bssnd.PlaybackSpeed + math.random(-.5,.5)
  1074. bssnd:Destroy()
  1075. end
  1076. chara.Humanoid.WalkSpeed = 0
  1077. SpinAnim:Stop()
  1078. slashpart:Destroy()
  1079. ChargeUAnim:Play()
  1080. Cloak(0)
  1081. wait(2)
  1082. ChargeUAnim:Stop()
  1083. SheathK()
  1084. chara.Humanoid.WalkSpeed = 16
  1085. dell = false
  1086. end
  1087. end
  1088.  
  1089. --Burning Soul--
  1090. punchactive = false
  1091. function BurningSoul()
  1092. if dell == false then
  1093. dell = true
  1094. ChargeUAnim:Play()
  1095. chara.Humanoid.WalkSpeed = 0
  1096. for i = 1, 10 do
  1097. wait(.1)
  1098. for i = 1, #sheathpart do
  1099. sheathpart[i].Transparency = sheathpart[i].Transparency + .1
  1100. end
  1101. end
  1102. chatfunc("Burning Soul!")
  1103. BurnSnd:Play()
  1104. BurningSnd:Play()
  1105. lfire = FireEffect(chara["Left Arm"])
  1106. rfire = FireEffect(chara["Right Arm"])
  1107. local jtrace = Instance.new("Part",game.Workspace)
  1108. jtrace.Size = Vector3.new(0,0,0)
  1109. jtrace.Position = chara.Torso.Position
  1110. jtrace.CFrame = chara.Torso.CFrame - Vector3.new(0,2,0)
  1111. jtrace.Anchored = true
  1112. jtrace.BrickColor = BrickColor.new("New Yeller")
  1113. GongSnd:Play()
  1114. local tmesh = Instance.new("SpecialMesh",jtrace)
  1115. tmesh.MeshId = "http://www.roblox.com/asset/?id=1125478"
  1116. tmesh.Scale = Vector3.new(0,0,0)
  1117. for i = 1, 10 do
  1118. wait(.01)
  1119. jtrace.Transparency = jtrace.Transparency + .1
  1120. tmesh.Scale = tmesh.Scale + Vector3.new(2,.05,2)
  1121. end
  1122. jtrace:Destroy()
  1123. wait(.5)
  1124. chatfunc("All your efforts are...")
  1125. wait(.5)
  1126. chara.Humanoid.WalkSpeed = 16
  1127. ChargeUAnim:Stop()
  1128. MudaSnd:Play()
  1129. chatfunc("USELESS USELESS USELESS!")
  1130. punchactive = true
  1131. for i = 1, 4 do
  1132. PunchAnim:Play()
  1133. for i = 1, 10 do
  1134. wait(.1)
  1135. local bssnd = BurnSlashSnd:clone()
  1136. bssnd.Parent = chara
  1137. bssnd.PlayOnRemove = true
  1138. bssnd.PlaybackSpeed = bssnd.PlaybackSpeed + math.random(-.2,.2)
  1139. bssnd:Destroy()
  1140. end
  1141. end
  1142. rfire:Destroy()
  1143. lfire:Destroy()
  1144. BurningSnd:Stop()
  1145. punchactive = false
  1146. PunchAnim:Stop()
  1147. ChargeUAnim:Play()
  1148. chara.Humanoid.WalkSpeed = 0
  1149. for i = 1, 10 do
  1150. wait(.1)
  1151. for i = 1, #sheathpart do
  1152. sheathpart[i].Transparency = sheathpart[i].Transparency - .1
  1153. end
  1154. end
  1155. ChargeUAnim:Stop()
  1156. chatfunc("Give me a break...")
  1157. chara.Humanoid.WalkSpeed = 16
  1158. dell = false
  1159. end
  1160. end
  1161. function HandTouch(hit)
  1162. if punchactive == true then
  1163. if hit.Parent:FindFirstChild("Humanoid") ~= nil and hit.Parent ~= chara and hit.Parent:FindFirstChild("IsHit")==nil then
  1164. BurnPunchSnd:Play()
  1165. dealdmg(hit.Parent,5,2,0.1)
  1166. burndmg(hit.Parent,1,0,7)
  1167. end
  1168. end
  1169. end
  1170. chara["Left Arm"].Touched:connect(HandTouch)
  1171. chara["Right Arm"].Touched:connect(HandTouch)
  1172.  
  1173. --Dragon Wrath--
  1174. function DragonWrath()
  1175. if dell == false then
  1176. dell = true
  1177. GongSnd:Play()
  1178. local spellcircle = Instance.new("Part",chara)
  1179. spellcircle.Anchored = true
  1180. spellcircle.Size = Vector3.new(50,1,50)
  1181. spellcircle.CFrame = chara.Torso.CFrame - Vector3.new(0,2.4,0)
  1182. spellcircle.Transparency = 1
  1183. spellcircle.CanCollide = false
  1184. local blkm = Instance.new("BlockMesh",spellcircle)
  1185. blkm.Scale = Vector3.new(0,1,0)
  1186. local dec = Instance.new("Decal",spellcircle)
  1187. dec.Texture = "http://www.roblox.com/asset/?id=57955374"
  1188. dec.Transparency = 1
  1189. dec.Face = "Top"
  1190. local ptl = Instance.new("PointLight",spellcircle)
  1191. ptl.Range = 0
  1192. ptl.Color = Color3.new(1,.5,0)
  1193. local bpos = Instance.new("BodyPosition",chara.Torso)
  1194. bpos.Position = chara.Torso.Position + Vector3.new(0,10,0)
  1195. bpos.maxForce = Vector3.new(10000,10000,10000)
  1196. RiseAnim:Play()
  1197. spellc = coroutine.wrap(function()
  1198. while spellc ~= nil do
  1199. wait(.01)
  1200. spellcircle.CFrame = spellcircle.CFrame * CFrame.fromEulerAnglesXYZ(0,10,0)
  1201. end
  1202. end)
  1203. spellc()
  1204. for i = 1, 10 do
  1205. wait(.01)
  1206. ptl.Range = ptl.Range + 10
  1207. dec.Transparency = dec.Transparency - .1
  1208. blkm.Scale = blkm.Scale + Vector3.new(.2,0,.2)
  1209. end
  1210. wait(.9)
  1211. chatfunc("Are you ready to die?")
  1212. wait(1)
  1213. chatfunc("BURN IN HELL.")
  1214. wait(1)
  1215. local ex = Instance.new("Explosion",game.Workspace)
  1216. ex.Position = chara.Torso.Position
  1217. ex.BlastPressure = 0
  1218. ex.BlastRadius = 50
  1219. ex.Visible = false
  1220. ex.Hit:connect(function(hit)
  1221. if hit.Parent ~= chara and hit.Parent:FindFirstChild("Humanoid")~=nil then
  1222. local torsy = nil
  1223. if hit.Parent:FindFirstChild("Torso")~=nil then
  1224. torsy = hit.Parent.Torso
  1225. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  1226. torsy = hit.Parent.UpperTorso
  1227. end
  1228. local bodf = Instance.new("BodyVelocity",torsy)
  1229. bodf.Velocity = (torsy.CFrame.lookVector*-100)+Vector3.new(0,50,0)
  1230. debby:AddItem(bodf,1)
  1231. local fir = FireEffect(torsy)
  1232. fir.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,3),NumberSequenceKeypoint.new(1,0)})
  1233. fir.Acceleration = Vector3.new(0,90,0)
  1234. dealdmg(hit.Parent,50,0,1)
  1235. burndmg(hit.Parent,10,2,5)
  1236. end
  1237. end)
  1238. local fieff = FireEffect(spellcircle)
  1239. fieff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,20),NumberSequenceKeypoint.new(1,0)})
  1240. fieff.Acceleration = Vector3.new(0,400,0)
  1241. fieff.Rate = 99999
  1242. BurningSnd:Play()
  1243. BurnSnd:Play()
  1244. wait(5)
  1245. BurningSnd:Stop()
  1246. fieff.Enabled = false
  1247. wait(1)
  1248. fieff:Destroy()
  1249. for i = 1, 10 do
  1250. wait(.01)
  1251. ptl.Range = ptl.Range - 10
  1252. dec.Transparency = dec.Transparency + .1
  1253. blkm.Scale = blkm.Scale - Vector3.new(.2,0,.2)
  1254. end
  1255. spellcircle:Destroy()
  1256. bpos:Destroy()
  1257. RiseAnim:Stop()
  1258. dell = false
  1259. end
  1260. end
  1261.  
  1262. --Nightmare--
  1263. didgrab = false
  1264. activegrab = false
  1265. function Nightmare(hit)
  1266. if activegrab == true then
  1267. if hit.Parent ~= chara and hit.Parent:FindFirstChild("Humanoid")~=nil then
  1268. activegrab = false
  1269. chara.Humanoid.WalkSpeed = 0
  1270. UnsheathK()
  1271. dell = true
  1272. didgrab = true
  1273. local torsy = nil
  1274. if hit.Parent:FindFirstChild("Torso")~=nil then
  1275. torsy = hit.Parent.Torso
  1276. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  1277. torsy = hit.Parent.UpperTorso
  1278. end
  1279. chara.Torso.CFrame = torsy.CFrame + (torsy.CFrame.lookVector*-30)
  1280. hit.Parent.Humanoid.PlatformStand = true
  1281. local bpos = Instance.new("BodyPosition",torsy)
  1282. bpos.Position = torsy.Position
  1283. bpos.maxForce = Vector3.new(10000,10000,10000)
  1284. wait(1)
  1285. local slashpart = Instance.new("Part",chara)
  1286. slashpart.Transparency = 1
  1287. slashpart.CanCollide = false
  1288. slashpart.Anchored = true
  1289. slashpart.Size = Vector3.new(10,10,10)
  1290. slashpart.BottomSurface = 0
  1291. slashpart.TopSurface = 0
  1292. slashpart.Position = torsy.Position
  1293. slashpart.CFrame = torsy.CFrame
  1294. local pemit = Instance.new("ParticleEmitter",slashpart)
  1295. pemit.LightEmission = 1
  1296. pemit.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.5,5),NumberSequenceKeypoint.new(1,0)})
  1297. pemit.Texture = "rbxassetid://337291948"
  1298. pemit.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(.5,0),NumberSequenceKeypoint.new(1,1)})
  1299. pemit.Lifetime = NumberRange.new(.5)
  1300. pemit.Rate = 20
  1301. pemit.Rotation = NumberRange.new(0,359)
  1302. pemit.RotSpeed = NumberRange.new(500)
  1303. pemit.Speed = NumberRange.new(0)
  1304. for i = 1, 50 do
  1305. wait(.01)
  1306. local bssnd = SlashSnd:clone()
  1307. bssnd.Parent = chara
  1308. bssnd.PlayOnRemove = true
  1309. bssnd.PlaybackSpeed = bssnd.PlaybackSpeed + math.random(-.5,.5)
  1310. bssnd:Destroy()
  1311. torsy.CFrame = torsy.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359)))
  1312. dealdmg(hit.Parent,1,2,0)
  1313. end
  1314. slashpart:Destroy()
  1315. wait(.5)
  1316. local spellcircle = Instance.new("Part",torsy)
  1317. spellcircle.Anchored = true
  1318. spellcircle.Size = Vector3.new(10,1,10)
  1319. spellcircle.CFrame = CFrame.new(torsy.Position.X,torsy.Position.Y,torsy.Position.Z) - Vector3.new(0,2.4,0)
  1320. spellcircle.Transparency = 1
  1321. spellcircle.CanCollide = false
  1322. local blkm = Instance.new("BlockMesh",spellcircle)
  1323. blkm.Scale = Vector3.new(0,1,0)
  1324. local dec = Instance.new("Decal",spellcircle)
  1325. dec.Texture = "http://www.roblox.com/asset/?id=57955374"
  1326. dec.Transparency = 1
  1327. dec.Face = "Top"
  1328. local ptl = Instance.new("PointLight",spellcircle)
  1329. ptl.Range = 0
  1330. ptl.Color = Color3.new(1,.5,0)
  1331. GongSnd:Play()
  1332. spellc = coroutine.wrap(function()
  1333. while spellc ~= nil do
  1334. wait(.01)
  1335. spellcircle.CFrame = spellcircle.CFrame * CFrame.fromEulerAnglesXYZ(0,10,0)
  1336. end
  1337. end)
  1338. spellc()
  1339. for i = 1, 10 do
  1340. wait(.01)
  1341. ptl.Range = ptl.Range + 4
  1342. dec.Transparency = dec.Transparency - .1
  1343. blkm.Scale = blkm.Scale + Vector3.new(.4,0,.4)
  1344. end
  1345. wait(1)
  1346. local ex = Instance.new("Explosion",game.Workspace)
  1347. ex.Position = chara.Torso.Position
  1348. ex.BlastPressure = 0
  1349. ex.BlastRadius = 50
  1350. ex.Visible = false
  1351. ex.Hit:connect(function(hit)
  1352. if hit.Parent ~= chara and hit.Parent:FindFirstChild("Humanoid")~=nil then
  1353. local torsy = nil
  1354. if hit.Parent:FindFirstChild("Torso")~=nil then
  1355. torsy = hit.Parent.Torso
  1356. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  1357. torsy = hit.Parent.UpperTorso
  1358. end
  1359. local bodf = Instance.new("BodyVelocity",torsy)
  1360. bodf.Velocity = Vector3.new(math.random(-100,100),40,math.random(-100,100))
  1361. debby:AddItem(bodf,1)
  1362. bpos:Destroy()
  1363. local fir = FireEffect(torsy)
  1364. fir.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,3),NumberSequenceKeypoint.new(1,0)})
  1365. fir.Acceleration = Vector3.new(0,90,0)
  1366. dealdmg(hit.Parent,30,0,1)
  1367. burndmg(hit.Parent,20,5,999)
  1368. end
  1369. end)
  1370. local fieff = FireEffect(spellcircle)
  1371. fieff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,20),NumberSequenceKeypoint.new(1,0)})
  1372. fieff.Acceleration = Vector3.new(0,400,0)
  1373. fieff.Rate = 99999
  1374. BurningSnd:Play()
  1375. BurnSnd:Play()
  1376. wait(5)
  1377. BurningSnd:Stop()
  1378. fieff.Enabled = false
  1379. wait(1)
  1380. fieff:Destroy()
  1381. for i = 1, 10 do
  1382. wait(.01)
  1383. ptl.Range = ptl.Range - 4
  1384. dec.Transparency = dec.Transparency + .1
  1385. blkm.Scale = blkm.Scale - Vector3.new(.4,0,.4)
  1386. end
  1387. spellcircle:Destroy()
  1388. dell = false
  1389. chara.Humanoid.WalkSpeed = 16
  1390. didgrab = false
  1391. ChargeUAnim:Stop()
  1392. SheathK()
  1393. end
  1394. end
  1395. end
  1396. chara.Torso.Touched:connect(Nightmare)
  1397.  
  1398. --Button1Down--
  1399. dell = false
  1400. function onButton1Down()
  1401. if dell == false then
  1402. dell = true
  1403. UnsheathK()
  1404. bladeactive = true
  1405. for i = 1, 2 do
  1406. SLAnim:Play()
  1407. SlashSnd:Play()
  1408. SRAnim:Stop()
  1409. wait(.3)
  1410. SRAnim:Play()
  1411. SlashSnd:Play()
  1412. SLAnim:Stop()
  1413. wait(.3)
  1414. end
  1415. SheathK()
  1416. bladeactive = false
  1417. dell = false
  1418. SRAnim:Stop()
  1419. SLAnim:Stop()
  1420. end
  1421. end
  1422.  
  1423. --KeyDowns--
  1424. function onKeyDown(key)
  1425. if key == "z" then
  1426. Teleport(Mouse.Hit.p + Vector3.new(0,2,0))
  1427. elseif key == "x" then
  1428. BurnSlash()
  1429. elseif key == "c" then
  1430. FireWave()
  1431. elseif key == "v" then
  1432. SonicDice()
  1433. elseif key == "b" then
  1434. BurningSoul()
  1435. elseif key == "n" then
  1436. DragonWrath()
  1437. elseif key == "m" then
  1438. dell = true
  1439. chara.Humanoid.WalkSpeed = 5
  1440. ChargeUAnim:Play()
  1441. activegrab = true
  1442. wait(5)
  1443. if didgrab == false then
  1444. chatfunc("Crap.")
  1445. ChargeUAnim:Stop()
  1446. activegrab = false
  1447. dell = false
  1448. chara.Humanoid.WalkSpeed = 16
  1449. elseif didgrab == true then
  1450. end
  1451. elseif key == "l" then
  1452. if mus == true then
  1453. Music:Stop()
  1454. mus = false
  1455. elseif mus == false then
  1456. Music:Play()
  1457. mus = true
  1458. end
  1459. end
  1460. end
  1461.  
  1462. --Mouse Functions--
  1463. Mouse = player:GetMouse()
  1464. if Mouse then
  1465. Mouse.Button1Down:connect(onButton1Down)
  1466. Mouse.KeyDown:connect(onKeyDown)
  1467. end
  1468.  
  1469. while true do
  1470. wait(.1)
  1471. chara.Humanoid.Health = math.floor(chara.Humanoid.Health + 50)
  1472. htecks.Text = chara.Humanoid.Health.."/"..chara.Humanoid.MaxHealth
  1473. for i = 1, #katanapart do
  1474. katanapart[i].Anchored = false
  1475. end
  1476. for i = 1, #sheathpart do
  1477. sheathpart[i].Anchored = false
  1478. end
  1479. for i = 1, #lap do
  1480. lap[i].Anchored = false
  1481. end
  1482. for i = 1, #rap do
  1483. rap[i].Anchored = false
  1484. end
  1485. for i = 1, #llp do
  1486. llp[i].Anchored = false
  1487. end
  1488. for i = 1, #rlp do
  1489. rlp[i].Anchored = false
  1490. end
  1491. for i = 1, #chp do
  1492. chp[i].Anchored = false
  1493. end
  1494. for i = 1, #hdp do
  1495. hdp[i].Anchored = false
  1496. end
  1497. for i = 1, #ch do
  1498. if ch[i].ClassName == "Part" then
  1499. ch[i].Anchored = false
  1500. end
  1501. end
  1502. end
Add Comment
Please, Sign In to add comment