rcubed1003

Ryuneko fe ver

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