Advertisement
DarkScriptZEditors

Untitled

Feb 23rd, 2019
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 183.34 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code V2 by Mokiros")
  6. local RealPlayer = RealPlayer
  7. script.Parent = RealPlayer.Character
  8.  
  9. --Fake event to make stuff like Mouse.KeyDown work
  10. local Disconnect_Function = function(this)
  11. this[1].Functions[this[2]] = nil
  12. end
  13. local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
  14. local FakeEvent_Metatable = {__index={
  15. Connect = function(this,f)
  16. local i = tostring(math.random(0,10000))
  17. while this.Functions[i] do
  18. i = tostring(math.random(0,10000))
  19. end
  20. this.Functions[i] = f
  21. return setmetatable({this,i},Disconnect_Metatable)
  22. end
  23. }}
  24. FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
  25. local function fakeEvent()
  26. return setmetatable({Functions={}},FakeEvent_Metatable)
  27. end
  28.  
  29. --Creating fake input objects with fake variables
  30. local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  31. FakeMouse.keyUp = FakeMouse.KeyUp
  32. FakeMouse.keyDown = FakeMouse.KeyDown
  33. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  34. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  35. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  36. end}
  37. --Merged 2 functions into one by checking amount of arguments
  38. CAS.UnbindAction = CAS.BindAction
  39.  
  40. --This function will trigger the events that have been :Connect()'ed
  41. local function TriggerEvent(self,ev,...)
  42. for _,f in pairs(self[ev].Functions) do
  43. f(...)
  44. end
  45. end
  46. FakeMouse.TriggerEvent = TriggerEvent
  47. UIS.TriggerEvent = TriggerEvent
  48.  
  49. --Client communication
  50. local Event = Instance.new("RemoteEvent")
  51. Event.Name = "UserInput_Event"
  52. Event.OnServerEvent:Connect(function(plr,io)
  53. if plr~=RealPlayer then return end
  54. FakeMouse.Target = io.Target
  55. FakeMouse.Hit = io.Hit
  56. if not io.isMouse then
  57. local b = io.UserInputState == Enum.UserInputState.Begin
  58. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  59. return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
  60. end
  61. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  62. return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
  63. end
  64. for _,t in pairs(CAS.Actions) do
  65. for _,k in pairs(t.Keys) do
  66. if k==io.KeyCode then
  67. t.Function(t.Name,io.UserInputState,io)
  68. end
  69. end
  70. end
  71. FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  72. UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
  73. end
  74. end)
  75. Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
  76. local Mouse = owner:GetMouse()
  77. local UIS = game:GetService("UserInputService")
  78. local input = function(io,RobloxHandled)
  79. if RobloxHandled then return end
  80. --Since InputObject is a client-side instance, we create and pass table instead
  81. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  82. end
  83. UIS.InputBegan:Connect(input)
  84. UIS.InputEnded:Connect(input)
  85. local h,t
  86. --Give the server mouse data every second frame, but only if the values changed
  87. --If player is not moving their mouse, client won't fire events
  88. local HB = game:GetService("RunService").Heartbeat
  89. while true do
  90. if h~=Mouse.Hit or t~=Mouse.Target then
  91. h,t=Mouse.Hit,Mouse.Target
  92. Event:FireServer({isMouse=true,Target=t,Hit=h})
  93. end
  94. --Wait 2 frames
  95. for i=1,2 do
  96. HB:Wait()
  97. end
  98. end]==],script)
  99.  
  100. ----Sandboxed game object that allows the usage of client-side methods and services
  101. --Real game object
  102. local RealGame = game
  103.  
  104. --Metatable for fake service
  105. local FakeService_Metatable = {
  106. __index = function(self,k)
  107. local s = rawget(self,"_RealService")
  108. if s then
  109. return typeof(s[k])=="function"
  110. and function(_,...)return s[k](s,...)end or s[k]
  111. end
  112. end,
  113. __newindex = function(self,k,v)
  114. local s = rawget(self,"_RealService")
  115. if s then s[k]=v end
  116. end
  117. }
  118. local function FakeService(t,RealService)
  119. t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
  120. return setmetatable(t,FakeService_Metatable)
  121. end
  122.  
  123. --Fake game object
  124. local FakeGame = {
  125. GetService = function(self,s)
  126. return rawget(self,s) or RealGame:GetService(s)
  127. end,
  128. Players = FakeService({
  129. LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
  130. },"Players"),
  131. UserInputService = FakeService(UIS,"UserInputService"),
  132. ContextActionService = FakeService(CAS,"ContextActionService"),
  133. RunService = FakeService({
  134. _btrs = {},
  135. RenderStepped = RealGame:GetService("RunService").Heartbeat,
  136. BindToRenderStep = function(self,name,_,fun)
  137. self._btrs[name] = self.Heartbeat:Connect(fun)
  138. end,
  139. UnbindFromRenderStep = function(self,name)
  140. self._btrs[name]:Disconnect()
  141. end,
  142. },"RunService")
  143. }
  144. rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
  145. FakeGame.service = FakeGame.GetService
  146. FakeService(FakeGame,game)
  147. --Changing owner to fake player object to support owner:GetMouse()
  148. game,owner = FakeGame,FakeGame.Players.LocalPlayer
  149. end
  150. ---------------
  151. ----Ryuneko----
  152. ---------------
  153. --By CKbackup--
  154. ---------------
  155.  
  156. player = game:GetService("Players").LocalPlayer
  157. chara = player.Character
  158. chara.Humanoid.MaxHealth = 100000
  159. chara.Humanoid.Health = 100000
  160. debby = game.Debris
  161.  
  162. --Sword Building--
  163. New = function(Object, Parent, Name, Data)
  164. local Object = Instance.new(Object)
  165. for Index, Value in pairs(Data or {}) do
  166. Object[Index] = Value
  167. end
  168. Object.Parent = Parent
  169. Object.Name = Name
  170. return Object
  171. end
  172.  
  173. Sheath = New("Model",chara,"Sheath",{})
  174. 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),})
  175. 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),})
  176. 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),})
  177. 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,})
  178. 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),})
  179. 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),})
  180. Mesh = New("CylinderMesh",SheathPart,"Mesh",{})
  181. 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),})
  182. 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),})
  183. 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,})
  184. 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),})
  185. 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),})
  186. Mesh = New("CylinderMesh",SheathPart,"Mesh",{})
  187. 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),})
  188. 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),})
  189. Mesh = New("CylinderMesh",SheathPart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  190. 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),})
  191. 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),})
  192. Mesh = New("CylinderMesh",SheathPart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  193. 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),})
  194. 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),})
  195. 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,})
  196. 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),})
  197. 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),})
  198. Mesh = New("BlockMesh",SheathPart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  199. 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),})
  200. 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),})
  201. Mesh = New("CylinderMesh",SheathPart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  202. 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),})
  203. 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),})
  204. Mesh = New("CylinderMesh",SheathPart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  205. 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),})
  206. 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),})
  207. Mesh = New("BlockMesh",SheathPart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  208. 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),})
  209. 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),})
  210. 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,})
  211. 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),})
  212. 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),})
  213. 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,})
  214. 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),})
  215. 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),})
  216. 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,})
  217. 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),})
  218. 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),})
  219. Mesh = New("CylinderMesh",HandlePart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  220. 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),})
  221. 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),})
  222. Mesh = New("BlockMesh",HandlePart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 0.800000012),})
  223. 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),})
  224. 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),})
  225. 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,})
  226. 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),})
  227. 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),})
  228. 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,})
  229. 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),})
  230. 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),})
  231. Mesh = New("BlockMesh",HandlePart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 0.800000012),})
  232. 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),})
  233. 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),})
  234. 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,})
  235. 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),})
  236. 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),})
  237. Mesh = New("CylinderMesh",HandlePart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  238. 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),})
  239. 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),})
  240. Mesh = New("CylinderMesh",HandlePart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  241. 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),})
  242. 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),})
  243. Mesh = New("CylinderMesh",HandlePart,"Mesh",{})
  244. 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),})
  245. 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),})
  246. Mesh = New("CylinderMesh",HandlePart,"Mesh",{})
  247. 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),})
  248. 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),})
  249. 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,})
  250. 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),})
  251. 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),})
  252. 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,})
  253. 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),})
  254. 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),})
  255. 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,})
  256. 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),})
  257. 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),})
  258. 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,})
  259. 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),})
  260. 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),})
  261. 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,})
  262. 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),})
  263. 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),})
  264. 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,})
  265. 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),})
  266. 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),})
  267. Mesh = New("BlockMesh",HandlePart,"Mesh",{Scale = Vector3.new(1, 1, 0.5),})
  268. 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),})
  269. 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),})
  270. Mesh = New("CylinderMesh",HandlePart,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  271. 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),})
  272. 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),})
  273. 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,})
  274. 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),})
  275. 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),})
  276. 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,})
  277. 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),})
  278. 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),})
  279. 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,})
  280. 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),})
  281. 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),})
  282. 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,})
  283. 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),})
  284. 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),})
  285. 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,})
  286. 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),})
  287. 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),})
  288. 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,})
  289. 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),})
  290. Katana = New("Model",chara,"Katana",{})
  291. 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),})
  292. Mesh = New("BlockMesh",HandlePart,"Mesh",{Scale = Vector3.new(1, 1, 0.5),})
  293. 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),})
  294. 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),})
  295. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  296. 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),})
  297. 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),})
  298. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  299. 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),})
  300. 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),})
  301. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  302. 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),})
  303. 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),})
  304. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  305. 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),})
  306. 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),})
  307. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  308. 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),})
  309. 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),})
  310. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  311. 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),})
  312. 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),})
  313. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  314. 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),})
  315. 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),})
  316. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  317. 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),})
  318. 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),})
  319. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  320. 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),})
  321. 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),})
  322. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  323. 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),})
  324. 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),})
  325. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  326. 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),})
  327. 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),})
  328. Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  329. 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),})
  330. 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),})
  331. 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,})
  332. 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),})
  333. 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),})
  334. 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,})
  335. 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),})
  336. 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),})
  337. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  338. 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),})
  339. 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),})
  340. 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,})
  341. 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),})
  342. 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),})
  343. 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,})
  344. 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),})
  345. 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),})
  346. 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,})
  347. 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),})
  348. 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),})
  349. 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,})
  350. 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),})
  351. 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),})
  352. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  353. 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),})
  354. 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),})
  355. 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,})
  356. 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),})
  357. 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),})
  358. 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,})
  359. 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),})
  360. 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),})
  361. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  362. 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),})
  363. 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),})
  364. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  365. 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),})
  366. 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),})
  367. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  368. 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),})
  369. 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),})
  370. 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,})
  371. 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),})
  372. 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),})
  373. 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,})
  374. 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),})
  375. 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),})
  376. 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,})
  377. 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),})
  378. 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),})
  379. 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,})
  380. 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),})
  381. 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),})
  382. Mesh = New("CylinderMesh",Part,"Mesh",{})
  383. 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),})
  384. 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),})
  385. Mesh = New("CylinderMesh",Part,"Mesh",{})
  386. 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),})
  387. 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),})
  388. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  389. 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),})
  390. 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),})
  391. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  392. 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),})
  393. 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),})
  394. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  395. 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),})
  396. 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),})
  397. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  398. 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),})
  399. 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),})
  400. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.400000006, 1, 0.99000001),MeshType = Enum.MeshType.Wedge,})
  401. 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),})
  402. 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),})
  403. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  404. 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),})
  405. 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),})
  406. Mesh = New("BlockMesh",Hitbox,"Mesh",{Scale = Vector3.new(0.400000006, 1, 0.99000001),})
  407. 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),})
  408. 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),})
  409. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  410. 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),})
  411. 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),})
  412. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),})
  413. 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),})
  414. 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),})
  415. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  416. 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),})
  417. 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),})
  418. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  419. 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),})
  420. 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),})
  421. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  422. 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),})
  423. 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),})
  424. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  425. 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),})
  426. 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),})
  427. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  428. 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),})
  429. 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),})
  430. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  431. 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),})
  432. 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),})
  433. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  434. 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),})
  435. 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),})
  436. Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  437. 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),})
  438. 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),})
  439. Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  440. 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),})
  441. 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),})
  442. 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,})
  443. 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),})
  444. 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),})
  445. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 0.800000012),})
  446. 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),})
  447. 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),})
  448. 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,})
  449. 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),})
  450. 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),})
  451. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  452. 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),})
  453. 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),})
  454. 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,})
  455. 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),})
  456. 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),})
  457. Mesh = New("BlockMesh",Part,"Mesh",{Offset = Vector3.new(0, 0, 0.0900000036),Scale = Vector3.new(0.5, 1, 0.100000001),})
  458. 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),})
  459. 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),})
  460. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 0.800000012),})
  461. 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),})
  462. 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),})
  463. Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
  464. 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),})
  465. 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),})
  466. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  467. 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),})
  468. 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),})
  469. 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,})
  470. 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),})
  471. 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),})
  472. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  473. 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),})
  474. 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),})
  475. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  476. 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),})
  477. 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),})
  478. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  479. 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),})
  480.  
  481. --Outfit--
  482. FakeHead = New("Model",chara,"FakeHead",{})
  483. 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),})
  484. Mesh = New("SpecialMesh",MainPart,"Mesh",{Scale = Vector3.new(1.25, 1.25, 1.25),})
  485. Decal = New("Decal",MainPart,"Decal",{Texture = "http://www.roblox.com/asset/?id=679717479",})
  486. 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),})
  487. 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),})
  488. Mesh = New("SpecialMesh",OutfitPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  489. 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),})
  490. 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),})
  491. 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,})
  492. 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),})
  493. 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),})
  494. Mesh = New("CylinderMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.25999999, 1, 1.25999999),})
  495. 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),})
  496. 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),})
  497. Mesh = New("CylinderMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.25, 1.5, 1.25),})
  498. 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),})
  499. 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),})
  500. Mesh = New("CylinderMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.25, 1.25, 1.25),})
  501. 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),})
  502. 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),})
  503. Mesh = New("SpecialMesh",OutfitPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  504. 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),})
  505. 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),})
  506. Mesh = New("CylinderMesh",OutfitPart,"Mesh",{Scale = Vector3.new(3, 0.0500000007, 3),})
  507. 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),})
  508. LeftArm = New("Model",chara,"LeftArm",{})
  509. 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),})
  510. 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),})
  511. 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),})
  512. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995),})
  513. 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),})
  514. 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),})
  515. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  516. 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),})
  517. 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),})
  518. 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,})
  519. 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),})
  520. LeftLeg = New("Model",chara,"LeftLeg",{})
  521. 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),})
  522. 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),})
  523. 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),})
  524. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995),})
  525. 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),})
  526. 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),})
  527. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  528. 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),})
  529. Chest = New("Model",chara,"Chest",{})
  530. 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),})
  531. 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),})
  532. 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),})
  533. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995),})
  534. 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),})
  535. 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),})
  536. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1.10000002, 1.10000002),})
  537. 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),})
  538. 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),})
  539. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1.10000002, 1.29999995),})
  540. 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),})
  541. 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),})
  542. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Offset = Vector3.new(0, 0.100000001, 0),Scale = Vector3.new(1.04999995, 1.10000002, 1.29999995),})
  543. 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),})
  544. 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),})
  545. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Offset = Vector3.new(0, 0.0399999991, 0),Scale = Vector3.new(1.04999995, 1.10000002, 1.29999995),})
  546. 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),})
  547. 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),})
  548. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Offset = Vector3.new(0, 0.0399999991, 0),Scale = Vector3.new(1.04999995, 1.10000002, 1.29999995),})
  549. 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),})
  550. 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),})
  551. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1, 1.29999995),})
  552. 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),})
  553. 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),})
  554. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  555. 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),})
  556. 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),})
  557. Mesh = New("BlockMesh",OutfitPart,"Mesh",{})
  558. 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),})
  559. 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),})
  560. Mesh = New("SpecialMesh",OutfitPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  561. 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),})
  562. 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),})
  563. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1, 1.29999995),})
  564. 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),})
  565. 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),})
  566. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  567. 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),})
  568. 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),})
  569. Mesh = New("BlockMesh",OutfitPart,"Mesh",{})
  570. 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),})
  571. 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),})
  572. Mesh = New("SpecialMesh",OutfitPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  573. 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),})
  574. 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),})
  575. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1, 1, 0.800000012),})
  576. 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),})
  577. 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),})
  578. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  579. 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),})
  580. 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),})
  581. Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.800000012, 0.899999976, 1),MeshType = Enum.MeshType.Wedge,})
  582. 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),})
  583. 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),})
  584. Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.800000012, 0.899999976, 1),MeshType = Enum.MeshType.Wedge,})
  585. 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),})
  586. 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),})
  587. 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,})
  588. 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),})
  589. RightLeg = New("Model",chara,"RightLeg",{})
  590. 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),})
  591. 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),})
  592. 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),})
  593. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995),})
  594. 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),})
  595. 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),})
  596. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  597. 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),})
  598. RightArm = New("Model",chara,"RightArm",{})
  599. 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),})
  600. 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),})
  601. 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),})
  602. 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,})
  603. 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),})
  604. 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),})
  605. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995),})
  606. 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),})
  607. 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),})
  608. Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  609. 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),})
  610. katanapart = Katana:GetChildren()
  611. sheathpart = Sheath:GetChildren()
  612. lap = LeftArm:GetChildren()
  613. rap = RightArm:GetChildren()
  614. llp = LeftLeg:GetChildren()
  615. rlp = RightLeg:GetChildren()
  616. chp = Chest:GetChildren()
  617. hdp = FakeHead:GetChildren()
  618.  
  619. ch = chara:GetChildren()
  620. for i = 1, #ch do
  621. if ch[i].ClassName == "Part" then
  622. ch[i].Transparency = 1
  623. if ch[i].Name == "Torso" then
  624. ch[i].roblox.Transparency = 1
  625. end
  626. if ch[i].Name == "Head" then
  627. ch[i].face.Transparency = 1
  628. end
  629. elseif ch[i].ClassName == "Accessory" then
  630. ch[i]:Destroy()
  631. end
  632. end
  633.  
  634. tool = chara
  635.  
  636. --Animations--
  637. IdleA = New("Animation",tool,"Idle",{AnimationId = "http://www.roblox.com/Asset?ID=94108418",})
  638. SlashLeftA = New("Animation",tool,"SlashL",{AnimationId = "http://www.roblox.com/asset/?id=74909537",})
  639. SlashRightA = New("Animation",tool,"SlashR",{AnimationId = "http://www.roblox.com/asset/?id=74909551",})
  640. AimA = New("Animation",tool,"Aim",{AnimationId = "http://www.roblox.com/Asset?ID=71526265",})
  641. ChargeSwordA = New("Animation",tool,"ChargeS",{AnimationId = "http://www.roblox.com/asset/?id=74909500",})
  642. ChargeUpA = New("Animation",tool,"ChargeU",{AnimationId = "http://www.roblox.com/asset/?id=69803963",})
  643. BlockA = New("Animation",tool,"Block",{AnimationId = "http://www.roblox.com/asset/?id=94095929",})
  644. JumpUpA = New("Animation",tool,"JumpU",{AnimationId = "http://www.roblox.com/asset/?id=66703957",})
  645. JumpDownA = New("Animation",tool,"JumpD",{AnimationId = "http://www.roblox.com/asset/?id=66703954",})
  646. EquipA = New("Animation",tool,"Equip",{AnimationId = "http://www.roblox.com/Asset?ID=94160581",})
  647. UnEquipA = New("Animation",tool,"UnEquip",{AnimationId = "http://www.roblox.com/Asset?ID=94095929",})
  648. SlashFireA = New("Animation",tool,"SlashFire",{AnimationId = "http://www.roblox.com/asset/?id=186934658",})
  649. PunchA = New("Animation",tool,"Punch",{AnimationId = "http://www.roblox.com/asset?id=126749742",})
  650. SpinA = New("Animation",tool,"Spin",{AnimationId = "http://www.roblox.com/asset/?id=235542946",})
  651. RiseA = New("Animation",tool,"Rise",{AnimationId = "http://www.roblox.com/asset/?id=169638954",})
  652. IdleAnim = chara.Humanoid:LoadAnimation(IdleA)
  653. SLAnim = chara.Humanoid:LoadAnimation(SlashLeftA)
  654. SRAnim = chara.Humanoid:LoadAnimation(SlashRightA)
  655. AimAnim = chara.Humanoid:LoadAnimation(AimA)
  656. ChargeSAnim = chara.Humanoid:LoadAnimation(ChargeSwordA)
  657. ChargeUAnim = chara.Humanoid:LoadAnimation(ChargeUpA)
  658. BlockAnim = chara.Humanoid:LoadAnimation(BlockA)
  659. JumpUAnim = chara.Humanoid:LoadAnimation(JumpUpA)
  660. JumpDAnim = chara.Humanoid:LoadAnimation(JumpDownA)
  661. EquipAnim = chara.Humanoid:LoadAnimation(EquipA)
  662. SlashFireAnim = chara.Humanoid:LoadAnimation(SlashFireA)
  663. PunchAnim = chara.Humanoid:LoadAnimation(PunchA)
  664. SpinAnim = chara.Humanoid:LoadAnimation(SpinA)
  665. RiseAnim = chara.Humanoid:LoadAnimation(RiseA)
  666.  
  667. IdleAnim:Play()
  668.  
  669. --Sounds--
  670. SlashSnd = New("Sound",tool,"SlashSnd",{SoundId = "http://www.roblox.com/asset/?id=45885030", Volume = 1})
  671. HitSnd = New("Sound",tool,"HitSnd",{SoundId = "http://www.roblox.com/asset/?id=154965973", Volume = 1})
  672. AimSnd = New("Sound",tool,"AimSnd",{SoundId = "http://www.roblox.com/asset/?id=300915902", Volume = 1})
  673. ShootSnd = New("Sound",tool,"ShootSnd",{SoundId = "http://www.roblox.com/asset/?id=200633327", Volume = 1})
  674. TeleSnd = New("Sound",tool,"TeleSnd",{SoundId = "http://www.roblox.com/asset/?id=153613030", Volume = 1})
  675. SJumpSnd = New("Sound",tool,"SJumpSnd",{SoundId = "http://www.roblox.com/asset/?id=169445602", Volume = 1})
  676. ExplSnd = New("Sound",tool,"ExplSnd",{SoundId = "http://www.roblox.com/asset/?id=142070127", Volume = 1})
  677. ShieldSnd = New("Sound",tool,"ShieldSnd",{SoundId = "http://www.roblox.com/asset/?id=187933025", Volume = 1})
  678. GongSnd = New("Sound",tool,"GongSnd",{SoundId = "http://www.roblox.com/asset/?id=96098241", Volume = 1})
  679. BurnSnd = New("Sound",tool,"BurnSnd",{SoundId = "http://www.roblox.com/asset/?id=32791565", Volume = 3})
  680. BurningSnd = New("Sound",tool,"BurningSnd",{SoundId = "http://www.roblox.com/asset/?id=31760113", Volume = 5, Looped = true})
  681. BurnSlashSnd = New("Sound",tool,"BurnSlashSnd",{SoundId = "http://www.roblox.com/asset/?id=128912290", Volume = 5, PlaybackSpeed = 2.5})
  682. BurnPunchSnd = New("Sound",tool,"BurnPunchSnd",{SoundId = "http://www.roblox.com/asset/?id=137579113", Volume = 5})
  683. MudaSnd = New("Sound",tool,"MudaSnd",{SoundId = "http://www.roblox.com/asset/?id=616593932", Volume = 5})
  684. EquipSnd = New("Sound",tool,"EquipSnd",{SoundId = "http://www.roblox.com/asset/?id=211059653", Volume = 1})
  685. UnEquipSnd = New("Sound",tool,"UnEquipSnd",{SoundId = "http://www.roblox.com/asset/?id=211134014", Volume = 1})
  686. Snd = New("Sound",tool,"Snd",{SoundId = "", Volume = 1})
  687.  
  688. Music = New("Sound",tool,"Music",{SoundId = "rbxassetid://157580176", Volume = 1, Looped = true})
  689. Music:Play()
  690. mus = true
  691.  
  692. --Name Tag--
  693. local naeeym = Instance.new("BillboardGui",chara)
  694. naeeym.Size = UDim2.new(0,100,0,40)
  695. naeeym.StudsOffset = Vector3.new(0,2,0)
  696. naeeym.Adornee = chara.Head
  697. local tecks = Instance.new("TextLabel",naeeym)
  698. tecks.BackgroundTransparency = 1
  699. tecks.BorderSizePixel = 0
  700. tecks.Text = "Ryuneko"
  701. tecks.Font = "Fantasy"
  702. tecks.FontSize = "Size24"
  703. tecks.TextStrokeTransparency = 0
  704. tecks.TextStrokeColor3 = Color3.new(1,1,0)
  705. tecks.TextColor3 = Color3.new(1,0,0)
  706. tecks.Size = UDim2.new(1,0,0.5,0)
  707. local htecks = Instance.new("TextLabel",naeeym)
  708. htecks.BackgroundTransparency = 1
  709. htecks.BorderSizePixel = 0
  710. htecks.Text = chara.Humanoid.Health.."/"..chara.Humanoid.MaxHealth
  711. htecks.Font = "Fantasy"
  712. htecks.FontSize = "Size24"
  713. htecks.TextStrokeTransparency = 0
  714. htecks.TextStrokeColor3 = Color3.new(1,1,0)
  715. htecks.TextColor3 = Color3.new(1,0,0)
  716. htecks.Size = UDim2.new(1,0,0.5,0)
  717. htecks.Position = UDim2.new(0,0,.5,0)
  718.  
  719. --Chat Function--
  720. function chatfunc(text)
  721. chat = coroutine.wrap(function(ttt)
  722. if chara:FindFirstChild("TalkingBillBoard")~= nil then
  723. chara:FindFirstChild("TalkingBillBoard"):destroy()
  724. end
  725. local naeeym2 = Instance.new("BillboardGui",chara)
  726. naeeym2.Size = UDim2.new(0,100,0,40)
  727. naeeym2.StudsOffset = Vector3.new(0,3,0)
  728. naeeym2.Adornee = chara.Head
  729. naeeym2.Name = "TalkingBillBoard"
  730. local tecks2 = Instance.new("TextLabel",naeeym2)
  731. tecks2.BackgroundTransparency = 1
  732. tecks2.BorderSizePixel = 0
  733. tecks2.Text = text
  734. tecks2.Font = "Fantasy"
  735. tecks2.FontSize = "Size24"
  736. tecks2.TextStrokeTransparency = 0
  737. tecks2.TextColor3 = Color3.new(1,1,1)
  738. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  739. tecks2.Size = UDim2.new(1,0,0.5,0)
  740. wait(1)
  741. for i = 1, 5 do
  742. wait(.01)
  743. tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0)
  744. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2
  745. tecks2.TextTransparency = tecks2.TextTransparency + .2
  746. end
  747. naeeym2:Destroy()
  748. end)
  749. chat(text)
  750. end
  751.  
  752. --Cloak!--
  753. function Cloak(tr)
  754. for i = 1, #katanapart do
  755. katanapart[i].Transparency = tr
  756. end
  757. for i = 1, #sheathpart do
  758. sheathpart[i].Transparency = tr
  759. end
  760. for i = 1, #lap do
  761. lap[i].Transparency = tr
  762. end
  763. for i = 1, #rap do
  764. rap[i].Transparency = tr
  765. end
  766. for i = 1, #llp do
  767. llp[i].Transparency = tr
  768. end
  769. for i = 1, #rlp do
  770. rlp[i].Transparency = tr
  771. end
  772. for i = 1, #chp do
  773. chp[i].Transparency = tr
  774. end
  775. for i = 1, #hdp do
  776. hdp[i].Transparency = tr
  777. end
  778. Decal.Transparency = tr
  779. end
  780.  
  781. --Unsheath--
  782. function UnsheathK()
  783. for i = 1, #katanapart do
  784. katanapart[i].Transparency = 0
  785. end
  786. for i = 1, #sheathpart do
  787. if sheathpart[i].Name == "HandlePart" then
  788. sheathpart[i].Transparency = 1
  789. end
  790. end
  791. EquipAnim:Play()
  792. EquipSnd:Play()
  793. wait(.3)
  794. EquipAnim:Stop()
  795. end
  796.  
  797. --Sheath--
  798. function SheathK()
  799. BlockAnim:Play()
  800. UnEquipSnd:Play()
  801. wait(.3)
  802. BlockAnim:Stop()
  803. for i = 1, #katanapart do
  804. katanapart[i].Transparency = 1
  805. end
  806. for i = 1, #sheathpart do
  807. if sheathpart[i].Name == "HandlePart" then
  808. sheathpart[i].Transparency = 0
  809. end
  810. end
  811. end
  812.  
  813. SheathK()
  814.  
  815. --Fire Effect-
  816. function FireEffect(part)
  817. if part:FindFirstChild("FireEffect")==nil then
  818. local fireeff = Instance.new("ParticleEmitter",part)
  819. fireeff.Name = "FireEffect"
  820. fireeff.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,0,0)),ColorSequenceKeypoint.new(1,Color3.new(1,1,0))})
  821. fireeff.LightEmission = 1
  822. fireeff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(1,0)})
  823. fireeff.Texture = "rbxasset://textures/particles/smoke_main.dds"
  824. fireeff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  825. fireeff.Acceleration = Vector3.new(0,30,0)
  826. fireeff.Lifetime = NumberRange.new(.5)
  827. fireeff.Rate = 1000
  828. fireeff.Rotation = NumberRange.new(0,359)
  829. fireeff.RotSpeed = NumberRange.new(100)
  830. fireeff.Speed = NumberRange.new(0)
  831. fireeff.VelocitySpread = 10
  832. return fireeff
  833. end
  834. end
  835. bladeeff = FireEffect(Hitbox)
  836. bladeeff.Enabled = false
  837.  
  838. --Burn Damage--
  839. function burndmg(dude,damage,env,toim)
  840. burndude = coroutine.wrap(function(dude2,damage2,env2,toim2)
  841. if dude:FindFirstChild("IsBurning")==nil and dude ~= chara then
  842. local fira = nil
  843. local torsy = nil
  844. local val = Instance.new("BoolValue",dude)
  845. val.Name = "IsBurning"
  846. if dude:FindFirstChild("Torso")~=nil then
  847. fira = FireEffect(dude.Torso)
  848. torsy = dude.Torso
  849. elseif dude:FindFirstChild("UpperTorso")~=nil then
  850. fira = FireEffect(dude.UpperTorso)
  851. torsy = dude.UpperTorso
  852. end
  853. local snd1 = BurnSnd:clone()
  854. snd1.PlayOnRemove = true
  855. snd1.Parent = torsy
  856. snd1:Remove()
  857. local snd2 = BurningSnd:clone()
  858. snd2.Parent = torsy
  859. snd2:Play()
  860. for i = 1, toim2*2 do
  861. dealdmg(dude2,damage2,env2,0)
  862. wait(.5)
  863. end
  864. snd2:Destroy()
  865. fira:Destroy()
  866. val:Destroy()
  867. end
  868. end)
  869. burndude(dude,damage,env,toim)
  870. end
  871.  
  872. --Damage Function--
  873. function dealdmg(dude,damage,env,toim)
  874. hurt = coroutine.wrap(function(dude2,damage2,env2,toim2)
  875. if dude ~= chara and dude:FindFirstChild("IsHit") == nil then
  876. finaldmg = damage + math.random(-env,env)
  877. dude.Humanoid.Health = dude.Humanoid.Health - finaldmg
  878. local vall = Instance.new("ObjectValue",dude)
  879. vall.Name = "IsHit"
  880. debby:AddItem(vall,toim)
  881. local naeeym2 = Instance.new("BillboardGui",dude)
  882. naeeym2.Size = UDim2.new(0,100,0,40)
  883. naeeym2.StudsOffset = Vector3.new(0,3,0)
  884. naeeym2.Adornee = dude.Head
  885. naeeym2.Name = "TalkingBillBoard"
  886. local tecks2 = Instance.new("TextLabel",naeeym2)
  887. tecks2.BackgroundTransparency = 1
  888. tecks2.BorderSizePixel = 0
  889. tecks2.Text = "-"..finaldmg
  890. tecks2.Font = "Fantasy"
  891. tecks2.FontSize = "Size24"
  892. tecks2.TextStrokeTransparency = 0
  893. tecks2.TextColor3 = Color3.new(1,0.6,0)
  894. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  895. tecks2.Size = UDim2.new(1,0,0.5,0)
  896. for i = 1, 5 do
  897. wait(.1)
  898. tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0)
  899. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2
  900. tecks2.TextTransparency = tecks2.TextTransparency + .2
  901. end
  902. naeeym2:Destroy()
  903. end
  904. end)
  905. hurt(dude,damage,env,toim)
  906. end
  907.  
  908. --Blade Touch--
  909. bladeactive = false
  910. burnactive = false
  911. function bladehit(hit)
  912. if bladeactive == true then
  913. if hit.Parent:FindFirstChild("Humanoid") ~= nil then
  914. dealdmg(hit.Parent,12,2,.1)
  915. if burnactive == true then
  916. burndmg(hit.Parent,6,3,5)
  917. end
  918. HitSnd:Play()
  919. end
  920. end
  921. end
  922. Hitbox.Touched:connect(bladehit)
  923.  
  924. --Teleport--
  925. function Teleport(pos)
  926. if dell == false then
  927. dell = true
  928. TeleSnd:Play()
  929. local trace = Instance.new("Part",game.Workspace)
  930. trace.Size = Vector3.new(0,0,0)
  931. trace.Position = chara.Torso.Position
  932. trace.CFrame = chara.Torso.CFrame
  933. trace.Anchored = true
  934. trace.CanCollide = false
  935. local mehs = Instance.new("SpecialMesh",trace)
  936. mehs.Scale = Vector3.new(5,10,5)
  937. mehs.MeshId = "http://www.roblox.com/asset/?id=1095708"
  938. tracedisappear = coroutine.wrap(function()
  939. for i = 1, 9 do
  940. wait(.01)
  941. trace.Transparency = trace.Transparency + .1
  942. mehs.Scale = mehs.Scale + Vector3.new(.5,1,.5)
  943. end
  944. trace:Destroy()
  945. end)
  946. tracedisappear()
  947. chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  948. dell = false
  949. ChargeUAnim:Stop()
  950. end
  951. end
  952.  
  953. --Burn Slash--
  954. function BurnSlash()
  955. if dell == false then
  956. dell = true
  957. UnsheathK()
  958. ChargeUAnim:Play()
  959. wait(.5)
  960. bladeeff.Enabled = true
  961. BurningSnd:Play()
  962. BurnSnd:Play()
  963. wait(.5)
  964. chatfunc("Blazing Blade!")
  965. ChargeUAnim:Stop()
  966. bladeactive = true
  967. burnactive = true
  968. SLAnim:Play()
  969. local bssnd = BurnSlashSnd:clone()
  970. bssnd.Parent = chara
  971. bssnd.PlayOnRemove = true
  972. bssnd:Destroy()
  973. SRAnim:Stop()
  974. wait(.3)
  975. SRAnim:Play()
  976. local bssnd = BurnSlashSnd:clone()
  977. bssnd.Parent = chara
  978. bssnd.PlayOnRemove = true
  979. bssnd:Destroy()
  980. SLAnim:Stop()
  981. wait(.3)
  982. dell = false
  983. bladeeff.Enabled = false
  984. bladeactive = false
  985. burnactive = false
  986. BurningSnd:Stop()
  987. SRAnim:Stop()
  988. SheathK()
  989. end
  990. end
  991.  
  992. --Wave of Fire--
  993. function FireWave()
  994. if dell == false then
  995. dell = true
  996. UnsheathK()
  997. bladeeff.Enabled = true
  998. SlashFireAnim:Play()
  999. BurnSlashSnd:Play()
  1000. chatfunc("Fire Wave!")
  1001. wait(.2)
  1002. local firewave = Instance.new("Part",game.Workspace)
  1003. firewave.Size = Vector3.new(8,1,1)
  1004. firewave.Transparency = 1
  1005. firewave.CanCollide = false
  1006. firewave.Position = chara.HumanoidRootPart.Position + chara.HumanoidRootPart.CFrame.lookVector * 5
  1007. firewave.CFrame = chara.HumanoidRootPart.CFrame + chara.HumanoidRootPart.CFrame.lookVector * 5
  1008. FireEffect(firewave)
  1009. local bodf = Instance.new("BodyForce",firewave)
  1010. bodf.Force = Vector3.new(0,game.Workspace.Gravity*firewave:GetMass(),0)
  1011. firewave.Velocity = chara.HumanoidRootPart.CFrame.lookVector * 50
  1012. debby:AddItem(firewave,10)
  1013. firewave.Touched:connect(function(hit)
  1014. if hit.Parent ~= chara and hit.Parent:FindFirstChild("Humanoid") ~= nil then
  1015. dealdmg(hit.Parent,15,2,1)
  1016. burndmg(hit.Parent,5,2,5)
  1017. end
  1018. end)
  1019. wait(.7)
  1020. bladeeff.Enabled = false
  1021. SheathK()
  1022. dell = false
  1023. end
  1024. end
  1025.  
  1026. --Sonic Dice--
  1027. function SonicDice()
  1028. if dell == false then
  1029. dell = true
  1030. chatfunc("Sonic Dice...")
  1031. chara.Humanoid.WalkSpeed = 0
  1032. UnsheathK()
  1033. ChargeUAnim:Play()
  1034. wait(2)
  1035. chara.Humanoid.WalkSpeed = 50
  1036. Cloak(1)
  1037. ChargeUAnim:Stop()
  1038. SpinAnim:Play()
  1039. local slashpart = Instance.new("Part",chara)
  1040. slashpart.Transparency = 1
  1041. slashpart.CanCollide = false
  1042. slashpart.Size = Vector3.new(10,10,10)
  1043. slashpart.BottomSurface = 0
  1044. slashpart.TopSurface = 0
  1045. slashpart.Position = chara.Torso.Position
  1046. slashpart.CFrame = chara.Torso.CFrame
  1047. local pweld = Instance.new("Weld",slashpart)
  1048. pweld.Part0 = slashpart
  1049. pweld.Part1 = chara.Torso
  1050. local pemit = Instance.new("ParticleEmitter",slashpart)
  1051. pemit.LightEmission = 1
  1052. pemit.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.5,5),NumberSequenceKeypoint.new(1,0)})
  1053. pemit.Texture = "rbxassetid://337291948"
  1054. pemit.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(.5,0),NumberSequenceKeypoint.new(1,1)})
  1055. pemit.Lifetime = NumberRange.new(.5)
  1056. pemit.Rate = 20
  1057. pemit.Rotation = NumberRange.new(0,359)
  1058. pemit.RotSpeed = NumberRange.new(500)
  1059. pemit.Speed = NumberRange.new(0)
  1060. slashpart.Touched:connect(function(hit)
  1061. if hit.Parent:FindFirstChild("Humanoid") ~= nil then
  1062. dealdmg(hit.Parent,12,2,0)
  1063. HitSnd:Play()
  1064. end
  1065. end)
  1066. for i = 1, 100 do
  1067. wait(.1)
  1068. local bssnd = SlashSnd:clone()
  1069. bssnd.Parent = chara
  1070. bssnd.PlayOnRemove = true
  1071. bssnd.PlaybackSpeed = bssnd.PlaybackSpeed + math.random(-.5,.5)
  1072. bssnd:Destroy()
  1073. end
  1074. chara.Humanoid.WalkSpeed = 0
  1075. SpinAnim:Stop()
  1076. slashpart:Destroy()
  1077. ChargeUAnim:Play()
  1078. Cloak(0)
  1079. wait(2)
  1080. ChargeUAnim:Stop()
  1081. SheathK()
  1082. chara.Humanoid.WalkSpeed = 16
  1083. dell = false
  1084. end
  1085. end
  1086.  
  1087. --Burning Soul--
  1088. punchactive = false
  1089. function BurningSoul()
  1090. if dell == false then
  1091. dell = true
  1092. ChargeUAnim:Play()
  1093. chara.Humanoid.WalkSpeed = 0
  1094. for i = 1, 10 do
  1095. wait(.1)
  1096. for i = 1, #sheathpart do
  1097. sheathpart[i].Transparency = sheathpart[i].Transparency + .1
  1098. end
  1099. end
  1100. chatfunc("Burning Soul!")
  1101. BurnSnd:Play()
  1102. BurningSnd:Play()
  1103. lfire = FireEffect(chara["Left Arm"])
  1104. rfire = FireEffect(chara["Right Arm"])
  1105. local jtrace = Instance.new("Part",game.Workspace)
  1106. jtrace.Size = Vector3.new(0,0,0)
  1107. jtrace.Position = chara.Torso.Position
  1108. jtrace.CFrame = chara.Torso.CFrame - Vector3.new(0,2,0)
  1109. jtrace.Anchored = true
  1110. jtrace.BrickColor = BrickColor.new("New Yeller")
  1111. GongSnd:Play()
  1112. local tmesh = Instance.new("SpecialMesh",jtrace)
  1113. tmesh.MeshId = "http://www.roblox.com/asset/?id=1125478"
  1114. tmesh.Scale = Vector3.new(0,0,0)
  1115. for i = 1, 10 do
  1116. wait(.01)
  1117. jtrace.Transparency = jtrace.Transparency + .1
  1118. tmesh.Scale = tmesh.Scale + Vector3.new(2,.05,2)
  1119. end
  1120. jtrace:Destroy()
  1121. wait(.5)
  1122. chatfunc("All your efforts are...")
  1123. wait(.5)
  1124. chara.Humanoid.WalkSpeed = 16
  1125. ChargeUAnim:Stop()
  1126. MudaSnd:Play()
  1127. chatfunc("USELESS USELESS USELESS!")
  1128. punchactive = true
  1129. for i = 1, 4 do
  1130. PunchAnim:Play()
  1131. for i = 1, 10 do
  1132. wait(.1)
  1133. local bssnd = BurnSlashSnd:clone()
  1134. bssnd.Parent = chara
  1135. bssnd.PlayOnRemove = true
  1136. bssnd.PlaybackSpeed = bssnd.PlaybackSpeed + math.random(-.2,.2)
  1137. bssnd:Destroy()
  1138. end
  1139. end
  1140. rfire:Destroy()
  1141. lfire:Destroy()
  1142. BurningSnd:Stop()
  1143. punchactive = false
  1144. PunchAnim:Stop()
  1145. ChargeUAnim:Play()
  1146. chara.Humanoid.WalkSpeed = 0
  1147. for i = 1, 10 do
  1148. wait(.1)
  1149. for i = 1, #sheathpart do
  1150. sheathpart[i].Transparency = sheathpart[i].Transparency - .1
  1151. end
  1152. end
  1153. ChargeUAnim:Stop()
  1154. chatfunc("Give me a break...")
  1155. chara.Humanoid.WalkSpeed = 16
  1156. dell = false
  1157. end
  1158. end
  1159. function HandTouch(hit)
  1160. if punchactive == true then
  1161. if hit.Parent:FindFirstChild("Humanoid") ~= nil and hit.Parent ~= chara and hit.Parent:FindFirstChild("IsHit")==nil then
  1162. BurnPunchSnd:Play()
  1163. dealdmg(hit.Parent,5,2,0.1)
  1164. burndmg(hit.Parent,1,0,7)
  1165. end
  1166. end
  1167. end
  1168. chara["Left Arm"].Touched:connect(HandTouch)
  1169. chara["Right Arm"].Touched:connect(HandTouch)
  1170.  
  1171. --Dragon Wrath--
  1172. function DragonWrath()
  1173. if dell == false then
  1174. dell = true
  1175. GongSnd:Play()
  1176. local spellcircle = Instance.new("Part",chara)
  1177. spellcircle.Anchored = true
  1178. spellcircle.Size = Vector3.new(50,1,50)
  1179. spellcircle.CFrame = chara.Torso.CFrame - Vector3.new(0,2.4,0)
  1180. spellcircle.Transparency = 1
  1181. spellcircle.CanCollide = false
  1182. local blkm = Instance.new("BlockMesh",spellcircle)
  1183. blkm.Scale = Vector3.new(0,1,0)
  1184. local dec = Instance.new("Decal",spellcircle)
  1185. dec.Texture = "http://www.roblox.com/asset/?id=57955374"
  1186. dec.Transparency = 1
  1187. dec.Face = "Top"
  1188. local ptl = Instance.new("PointLight",spellcircle)
  1189. ptl.Range = 0
  1190. ptl.Color = Color3.new(1,.5,0)
  1191. local bpos = Instance.new("BodyPosition",chara.Torso)
  1192. bpos.Position = chara.Torso.Position + Vector3.new(0,10,0)
  1193. bpos.maxForce = Vector3.new(10000,10000,10000)
  1194. RiseAnim:Play()
  1195. spellc = coroutine.wrap(function()
  1196. while spellc ~= nil do
  1197. wait(.01)
  1198. spellcircle.CFrame = spellcircle.CFrame * CFrame.fromEulerAnglesXYZ(0,10,0)
  1199. end
  1200. end)
  1201. spellc()
  1202. for i = 1, 10 do
  1203. wait(.01)
  1204. ptl.Range = ptl.Range + 10
  1205. dec.Transparency = dec.Transparency - .1
  1206. blkm.Scale = blkm.Scale + Vector3.new(.2,0,.2)
  1207. end
  1208. wait(.9)
  1209. chatfunc("Are you ready to die?")
  1210. wait(1)
  1211. chatfunc("BURN IN HELL.")
  1212. wait(1)
  1213. local ex = Instance.new("Explosion",game.Workspace)
  1214. ex.Position = chara.Torso.Position
  1215. ex.BlastPressure = 0
  1216. ex.BlastRadius = 50
  1217. ex.Visible = false
  1218. ex.Hit:connect(function(hit)
  1219. if hit.Parent ~= chara and hit.Parent:FindFirstChild("Humanoid")~=nil then
  1220. local torsy = nil
  1221. if hit.Parent:FindFirstChild("Torso")~=nil then
  1222. torsy = hit.Parent.Torso
  1223. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  1224. torsy = hit.Parent.UpperTorso
  1225. end
  1226. local bodf = Instance.new("BodyVelocity",torsy)
  1227. bodf.Velocity = (torsy.CFrame.lookVector*-100)+Vector3.new(0,50,0)
  1228. debby:AddItem(bodf,1)
  1229. local fir = FireEffect(torsy)
  1230. fir.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,3),NumberSequenceKeypoint.new(1,0)})
  1231. fir.Acceleration = Vector3.new(0,90,0)
  1232. dealdmg(hit.Parent,50,0,1)
  1233. burndmg(hit.Parent,10,2,5)
  1234. end
  1235. end)
  1236. local fieff = FireEffect(spellcircle)
  1237. fieff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,20),NumberSequenceKeypoint.new(1,0)})
  1238. fieff.Acceleration = Vector3.new(0,400,0)
  1239. fieff.Rate = 99999
  1240. BurningSnd:Play()
  1241. BurnSnd:Play()
  1242. wait(5)
  1243. BurningSnd:Stop()
  1244. fieff.Enabled = false
  1245. wait(1)
  1246. fieff:Destroy()
  1247. for i = 1, 10 do
  1248. wait(.01)
  1249. ptl.Range = ptl.Range - 10
  1250. dec.Transparency = dec.Transparency + .1
  1251. blkm.Scale = blkm.Scale - Vector3.new(.2,0,.2)
  1252. end
  1253. spellcircle:Destroy()
  1254. bpos:Destroy()
  1255. RiseAnim:Stop()
  1256. dell = false
  1257. end
  1258. end
  1259.  
  1260. --Nightmare--
  1261. didgrab = false
  1262. activegrab = false
  1263. function Nightmare(hit)
  1264. if activegrab == true then
  1265. if hit.Parent ~= chara and hit.Parent:FindFirstChild("Humanoid")~=nil then
  1266. activegrab = false
  1267. chara.Humanoid.WalkSpeed = 0
  1268. UnsheathK()
  1269. dell = true
  1270. didgrab = true
  1271. local torsy = nil
  1272. if hit.Parent:FindFirstChild("Torso")~=nil then
  1273. torsy = hit.Parent.Torso
  1274. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  1275. torsy = hit.Parent.UpperTorso
  1276. end
  1277. chara.Torso.CFrame = torsy.CFrame + (torsy.CFrame.lookVector*-30)
  1278. hit.Parent.Humanoid.PlatformStand = true
  1279. local bpos = Instance.new("BodyPosition",torsy)
  1280. bpos.Position = torsy.Position
  1281. bpos.maxForce = Vector3.new(10000,10000,10000)
  1282. wait(1)
  1283. local slashpart = Instance.new("Part",chara)
  1284. slashpart.Transparency = 1
  1285. slashpart.CanCollide = false
  1286. slashpart.Anchored = true
  1287. slashpart.Size = Vector3.new(10,10,10)
  1288. slashpart.BottomSurface = 0
  1289. slashpart.TopSurface = 0
  1290. slashpart.Position = torsy.Position
  1291. slashpart.CFrame = torsy.CFrame
  1292. local pemit = Instance.new("ParticleEmitter",slashpart)
  1293. pemit.LightEmission = 1
  1294. pemit.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.5,5),NumberSequenceKeypoint.new(1,0)})
  1295. pemit.Texture = "rbxassetid://337291948"
  1296. pemit.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(.5,0),NumberSequenceKeypoint.new(1,1)})
  1297. pemit.Lifetime = NumberRange.new(.5)
  1298. pemit.Rate = 20
  1299. pemit.Rotation = NumberRange.new(0,359)
  1300. pemit.RotSpeed = NumberRange.new(500)
  1301. pemit.Speed = NumberRange.new(0)
  1302. for i = 1, 50 do
  1303. wait(.01)
  1304. local bssnd = SlashSnd:clone()
  1305. bssnd.Parent = chara
  1306. bssnd.PlayOnRemove = true
  1307. bssnd.PlaybackSpeed = bssnd.PlaybackSpeed + math.random(-.5,.5)
  1308. bssnd:Destroy()
  1309. torsy.CFrame = torsy.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359)))
  1310. dealdmg(hit.Parent,1,2,0)
  1311. end
  1312. slashpart:Destroy()
  1313. wait(.5)
  1314. local spellcircle = Instance.new("Part",torsy)
  1315. spellcircle.Anchored = true
  1316. spellcircle.Size = Vector3.new(10,1,10)
  1317. spellcircle.CFrame = CFrame.new(torsy.Position.X,torsy.Position.Y,torsy.Position.Z) - Vector3.new(0,2.4,0)
  1318. spellcircle.Transparency = 1
  1319. spellcircle.CanCollide = false
  1320. local blkm = Instance.new("BlockMesh",spellcircle)
  1321. blkm.Scale = Vector3.new(0,1,0)
  1322. local dec = Instance.new("Decal",spellcircle)
  1323. dec.Texture = "http://www.roblox.com/asset/?id=57955374"
  1324. dec.Transparency = 1
  1325. dec.Face = "Top"
  1326. local ptl = Instance.new("PointLight",spellcircle)
  1327. ptl.Range = 0
  1328. ptl.Color = Color3.new(1,.5,0)
  1329. GongSnd:Play()
  1330. spellc = coroutine.wrap(function()
  1331. while spellc ~= nil do
  1332. wait(.01)
  1333. spellcircle.CFrame = spellcircle.CFrame * CFrame.fromEulerAnglesXYZ(0,10,0)
  1334. end
  1335. end)
  1336. spellc()
  1337. for i = 1, 10 do
  1338. wait(.01)
  1339. ptl.Range = ptl.Range + 4
  1340. dec.Transparency = dec.Transparency - .1
  1341. blkm.Scale = blkm.Scale + Vector3.new(.4,0,.4)
  1342. end
  1343. wait(1)
  1344. local ex = Instance.new("Explosion",game.Workspace)
  1345. ex.Position = chara.Torso.Position
  1346. ex.BlastPressure = 0
  1347. ex.BlastRadius = 50
  1348. ex.Visible = false
  1349. ex.Hit:connect(function(hit)
  1350. if hit.Parent ~= chara and hit.Parent:FindFirstChild("Humanoid")~=nil then
  1351. local torsy = nil
  1352. if hit.Parent:FindFirstChild("Torso")~=nil then
  1353. torsy = hit.Parent.Torso
  1354. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  1355. torsy = hit.Parent.UpperTorso
  1356. end
  1357. local bodf = Instance.new("BodyVelocity",torsy)
  1358. bodf.Velocity = Vector3.new(math.random(-100,100),40,math.random(-100,100))
  1359. debby:AddItem(bodf,1)
  1360. bpos:Destroy()
  1361. local fir = FireEffect(torsy)
  1362. fir.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,3),NumberSequenceKeypoint.new(1,0)})
  1363. fir.Acceleration = Vector3.new(0,90,0)
  1364. dealdmg(hit.Parent,30,0,1)
  1365. burndmg(hit.Parent,20,5,999)
  1366. end
  1367. end)
  1368. local fieff = FireEffect(spellcircle)
  1369. fieff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,20),NumberSequenceKeypoint.new(1,0)})
  1370. fieff.Acceleration = Vector3.new(0,400,0)
  1371. fieff.Rate = 99999
  1372. BurningSnd:Play()
  1373. BurnSnd:Play()
  1374. wait(5)
  1375. BurningSnd:Stop()
  1376. fieff.Enabled = false
  1377. wait(1)
  1378. fieff:Destroy()
  1379. for i = 1, 10 do
  1380. wait(.01)
  1381. ptl.Range = ptl.Range - 4
  1382. dec.Transparency = dec.Transparency + .1
  1383. blkm.Scale = blkm.Scale - Vector3.new(.4,0,.4)
  1384. end
  1385. spellcircle:Destroy()
  1386. dell = false
  1387. chara.Humanoid.WalkSpeed = 16
  1388. didgrab = false
  1389. ChargeUAnim:Stop()
  1390. SheathK()
  1391. end
  1392. end
  1393. end
  1394. chara.Torso.Touched:connect(Nightmare)
  1395.  
  1396. --Button1Down--
  1397. dell = false
  1398. function onButton1Down()
  1399. if dell == false then
  1400. dell = true
  1401. UnsheathK()
  1402. bladeactive = true
  1403. for i = 1, 2 do
  1404. SLAnim:Play()
  1405. SlashSnd:Play()
  1406. SRAnim:Stop()
  1407. wait(.3)
  1408. SRAnim:Play()
  1409. SlashSnd:Play()
  1410. SLAnim:Stop()
  1411. wait(.3)
  1412. end
  1413. SheathK()
  1414. bladeactive = false
  1415. dell = false
  1416. SRAnim:Stop()
  1417. SLAnim:Stop()
  1418. end
  1419. end
  1420.  
  1421. --KeyDowns--
  1422. function onKeyDown(key)
  1423. if key == "z" then
  1424. Teleport(Mouse.Hit.p + Vector3.new(0,2,0))
  1425. elseif key == "x" then
  1426. BurnSlash()
  1427. elseif key == "c" then
  1428. FireWave()
  1429. elseif key == "v" then
  1430. SonicDice()
  1431. elseif key == "b" then
  1432. BurningSoul()
  1433. elseif key == "n" then
  1434. DragonWrath()
  1435. elseif key == "m" then
  1436. dell = true
  1437. chara.Humanoid.WalkSpeed = 5
  1438. ChargeUAnim:Play()
  1439. activegrab = true
  1440. wait(5)
  1441. if didgrab == false then
  1442. chatfunc("Crap.")
  1443. ChargeUAnim:Stop()
  1444. activegrab = false
  1445. dell = false
  1446. chara.Humanoid.WalkSpeed = 16
  1447. elseif didgrab == true then
  1448. end
  1449. elseif key == "l" then
  1450. if mus == true then
  1451. Music:Stop()
  1452. mus = false
  1453. elseif mus == false then
  1454. Music:Play()
  1455. mus = true
  1456. end
  1457. end
  1458. end
  1459.  
  1460. --Mouse Functions--
  1461. Mouse = player:GetMouse()
  1462. if Mouse then
  1463. Mouse.Button1Down:connect(onButton1Down)
  1464. Mouse.KeyDown:connect(onKeyDown)
  1465. end
  1466.  
  1467. while true do
  1468. wait(.1)
  1469. chara.Humanoid.Health = math.floor(chara.Humanoid.Health + 50)
  1470. htecks.Text = chara.Humanoid.Health.."/"..chara.Humanoid.MaxHealth
  1471. for i = 1, #katanapart do
  1472. katanapart[i].Anchored = false
  1473. end
  1474. for i = 1, #sheathpart do
  1475. sheathpart[i].Anchored = false
  1476. end
  1477. for i = 1, #lap do
  1478. lap[i].Anchored = false
  1479. end
  1480. for i = 1, #rap do
  1481. rap[i].Anchored = false
  1482. end
  1483. for i = 1, #llp do
  1484. llp[i].Anchored = false
  1485. end
  1486. for i = 1, #rlp do
  1487. rlp[i].Anchored = false
  1488. end
  1489. for i = 1, #chp do
  1490. chp[i].Anchored = false
  1491. end
  1492. for i = 1, #hdp do
  1493. hdp[i].Anchored = false
  1494. end
  1495. for i = 1, #ch do
  1496. if ch[i].ClassName == "Part" then
  1497. ch[i].Anchored = false
  1498. end
  1499. end
  1500. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement