SHOW:
|
|
- or go back to the newest paste.
| 1 | -- This script has been converted to FE by iPxter | |
| 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,Mouse,mouse,UserInputService,ContextActionService = owner | |
| 6 | do | |
| 7 | print("FE Compatibility by ki2005rill")
| |
| 8 | script.Parent = Player.Character | |
| 9 | ||
| 10 | --RemoteEvent for communicating | |
| 11 | - | local Player = game.Players.localPlayer |
| 11 | + | local Event = Instance.new("RemoteEvent")
|
| 12 | Event.Name = "UserInput_Event" | |
| 13 | ||
| 14 | - | local Mouse = Player:GetMouse() |
| 14 | + | --Fake event to make stuff like Mouse.KeyDown work |
| 15 | local function fakeEvent() | |
| 16 | local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
| |
| 17 | t.connect = t.Connect | |
| 18 | return t | |
| 19 | end | |
| 20 | ||
| 21 | --Creating fake input objects with fake variables | |
| 22 | local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
| |
| 23 | local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
| |
| 24 | local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
| |
| 25 | CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
| |
| 26 | end} | |
| 27 | --Merged 2 functions into one by checking amount of arguments | |
| 28 | CAS.UnbindAction = CAS.BindAction | |
| 29 | ||
| 30 | --This function will trigger the events that have been :Connect()'ed | |
| 31 | local function te(self,ev,...) | |
| 32 | local t = m[ev] | |
| 33 | if t and t._fakeEvent and t.Function then | |
| 34 | t.Function(...) | |
| 35 | end | |
| 36 | end | |
| 37 | m.TrigEvent = te | |
| 38 | UIS.TrigEvent = te | |
| 39 | ||
| 40 | Event.OnServerEvent:Connect(function(plr,io) | |
| 41 | if plr~=Player then return end | |
| 42 | if io.isMouse then | |
| 43 | m.Target = io.Target | |
| 44 | m.Hit = io.Hit | |
| 45 | else | |
| 46 | local b = io.UserInputState == Enum.UserInputState.Begin | |
| 47 | if io.UserInputType == Enum.UserInputType.MouseButton1 then | |
| 48 | return m:TrigEvent(b and "Button1Down" or "Button1Up") | |
| 49 | end | |
| 50 | for _,t in pairs(CAS.Actions) do | |
| 51 | for _,k in pairs(t.Keys) do | |
| 52 | if k==io.KeyCode then | |
| 53 | t.Function(t.Name,io.UserInputState,io) | |
| 54 | end | |
| 55 | end | |
| 56 | end | |
| 57 | m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower()) | |
| 58 | UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false) | |
| 59 | end | |
| 60 | end) | |
| 61 | Event.Parent = NLS([==[ | |
| 62 | local Player = game:GetService("Players").LocalPlayer
| |
| 63 | local Event = script:WaitForChild("UserInput_Event")
| |
| 64 | ||
| 65 | local UIS = game:GetService("UserInputService")
| |
| 66 | local input = function(io,a) | |
| 67 | if a then return end | |
| 68 | --Since InputObject is a client-side instance, we create and pass table instead | |
| 69 | Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
| |
| 70 | end | |
| 71 | UIS.InputBegan:Connect(input) | |
| 72 | UIS.InputEnded:Connect(input) | |
| 73 | ||
| 74 | local Mouse = Player:GetMouse() | |
| 75 | local h,t | |
| 76 | --Give the server mouse data 30 times every second, but only if the values changed | |
| 77 | --If player is not moving their mouse, client won't fire events | |
| 78 | while wait(1/30) do | |
| 79 | if h~=Mouse.Hit or t~=Mouse.Target then | |
| 80 | h,t=Mouse.Hit,Mouse.Target | |
| 81 | Event:FireServer({isMouse=true,Target=t,Hit=h})
| |
| 82 | end | |
| 83 | end]==],Player.Character) | |
| 84 | Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS | |
| 85 | end | |
| 86 | --[[False pure by grgrgry21. | |
| 87 | A | |
| 88 | A A | |
| 89 | A C A | |
| 90 | A A | |
| 91 | A | |
| 92 | Since i cant git a gud names, so ill just | |
| 93 | ]]-- | |
| 94 | wait(1 / 60) | |
| 95 | Effects = { }
| |
| 96 | local Player = owner | |
| 97 | local Character = Player.Character | |
| 98 | local Humanoid = Character.Humanoid | |
| 99 | local LeftArm = Character["Left Arm"] | |
| 100 | local RightArm = Character["Right Arm"] | |
| 101 | local LeftLeg = Character["Left Leg"] | |
| 102 | local RightLeg = Character["Right Leg"] | |
| 103 | local Head = Character.Head | |
| 104 | local Torso = Character.Torso | |
| 105 | local Camera = game.Workspace.CurrentCamera | |
| 106 | local RootPart = Character.HumanoidRootPart | |
| 107 | local RootJoint = RootPart.RootJoint | |
| 108 | local attack = false | |
| 109 | local Anim = 'Idle' | |
| 110 | local attacktype = 1 | |
| 111 | local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude | |
| 112 | local velocity = RootPart.Velocity.y | |
| 113 | local sine = 0 | |
| 114 | local change = 1 | |
| 115 | local doe = 0 | |
| 116 | local Create = LoadLibrary("RbxUtility").Create
| |
| 117 | ||
| 118 | local m = Create("Model"){
| |
| 119 | Parent = Character, | |
| 120 | Name = "WeaponModel", | |
| 121 | } | |
| 122 | ||
| 123 | Humanoid.Animator.Parent = nil | |
| 124 | Character.Animate.Parent = nil | |
| 125 | ||
| 126 | local newMotor = function(part0, part1, c0, c1) | |
| 127 | local w = Create('Motor'){
| |
| 128 | Parent = part0, | |
| 129 | Part0 = part0, | |
| 130 | Part1 = part1, | |
| 131 | C0 = c0, | |
| 132 | C1 = c1, | |
| 133 | } | |
| 134 | return w | |
| 135 | end | |
| 136 | ||
| 137 | function clerp(a, b, t) | |
| 138 | return a:lerp(b, t) | |
| 139 | end | |
| 140 | ||
| 141 | RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14) | |
| 142 | NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
| 143 | ||
| 144 | local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0)) | |
| 145 | local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0)) | |
| 146 | local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0)) | |
| 147 | local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0)) | |
| 148 | RootJoint.C1 = CFrame.new(0, 0, 0) | |
| 149 | RootJoint.C0 = CFrame.new(0, 0, 0) | |
| 150 | Torso.Neck.C1 = CFrame.new(0, 0, 0) | |
| 151 | Torso.Neck.C0 = CFrame.new(0, 1.5, 0) | |
| 152 | ||
| 153 | local rarmc1 = RW.C1 | |
| 154 | local larmc1 = LW.C1 | |
| 155 | local rlegc1 = RH.C1 | |
| 156 | local llegc1 = LH.C1 | |
| 157 | ||
| 158 | local resetc1 = false | |
| 159 | ||
| 160 | function PlayAnimationFromTable(table, speed, bool) | |
| 161 | RootJoint.C0 = clerp(RootJoint.C0, table[1], speed) | |
| 162 | Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed) | |
| 163 | RW.C0 = clerp(RW.C0, table[3], speed) | |
| 164 | LW.C0 = clerp(LW.C0, table[4], speed) | |
| 165 | RH.C0 = clerp(RH.C0, table[5], speed) | |
| 166 | LH.C0 = clerp(LH.C0, table[6], speed) | |
| 167 | if bool == true then | |
| 168 | if resetc1 == false then | |
| 169 | resetc1 = true | |
| 170 | RootJoint.C1 = RootJoint.C1 | |
| 171 | Torso.Neck.C1 = Torso.Neck.C1 | |
| 172 | RW.C1 = rarmc1 | |
| 173 | LW.C1 = larmc1 | |
| 174 | RH.C1 = rlegc1 | |
| 175 | LH.C1 = llegc1 | |
| 176 | end | |
| 177 | end | |
| 178 | end | |
| 179 | ||
| 180 | ArtificialHB = Create("BindableEvent", script){
| |
| 181 | Parent = script, | |
| 182 | Name = "Heartbeat", | |
| 183 | } | |
| 184 | ||
| 185 | script:WaitForChild("Heartbeat")
| |
| 186 | ||
| 187 | frame = 1 / 30 | |
| 188 | tf = 0 | |
| 189 | allowframeloss = false | |
| 190 | tossremainder = false | |
| 191 | lastframe = tick() | |
| 192 | script.Heartbeat:Fire() | |
| 193 | ||
| 194 | game:GetService("RunService").Heartbeat:connect(function(s, p)
| |
| 195 | tf = tf + s | |
| 196 | if tf >= frame then | |
| 197 | if allowframeloss then | |
| 198 | script.Heartbeat:Fire() | |
| 199 | lastframe = tick() | |
| 200 | else | |
| 201 | for i = 1, math.floor(tf / frame) do | |
| 202 | script.Heartbeat:Fire() | |
| 203 | end | |
| 204 | lastframe = tick() | |
| 205 | end | |
| 206 | if tossremainder then | |
| 207 | tf = 0 | |
| 208 | else | |
| 209 | tf = tf - frame * math.floor(tf / frame) | |
| 210 | end | |
| 211 | end | |
| 212 | end) | |
| 213 | ||
| 214 | function swait(num) | |
| 215 | if num == 0 or num == nil then | |
| 216 | ArtificialHB.Event:wait() | |
| 217 | else | |
| 218 | for i = 0, num do | |
| 219 | ArtificialHB.Event:wait() | |
| 220 | end | |
| 221 | end | |
| 222 | end | |
| 223 | ||
| 224 | function RemoveOutlines(part) | |
| 225 | part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10 | |
| 226 | end | |
| 227 | ||
| 228 | CFuncs = {
| |
| 229 | ["Part"] = {
| |
| 230 | Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size) | |
| 231 | local Part = Create("Part"){
| |
| 232 | Parent = Parent, | |
| 233 | Reflectance = Reflectance, | |
| 234 | Transparency = Transparency, | |
| 235 | CanCollide = false, | |
| 236 | Locked = true, | |
| 237 | BrickColor = BrickColor.new(tostring(BColor)), | |
| 238 | Name = Name, | |
| 239 | Size = Size, | |
| 240 | Material = Material, | |
| 241 | } | |
| 242 | RemoveOutlines(Part) | |
| 243 | return Part | |
| 244 | end; | |
| 245 | }; | |
| 246 | ||
| 247 | ["Mesh"] = {
| |
| 248 | Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) | |
| 249 | local Msh = Create(Mesh){
| |
| 250 | Parent = Part, | |
| 251 | Offset = OffSet, | |
| 252 | Scale = Scale, | |
| 253 | } | |
| 254 | if Mesh == "SpecialMesh" then | |
| 255 | Msh.MeshType = MeshType | |
| 256 | Msh.MeshId = MeshId | |
| 257 | end | |
| 258 | return Msh | |
| 259 | end; | |
| 260 | }; | |
| 261 | ||
| 262 | ["Mesh"] = {
| |
| 263 | Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) | |
| 264 | local Msh = Create(Mesh){
| |
| 265 | Parent = Part, | |
| 266 | - | Handle = New("Part",FalsePure,"Handle",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.299999982, 1.70000005, 0.299999982),CFrame = CFrame.new(-48.2500916, -1.57008398, -61.3999672, -9.0876497e-28, -0.999992251, -2.19723599e-41, 1, 1.11071278e-27, 4.5236298e-26, 4.56401948e-26, 2.19723599e-41, 0.999992251),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 266 | + | |
| 267 | Scale = Scale, | |
| 268 | } | |
| 269 | if Mesh == "SpecialMesh" then | |
| 270 | - | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Lily white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.5, 0.200000003),CFrame = CFrame.new(-47.2715149, -1.36338556, -61.3999634, 2.56239254e-32, 0.49999404, -0.86601758, -2.22388375e-11, 0.866026103, 0.499999374, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.929412, 0.917647, 0.917647),})
|
| 270 | + | |
| 271 | Msh.MeshId = MeshId | |
| 272 | end | |
| 273 | return Msh | |
| 274 | end; | |
| 275 | }; | |
| 276 | ||
| 277 | ["Weld"] = {
| |
| 278 | Create = function(Parent, Part0, Part1, C0, C1) | |
| 279 | local Weld = Create("Weld"){
| |
| 280 | Parent = Parent, | |
| 281 | Part0 = Part0, | |
| 282 | Part1 = Part1, | |
| 283 | C0 = C0, | |
| 284 | C1 = C1, | |
| 285 | - | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Lily white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.600000024, 0.400000006),CFrame = CFrame.new(-47.6331177, -1.78969467, -61.3999634, 2.56239989e-32, -0.500006378, 0.866009593, -2.22389e-11, -0.866019011, -0.500011802, 0.999989152, 1.49010226e-08, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.929412, 0.917647, 0.917647),})
|
| 285 | + | |
| 286 | return Weld | |
| 287 | end; | |
| 288 | - | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Lily white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.899999976, 0.200000003),CFrame = CFrame.new(-47.3447189, -1.0901736, -61.3999634, -4.32129639e-07, 0.499998748, 0.866015792, 1.97440386e-07, 0.866032064, -0.500000596, -0.999988616, -1.49010226e-08, 2.38416362e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.929412, 0.917647, 0.917647),})
|
| 288 | + | |
| 289 | ||
| 290 | ["Sound"] = {
| |
| 291 | Create = function(id, par, vol, pit) | |
| 292 | coroutine.resume(coroutine.create(function() | |
| 293 | local S = Create("Sound"){
| |
| 294 | Volume = vol, | |
| 295 | Pitch = pit or 1, | |
| 296 | SoundId = id, | |
| 297 | Parent = par or workspace, | |
| 298 | } | |
| 299 | wait() | |
| 300 | S:play() | |
| 301 | game:GetService("Debris"):AddItem(S, 6)
| |
| 302 | end)) | |
| 303 | end; | |
| 304 | }; | |
| 305 | ||
| 306 | ["ParticleEmitter"] = {
| |
| 307 | Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread) | |
| 308 | local fp = Create("ParticleEmitter"){
| |
| 309 | Parent = Parent, | |
| 310 | Color = ColorSequence.new(Color1, Color2), | |
| 311 | LightEmission = LightEmission, | |
| 312 | Size = Size, | |
| 313 | Texture = Texture, | |
| 314 | Transparency = Transparency, | |
| 315 | ZOffset = ZOffset, | |
| 316 | Acceleration = Accel, | |
| 317 | Drag = Drag, | |
| 318 | LockedToPart = LockedToPart, | |
| 319 | VelocityInheritance = VelocityInheritance, | |
| 320 | EmissionDirection = EmissionDirection, | |
| 321 | Enabled = Enabled, | |
| 322 | Lifetime = LifeTime, | |
| 323 | Rate = Rate, | |
| 324 | Rotation = Rotation, | |
| 325 | RotSpeed = RotSpeed, | |
| 326 | Speed = Speed, | |
| 327 | VelocitySpread = VelocitySpread, | |
| 328 | } | |
| 329 | return fp | |
| 330 | end; | |
| 331 | }; | |
| 332 | ||
| 333 | CreateTemplate = {
| |
| 334 | ||
| 335 | }; | |
| 336 | } | |
| 337 | -- | |
| 338 | ||
| 339 | New = function(Object, Parent, Name, Data) | |
| 340 | local Object = Instance.new(Object) | |
| 341 | for Index, Value in pairs(Data or {}) do
| |
| 342 | Object[Index] = Value | |
| 343 | end | |
| 344 | Object.Parent = Parent | |
| 345 | Object.Name = Name | |
| 346 | return Object | |
| 347 | end | |
| 348 | ||
| 349 | FalsePure = New("Model",Character,"FalsePure",{})
| |
| 350 | Handle = New("Part",FalsePure,"Handle",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.299999982, 1.70000005, 0.299999982),CFrame = CFrame.new(-48.2500916, -1.57008398, -61.3999672, -9.0876497e-28, -0.999992251, -2.19723599e-41, 1, 1.11071278e-27, 4.5236298e-26, 4.56401948e-26, 2.19723599e-41, 0.999992251),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 351 | Mesh = New("CylinderMesh",Handle,"Mesh",{})
| |
| 352 | moter = New("Motor",Handle,"mot",{Part0 = RightArm,Part1 = Handle,})
| |
| 353 | ||
| 354 | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.5, 0.200000003),CFrame = CFrame.new(-47.2715149, -1.36338556, -61.3999634, 2.56239254e-32, 0.49999404, -0.86601758, -2.22388375e-11, 0.866026103, 0.499999374, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.929412, 0.917647, 0.917647),})
| |
| 355 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 356 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.562414e-32, -2.22388375e-11, 0.99999845, 0.499998689, 0.866026103, -1.49011612e-08, -0.866025686, 0.499999374, 1.49011612e-08),C1 = CFrame.new(0.206698418, -0.97858429, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 357 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Pearl"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 1, 0.200000003),CFrame = CFrame.new(-47.0317993, -1.31070983, -61.3999672, 2.56235346e-32, 0.819148004, -0.573563516, -2.22384975e-11, 0.573569715, 0.819156826, 0.999989152, -1.49010226e-08, 3.12455703e-21),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.905882, 0.905882, 0.92549),})
| |
| 358 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.99000001, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 359 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56237491e-32, -2.22384975e-11, 0.99999845, 0.819155574, 0.573569715, -1.49011612e-08, -0.573568881, 0.819156826, 3.12454148e-21),C1 = CFrame.new(0.259374142, -1.21829987, 0, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 360 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Mid gray"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 1.29999995, 0.300000012),CFrame = CFrame.new(-46.8144493, -1.42025173, -61.3999634, 2.56235434e-32, 0.965918303, -0.258805573, -2.22385062e-11, 0.258808374, 0.965928674, 0.999989152, 9.87187756e-22, 7.45051132e-09),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.803922, 0.803922, 0.803922),})
| |
| 361 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.980000019, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 362 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56237579e-32, -2.22385062e-11, 0.99999845, 0.965927303, 0.258808374, 9.87182809e-22, -0.258807957, 0.965928674, 7.4505806e-09),C1 = CFrame.new(0.149832249, -1.43565369, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 363 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Ghost grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 1.79999995, 0.400000006),CFrame = CFrame.new(-46.5558586, -1.79347599, -61.3999672, 2.56234846e-32, 0.984803557, 0.173662081, -2.22384541e-11, -0.173657477, 0.984803081, 0.999989152, -2.98020453e-08, -3.72525566e-09),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.792157, 0.796079, 0.819608),})
| |
| 364 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.970000029, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 365 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56236992e-32, -2.22384541e-11, 0.99999845, 0.984812737, -0.173657477, -2.98023224e-08, 0.173663691, 0.984803081, -3.7252903e-09),C1 = CFrame.new(-0.22339201, -1.69424438, 0, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 366 | Spike = New("Part",FalsePure,"Spike",{Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 1.39999998, 0.600000024),CFrame = CFrame.new(-46.9159698, -2.03096008, -61.3999634, 2.5622988e-32, 0.76603353, 0.642783761, -2.22380222e-11, -0.642790675, 0.766041875, 0.999989152, -2.45183341e-21, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 367 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.959999979, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 368 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56232025e-32, -2.22380222e-11, 0.99999845, 0.766040683, -0.642790675, -2.45182129e-21, 0.642789781, 0.766041875, -1.49011612e-08),C1 = CFrame.new(-0.460876107, -1.33413315, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 369 | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.600000024, 0.400000006),CFrame = CFrame.new(-47.6331177, -1.78969467, -61.3999634, 2.56239989e-32, -0.500006378, 0.866009593, -2.22389e-11, -0.866019011, -0.500011802, 0.999989152, 1.49010226e-08, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.929412, 0.917647, 0.917647),})
| |
| 370 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 371 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56242134e-32, -2.22389e-11, 0.99999845, -0.500011027, -0.866019011, 1.49011612e-08, 0.866017699, -0.500011802, -1.49011612e-08),C1 = CFrame.new(-0.219610691, -0.616977692, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 372 | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.899999976, 0.200000003),CFrame = CFrame.new(-47.3447189, -1.0901736, -61.3999634, -4.32129639e-07, 0.499998748, 0.866015792, 1.97440386e-07, 0.866032064, -0.500000596, -0.999988616, -1.49010226e-08, 2.38416362e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.929412, 0.917647, 0.917647),})
| |
| 373 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 374 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.32133675e-07, 1.97440386e-07, -0.999997914, 0.500003397, 0.866032064, -1.49011612e-08, 0.866023898, -0.500000596, 2.38418579e-07),C1 = CFrame.new(0.479910374, -0.905380249, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 375 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.799999952, 0.700000048),CFrame = CFrame.new(-47.1315651, -2.19225883, -61.3999634, 2.56218683e-32, 0.258823365, 0.965913594, -2.22370507e-11, -0.965924084, 0.258826047, 0.999989152, -7.45051132e-09, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,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),})
| |
| 376 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.949999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 377 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56220829e-32, -2.22370507e-11, 0.99999845, 0.258825749, -0.965924084, -7.4505806e-09, 0.965922594, 0.258826047, -1.49011612e-08),C1 = CFrame.new(-0.622174859, -1.11853409, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 378 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.799999952, 0.50000006),CFrame = CFrame.new(-47.4304199, -2.16611481, -61.3999672, 2.56216891e-32, -0.0871449262, 0.996184826, -2.22368964e-11, -0.996195555, -0.0871458799, 0.999989152, 1.86262783e-09, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 379 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.939999998, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 380 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56219036e-32, -2.22368964e-11, 0.99999845, -0.0871457383, -0.996195555, 1.86264515e-09, 0.996194124, -0.0871458799, -1.49011612e-08),C1 = CFrame.new(-0.596030831, -0.81967926, 0, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 381 | Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-50.1660652, -1.31189001, -61.400013, -0.499992728, -3.07613039e-41, 0.866017044, 0.866026521, 6.34114992e-26, 0.499998152, 7.45051132e-09, 0.999989152, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 382 | Mesh = New("BlockMesh",Dot1,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
| |
| 383 | mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.499997377, 0.866026521, 7.4505806e-09, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.86602515, 0.499998152, -1.49011612e-08),C1 = CFrame.new(0.25819397, 1.91598892, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 384 | Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.9985733, -1.21866977, -61.400013, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 385 | Mesh = New("CylinderMesh",Dot1,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
| |
| 386 | mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.351414204, 1.74849701, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 387 | Spike1 = New("Part",FalsePure,"Spike1",{BrickColor = BrickColor.new("Mid gray"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.29999995, 0.300000012),CFrame = CFrame.new(-46.7762184, -0.933160663, -61.3999634, 2.56235052e-32, 0.819151461, -0.573560953, -2.22384715e-11, 0.573570251, 0.819157362, 0.999989152, -1.49010226e-08, 3.12455905e-21),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.803922, 0.803922, 0.803922),})
| |
| 388 | Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 389 | mot = New("Motor",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56237197e-32, -2.22384715e-11, 0.99999845, 0.819159031, 0.573570251, -1.49011612e-08, -0.573566318, 0.819157362, 3.1245435e-21),C1 = CFrame.new(0.636923313, -1.47388458, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 390 | Spike1 = New("Part",FalsePure,"Spike1",{BrickColor = BrickColor.new("Ghost grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.29999995, 0.300000012),CFrame = CFrame.new(-46.6636124, -1.2150687, -61.3999634, 2.56232055e-32, 0.939684093, -0.342011541, -2.2238213e-11, 0.342015177, 0.939694345, 0.999989152, -1.49010226e-08, 7.45051132e-09),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.792157, 0.796079, 0.819608),})
| |
| 391 | Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.589999974, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 392 | mot = New("Motor",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.562342e-32, -2.2238213e-11, 0.99999845, 0.939692795, 0.342015177, -1.49011612e-08, -0.34201473, 0.939694345, 7.4505806e-09),C1 = CFrame.new(0.355015278, -1.58649063, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 393 | Spike1 = New("Part",FalsePure,"Spike1",{Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.89999998, 0.400000006),CFrame = CFrame.new(-46.1350174, -1.52016199, -61.3999634, 2.56231849e-32, 0.996179581, -0.0871494189, -2.22381939e-11, 0.0871487409, 0.996193051, 0.999989152, -2.98020453e-08, 3.79983671e-21),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 394 | Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.579999983, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 395 | mot = New("Motor",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56233994e-32, -2.22381939e-11, 0.99999845, 0.996188879, 0.0871487409, -2.98023224e-08, -0.087150231, 0.996193051, 3.79981772e-21),C1 = CFrame.new(0.0499219894, -2.11508942, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 396 | Spike1 = New("Part",FalsePure,"Spike1",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.29999995, 0.5),CFrame = CFrame.new(-46.186203, -2.07315493, -61.3999672, 2.56230644e-32, 0.906295478, 0.422622353, -2.22380898e-11, -0.422626913, 0.906305313, 0.999989152, -1.49010226e-08, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 397 | Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.569999993, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 398 | mot = New("Motor",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56232789e-32, -2.22380898e-11, 0.99999845, 0.906303942, -0.422626913, -1.49011612e-08, 0.422626287, 0.906305313, -1.49011612e-08),C1 = CFrame.new(-0.503070951, -2.06390381, 0, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 399 | Spike1 = New("Part",FalsePure,"Spike1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.899999976, 0.400000006),CFrame = CFrame.new(-46.543129, -2.34609985, -61.3999634, 2.56227206e-32, 0.766030967, 0.642786801, -2.22377915e-11, -0.642793834, 0.766039252, 0.999989152, -2.98020453e-08, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 400 | Mesh = New("SpecialMesh",Spike1,"Mesh",{Scale = Vector3.new(0.560000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 401 | mot = New("Motor",Spike1,"mot",{Part0 = Spike1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.56229351e-32, -2.22377915e-11, 0.99999845, 0.76603812, -0.642793834, -2.98023224e-08, 0.642792821, 0.766039252, -1.49011612e-08),C1 = CFrame.new(-0.776015878, -1.70697403, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 402 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.300000012, 0.200000003),CFrame = CFrame.new(-49.1000824, -2.3200841, -61.3999557, 2.10534122e-38, 0.258817434, 0.965918183, -1.82988151e-17, -0.965925455, 0.258820117, 0.999989152, -3.68438483e-21, -2.98020453e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 403 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 404 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.10799528e-38, -1.82988151e-17, 0.99999845, 0.258819818, -0.965925455, -3.68436665e-21, 0.965927184, 0.258820117, -2.98023224e-08),C1 = CFrame.new(-0.750000119, 0.849998474, 1.14440918e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 405 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.300000012, 0.200000003),CFrame = CFrame.new(-48.8800812, -2.30008411, -61.3999596, -3.53375658e-37, 0.573572159, 0.819137514, 3.06665685e-16, -0.819146335, 0.573578417, 0.999989152, -1.49010226e-08, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 406 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 407 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -3.53352205e-37, 3.06665685e-16, 0.99999845, 0.573577523, -0.819146335, -1.49011612e-08, 0.819145083, 0.573578417, -1.49011612e-08),C1 = CFrame.new(-0.730000138, 0.629993439, 7.62939453e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 408 | - | Blade1 = New("Part",FalsePure,"Blade1",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 3.5999999),CFrame = CFrame.new(-51.3999901, -1.37008798, -61.400013, -1.3183416e-41, -5.04870209e-28, -0.999995351, 2.70610414e-26, 1, 7.06818312e-28, 0.999995351, 2.74649381e-26, 1.3183416e-41),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 408 | + | |
| 409 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 410 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.77810469e-37, -3.27900298e-16, 0.99999845, 0.642792165, -0.766039252, -1.49011612e-08, 0.76603812, 0.642793119, -2.98023224e-08),C1 = CFrame.new(-0.710000157, 0.449993134, 1.14440918e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 411 | - | Blade2 = New("Part",FalsePure,"Blade2",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.10000002, 0.5),CFrame = CFrame.new(-53.7499657, -1.37008798, -61.4000092, 3.07613039e-41, -0.999989152, -1.31265848e-27, -6.34114992e-26, 1.514606e-27, 1, -0.999989152, 3.07613039e-41, 6.3815396e-26),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 411 | + | |
| 412 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 413 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.94512332e-37, -3.42395599e-16, 0.99999845, 0.70711267, -0.70710361, -2.69713265e-21, 0.707102597, 0.707113743, -1.49011612e-08),C1 = CFrame.new(-0.710000157, 0.249996185, 7.62939453e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 414 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.300000012, 0.200000003),CFrame = CFrame.new(-48.10009, -2.2700839, -61.3999557, 3.54706577e-37, 0.819147587, 0.573563874, -3.07874189e-16, -0.573570073, 0.819156349, 0.999989152, -1.49010226e-08, -2.98020453e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 415 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 416 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.54735904e-37, -3.07874189e-16, 0.99999845, 0.819155157, -0.573570073, -1.49011612e-08, 0.573569238, 0.819156349, -2.98023224e-08),C1 = CFrame.new(-0.699999928, -0.150001526, 1.14440918e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 417 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.300000012, 0.200000003),CFrame = CFrame.new(-48.3000908, -2.28008413, -61.3999596, 3.85266184e-37, 0.766038358, 0.642772079, -3.34396643e-16, -0.642779052, 0.766046643, 0.999989152, -1.49010226e-08, -2.98020453e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 418 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.600000024, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 419 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.85295734e-37, -3.34396643e-16, 0.99999845, 0.766045511, -0.642779052, -1.49011612e-08, 0.642778099, 0.766046643, -2.98023224e-08),C1 = CFrame.new(-0.710000157, 0.0499992371, 7.62939453e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 420 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.600000024, 0.300000012),CFrame = CFrame.new(-49.3245049, -2.33649302, -61.3999557, 2.10534122e-38, 0.258817434, 0.965918183, -1.82988151e-17, -0.965925455, 0.258820117, 0.999989152, -3.68438483e-21, -2.98020453e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 421 | Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 422 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.10799528e-38, -1.82988151e-17, 0.99999845, 0.258819818, -0.965925455, -3.68436665e-21, 0.965927184, 0.258820117, -2.98023224e-08),C1 = CFrame.new(-0.766409039, 1.07442093, 1.14440918e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 423 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 1, 0.300000012),CFrame = CFrame.new(-49.5315628, -1.56375158, -61.3999596, 2.2914048e-32, -0.258820981, 0.965923369, -1.98869497e-11, 0.96592772, 0.258822888, -0.999992132, 3.68439371e-21, 9.8724309e-22),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 424 | Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 425 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 2.29142376e-32, -1.98869497e-11, -1.00000143, -0.258823365, 0.96592772, 3.68437554e-21, 0.965932369, 0.258822888, 9.87238143e-22),C1 = CFrame.new(0.00633239746, 1.2814827, 7.62939453e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 426 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-52.7913895, -1.22866762, -61.4000092, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 426 | + | |
| 427 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.939999998, 1, 1),})
| |
| 428 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42),C1 = CFrame.new(-0.550000787, 0.0499992371, 0, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 429 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-53.5913811, -1.22866762, -61.4000168, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 429 | + | |
| 430 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.939999998, 1, 1),})
| |
| 431 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(-0.0253558159, 1.33890533, 0, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 432 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-53.2913857, -1.42866886, -61.4000092, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 432 | + | |
| 433 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.949999988, 1, 1),})
| |
| 434 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(0.00999927521, 1.04999542, 0, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 435 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-52.7913895, -1.52866876, -61.4000092, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 435 | + | |
| 436 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 437 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.258819282, -3.38613654e-21, 0.965924025, 0.965924025, 2.10018734e-21, -0.258819282, -1.15222443e-21, 1, 3.81433943e-21),C1 = CFrame.new(0, 0.641483307, -0.165287018, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 438 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-52.1913986, -1.52866876, -61.400013, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 438 | + | |
| 439 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 440 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.258819222, -3.98257375e-21, 0.965924025, 0.965924025, 1.25741752e-22, 0.258819222, -1.15222473e-21, 1, 3.81433943e-21),C1 = CFrame.new(0, 0.641479492, 0.165306091, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 441 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-51.7960358, -1.47402561, -61.4000168, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 441 | + | |
| 442 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 443 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.250000536, 0.066987969, 0.965924084, 0.933011115, 0.249999866, -0.258819759, -0.258818656, 0.965925872, -4.32133675e-07),C1 = CFrame.new(0.10799408, 0.819145203, -0.127643585, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 444 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-51.8914032, -1.37866962, -61.400013, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 444 | + | |
| 445 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 446 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.250000536, -0.066987969, 0.965924084, 0.933011115, 0.249999866, 0.258819699, -0.258818686, 0.965925872, 4.32133675e-07),C1 = CFrame.new(0.10799408, 0.819145203, 0.127655029, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 447 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-51.6999855, -1.57008779, -61.400013, -0.707099378, -3.07613039e-41, 0.707098901, 0.707106531, 6.34114992e-26, 0.707106948, 1.49010226e-08, 0.999989152, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 447 | + | |
| 448 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 449 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.250000536, -0.066987969, 0.965924084, 0.933011115, -0.249999866, -0.258819759, 0.258818656, 0.965925872, 4.32133675e-07),C1 = CFrame.new(-0.17525959, 0.819145203, -0.127643585, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 450 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-52.049984, -1.4500879, -61.4000168, 0.499995828, -3.07613039e-41, -0.866015196, -0.866024733, 6.34114992e-26, -0.500001252, -1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 450 | + | |
| 451 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 452 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.250000536, 0.066987969, 0.965924084, 0.933011115, -0.249999866, 0.258819699, 0.258818686, 0.965925872, -4.32133675e-07),C1 = CFrame.new(-0.17525959, 0.819137573, 0.127651215, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 453 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.600000024),CFrame = CFrame.new(-52.4999771, -1.53008401, -61.4000092, -7.39089637e-06, -3.07613039e-41, -0.999989033, -0.999999881, 6.34114992e-26, 7.39097595e-06, 1.13685774e-13, 0.999989152, 2.81918242e-26),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 453 | + | |
| 454 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(1, 1, 0.400000006),MeshType = Enum.MeshType.Wedge,})
| |
| 455 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 9.94181106e-33, -8.62836018e-12, -0.99999845, 0.173645437, 0.984808266, -7.4505806e-09, 0.984806776, -0.173645705, -1.49011612e-08),C1 = CFrame.new(0.36507225, 1.20692444, 1.52587891e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 456 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.5),CFrame = CFrame.new(-53.0499687, -1.48008764, -61.4000168, -0.191245601, -3.07613039e-41, -0.981536329, -0.981546998, 6.34114992e-26, 0.191247657, -3.74397172e-21, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 456 | + | |
| 457 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(1, 1, 0.400000006),MeshType = Enum.MeshType.Wedge,})
| |
| 458 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 9.94178168e-33, -8.62833503e-12, -0.99999845, 0.499999374, 0.866030037, 3.30333184e-21, 0.866028726, -0.50000155, -1.49011612e-08),C1 = CFrame.new(0.285072327, 1.17692947, 7.62939453e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 459 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-53.4322815, -1.33570373, -61.4000092, -0.588142335, -3.07613039e-41, -0.808747947, -0.808756709, 6.34114992e-26, 0.588148713, -3.0848875e-21, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 459 | + | |
| 460 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(1, 1, 0.400000006),MeshType = Enum.MeshType.Wedge,})
| |
| 461 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.39447198e-42, -8.88572924e-27, -0.99999845, -0.99619329, 0.087154977, 1.49011612e-08, 0.0871548429, 0.99619478, -1.86264515e-09),C1 = CFrame.new(-0.0124816895, 1.33429718, 1.52587891e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 462 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.800000012),CFrame = CFrame.new(-53.1999702, -1.23008001, -61.4000092, -7.39089637e-06, -3.07613039e-41, -0.999989033, -0.999999881, 6.34114992e-26, 7.39097595e-06, 1.13685774e-13, 0.999989152, 2.81918242e-26),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 462 | + | |
| 463 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(1, 1, 0.400000006),MeshType = Enum.MeshType.Wedge,})
| |
| 464 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.39447198e-42, -8.88572924e-27, -0.99999845, -0.906306505, 0.422617942, 2.98023224e-08, 0.422617316, 0.906307876, -7.4505806e-09),C1 = CFrame.new(0.0543789864, 1.33721924, 1.52587891e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 465 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.5385818, -1.63532388, -61.3999596, 3.07613039e-41, -0.996183753, -0.0871565193, -6.34114992e-26, -0.0871574655, 0.996194541, -0.999989152, 1.49010226e-08, 1.86262783e-09),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 466 | Mesh = New("SpecialMesh",Spike,"Mesh",{Scale = Vector3.new(1, 1, 0.400000006),MeshType = Enum.MeshType.Wedge,})
| |
| 467 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.39447198e-42, -8.88572924e-27, -0.99999845, -0.996193051, -0.0871574655, 1.49011612e-08, -0.0871573314, 0.996194541, 1.86264515e-09),C1 = CFrame.new(-0.0652399063, 1.28850174, 7.62939453e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 468 | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.300000012, 1.39999986),CFrame = CFrame.new(-49.9999962, -2.07008791, -61.400013, -3.07613039e-41, -1.31265848e-27, -0.999989152, 6.34114992e-26, 1, 1.514606e-27, 0.999989152, 6.3815396e-26, 3.07613039e-41),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 469 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.95, 1, 1),})
| |
| 470 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42),C1 = CFrame.new(-0.500003934, 1.74991989, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 471 | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.300000012, 0.999999821),CFrame = CFrame.new(-50.9474716, -1.76260078, -61.400013, -3.07613039e-41, 0.707099676, -0.707098484, 6.34114992e-26, 0.707106173, 0.707107246, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 472 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.939999998, 1, 1),})
| |
| 473 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.707106233, 0.707106173, -1.49011612e-08, -0.707105041, 0.707107246, 1.49011612e-08),C1 = CFrame.new(-0.192516804, 2.69740295, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 474 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000036, 0.400000006),CFrame = CFrame.new(-49.5724182, -2.30962276, -61.400013, 3.95174463e-37, 0.258814007, 0.965916097, -3.42995986e-16, -0.965926588, 0.258816779, 0.999989152, -7.45051132e-09, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 475 | Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 476 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.95204103e-37, -3.42995986e-16, 0.99999845, 0.258816391, -0.965926588, -7.4505806e-09, 0.965925097, 0.258816779, -1.49011612e-08),C1 = CFrame.new(-0.739538789, 1.3223381, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 477 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.10000002, 0.400000006),CFrame = CFrame.new(-50.8254242, -1.19025886, -61.4000092, -1.01326953e-06, 0.906300783, -0.42260763, 4.99359487e-07, 0.42261219, 0.906310678, 0.999989212, 6.85447048e-07, -8.64259277e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 478 | Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 479 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1.01327896e-06, 4.99359487e-07, 0.99999851, 0.906309247, 0.42261219, 6.85453415e-07, -0.422611564, 0.906310678, -8.64267349e-07),C1 = CFrame.new(0.379825115, 2.57535172, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 480 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.400000006),CFrame = CFrame.new(-51.3866425, -1.57306468, -61.400013, 6.4074402e-07, -0.573573709, 0.819140792, 1.25438112e-06, -0.819149613, -0.573579907, 0.999989212, 1.38579514e-06, 2.0861431e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 481 | Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 482 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 6.40749931e-07, 1.25438112e-06, 0.99999851, -0.573579073, -0.819149613, 1.38580799e-06, 0.819148362, -0.573579907, 2.08616257e-07),C1 = CFrame.new(-0.00298070908, 3.13657379, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 483 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.699999988, 0.300000012),CFrame = CFrame.new(-51.1934013, -1.82922494, -61.4000168, -1.01326953e-06, 0.173657596, 0.98479414, 4.99310829e-07, -0.98480022, 0.173667192, 0.999989212, 6.63095534e-07, 8.79160325e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 484 | Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 485 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1.01327896e-06, 4.99310829e-07, 0.99999851, 0.173659205, -0.98480022, 6.63101673e-07, 0.984803319, 0.173667192, 8.7916851e-07),C1 = CFrame.new(-0.259140968, 2.94333267, -4.95910645e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 486 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 0.300000012),CFrame = CFrame.new(-51.2918892, -1.81186092, -61.400013, -1.01326953e-06, -0.173642471, 0.984796643, 4.9929821e-07, -0.984811664, -0.173644006, 0.999989212, 3.24097243e-07, 1.0728736e-06),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 487 | Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 488 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1.01327896e-06, 4.9929821e-07, 0.99999851, -0.173644081, -0.984811664, 3.24100256e-07, 0.984805822, -0.173644006, 1.07288361e-06),C1 = CFrame.new(-0.241776943, 3.04182053, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 489 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-51.6999855, -1.18724573, -61.400013, -0.707099378, -3.07613039e-41, 0.707098901, 0.707106531, 6.34114992e-26, 0.707106948, 1.49010226e-08, 0.999989152, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 489 | + | |
| 490 | Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 491 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1.01327896e-06, 4.9929622e-07, 0.99999851, -0.422609776, -0.906309307, 2.98023224e-08, 0.906307936, -0.422610462, 1.11758709e-06),C1 = CFrame.new(0.0495409966, 3.16257477, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 492 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-51.7860565, -1.271891, -61.400013, -0.707098067, 2.98020453e-08, 0.707100093, 0.707107782, 6.34114992e-26, 0.707105696, 1.49010226e-08, 0.999989092, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 492 | + | Blade1 = New("Part",FalsePure,"Blade1",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.5, 3.5999999),CFrame = CFrame.new(-51.3999901, -1.37008798, -61.400013, -1.3183416e-41, -5.04870209e-28, -0.999995351, 2.70610414e-26, 1, 7.06818312e-28, 0.999995351, 2.74649381e-26, 1.3183416e-41),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 493 | Mesh = New("BlockMesh",Blade1,"Mesh",{Scale = Vector3.new(0.899999976, 1, 1),})
| |
| 494 | mot = New("Motor",Blade1,"mot",{Part0 = Blade1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42),C1 = CFrame.new(0.199995995, 3.14992142, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 495 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-51.6039085, -1.28189266, -61.400013, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 495 | + | Blade2 = New("Part",FalsePure,"Blade2",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.10000002, 0.5),CFrame = CFrame.new(-53.7499657, -1.37008798, -61.4000092, 3.07613039e-41, -0.999989152, -1.31265848e-27, -6.34114992e-26, 1.514606e-27, 1, -0.999989152, 3.07613039e-41, 6.3815396e-26),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 496 | Mesh = New("SpecialMesh",Blade2,"Mesh",{Scale = Vector3.new(0.899999976, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 497 | mot = New("Motor",Blade2,"mot",{Part0 = Blade2,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.39447198e-42, -8.88572924e-27, -0.99999845, -0.99999845, 3.02922588e-28, 4.39447198e-42, -1.00974196e-28, 1, 9.28962602e-27),C1 = CFrame.new(0.199995995, 5.49991608, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 498 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-51.5939178, -1.46402156, -61.400013, -0.707098067, 2.98020453e-08, 0.707100093, 0.707107782, 6.34114992e-26, 0.707105696, 1.49010226e-08, 0.999989092, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 498 | + | |
| 499 | Mesh = New("BlockMesh",Blade,"Mesh",{Scale = Vector3.new(0.889999986, 1, 1),})
| |
| 500 | mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42),C1 = CFrame.new(-0.300004005, 3.09992599, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 501 | - | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-51.5085602, -1.37866962, -61.4000092, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 501 | + | |
| 502 | Mesh = New("SpecialMesh",Blade,"Mesh",{Scale = Vector3.new(0.889999986, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 503 | mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.39447198e-42, -8.88572924e-27, -0.99999845, -0.99999845, 3.02922588e-28, 4.39447198e-42, -1.00974196e-28, 1, 9.28962602e-27),C1 = CFrame.new(-0.400004864, 4.19992065, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 504 | - | Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.900000036, 0.200000003),CFrame = CFrame.new(-53.2813721, -1.07319057, -61.400013, 8.86610815e-06, 0.965914011, -0.258821756, 1.79484487e-05, 0.258824676, 0.965924382, 0.999989271, -1.31725046e-05, -1.50649339e-05),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 504 | + | |
| 505 | Mesh = New("SpecialMesh",Blade,"Mesh",{Scale = Vector3.new(0.889999986, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 506 | mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.88758087e-06, 1.66261557e-12, 0.99999845, 0.906307578, -0.42261833, -4.44054604e-06, 0.422617674, 0.906308949, -2.07126141e-06),C1 = CFrame.new(-0.644414067, 3.32085419, -5.7220459e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 507 | - | Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.900000036, 0.200000003),CFrame = CFrame.new(-52.9313812, -1.07319057, -61.4000092, 8.86610815e-06, 0.965914011, -0.258821756, 1.79484487e-05, 0.258824676, 0.965924382, 0.999989271, -1.31725046e-05, -1.50649339e-05),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 507 | + | |
| 508 | Mesh = New("SpecialMesh",Blade,"Mesh",{Scale = Vector3.new(0.889999986, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 509 | mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.88758087e-06, 5.93359389e-11, 0.99999845, 0.707105398, -0.707107067, -3.47197056e-06, 0.707105994, 0.707106471, -3.47197056e-06),C1 = CFrame.new(-0.669769883, 3.56833649, -4.95910645e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 510 | - | Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.900000036, 0.200000003),CFrame = CFrame.new(-52.2313843, -1.07319057, -61.4000092, 8.86610815e-06, 0.965914011, -0.258821756, 1.79484487e-05, 0.258824676, 0.965924382, 0.999989271, -1.31725046e-05, -1.50649339e-05),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 510 | + | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-52.7913895, -1.22866762, -61.4000092, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 511 | Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
| |
| 512 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.341416359, 4.54133224, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 513 | - | Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.900000036, 0.200000003),CFrame = CFrame.new(-52.5813789, -1.07319057, -61.400013, 8.86610815e-06, 0.965914011, -0.258821756, 1.79484487e-05, 0.258824676, 0.965924382, 0.999989271, -1.31725046e-05, -1.50649339e-05),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 513 | + | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-53.5913811, -1.22866762, -61.4000168, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 514 | Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
| |
| 515 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.341416359, 5.34133148, -4.95910645e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 516 | - | Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-53.787487, -1.0734657, -61.4000015, 9.58135752e-06, -0.93968153, -0.342019171, 1.72424334e-05, 0.342022896, -0.939691663, 0.999989212, 3.08451172e-06, 1.94830864e-05),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 516 | + | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-53.2913857, -1.42866886, -61.4000092, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 517 | Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
| |
| 518 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.141415119, 5.04133224, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 519 | - | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Lily white"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.400000006, 0.200000003),CFrame = CFrame.new(-47.63311, -1.78969276, -61.3999748, 4.60441606e-06, -0.499994874, -0.866015732, 7.48332695e-06, -0.866025269, 0.500000179, -0.999989033, -8.76180093e-06, -2.682184e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.929412, 0.917647, 0.917647),})
|
| 519 | + | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-52.7913895, -1.52866876, -61.4000092, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 520 | Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
| |
| 521 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.0414152145, 4.54133224, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 522 | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-52.1913986, -1.52866876, -61.400013, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 523 | Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
| |
| 524 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.0414152145, 3.94133759, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 525 | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-51.7960358, -1.47402561, -61.4000168, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 526 | Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
| |
| 527 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.0960583687, 3.54597092, -4.95910645e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 528 | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-51.8914032, -1.37866962, -61.400013, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 529 | Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
| |
| 530 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.191414356, 3.64133835, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 531 | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-51.6999855, -1.57008779, -61.400013, -0.707099378, -3.07613039e-41, 0.707098901, 0.707106531, 6.34114992e-26, 0.707106948, 1.49010226e-08, 0.999989152, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 532 | Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
| |
| 533 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105935, 0.707106531, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.707105458, 0.707106948, -1.49011612e-08),C1 = CFrame.new(-3.81469727e-06, 3.44992065, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 534 | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-52.049984, -1.4500879, -61.4000168, 0.499995828, -3.07613039e-41, -0.866015196, -0.866024733, 6.34114992e-26, -0.500001252, -1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 535 | Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
| |
| 536 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.500000477, -0.866024733, -1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.866023302, -0.500001252, 1.49011612e-08),C1 = CFrame.new(0.119996071, 3.79992294, -4.95910645e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 537 | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.600000024),CFrame = CFrame.new(-52.4999771, -1.53008401, -61.4000092, -7.39089637e-06, -3.07613039e-41, -0.999989033, -0.999999881, 6.34114992e-26, 7.39097595e-06, 1.13685774e-13, 0.999989152, 2.81918242e-26),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 538 | Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
| |
| 539 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -7.39096504e-06, -0.999999881, 1.13686831e-13, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.999998331, 7.39097595e-06, 2.81916855e-26),C1 = CFrame.new(0.0399999619, 4.24991989, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 540 | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.5),CFrame = CFrame.new(-53.0499687, -1.48008764, -61.4000168, -0.191245601, -3.07613039e-41, -0.981536329, -0.981546998, 6.34114992e-26, 0.191247657, -3.74397172e-21, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 541 | Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
| |
| 542 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.191247374, -0.981546998, -3.74395274e-21, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.981545508, 0.191247657, 1.49011612e-08),C1 = CFrame.new(0.0899963379, 4.79991531, -4.95910645e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 543 | - | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.970787, -1.63079584, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 543 | + | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-53.4322815, -1.33570373, -61.4000092, -0.588142335, -3.07613039e-41, -0.808747947, -0.808756709, 6.34114992e-26, 0.588148713, -3.0848875e-21, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
|
| 544 | Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
| |
| 545 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.588147759, -0.808756709, -3.08487195e-21, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.808755457, 0.588148713, 1.49011612e-08),C1 = CFrame.new(0.234380245, 5.1822319, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 546 | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.800000012),CFrame = CFrame.new(-53.1999702, -1.23008001, -61.4000092, -7.39089637e-06, -3.07613039e-41, -0.999989033, -0.999999881, 6.34114992e-26, 7.39097595e-06, 1.13685774e-13, 0.999989152, 2.81918242e-26),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 547 | Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
| |
| 548 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -7.39096504e-06, -0.999999881, 1.13686831e-13, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.999998331, 7.39097595e-06, 2.81916855e-26),C1 = CFrame.new(0.340003967, 4.94991684, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 549 | Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-50.4999886, -1.57008779, -61.400013, -0.707099378, -3.07613039e-41, 0.707098901, 0.707106531, 6.34114992e-26, 0.707106948, 1.49010226e-08, 0.999989152, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 550 | Mesh = New("CylinderMesh",Dot1,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
| |
| 551 | mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105935, 0.707106531, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.707105458, 0.707106948, -1.49011612e-08),C1 = CFrame.new(-3.81469727e-06, 2.24991608, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 552 | Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-50.4999886, -1.18724573, -61.400013, -0.707099378, -3.07613039e-41, 0.707098901, 0.707106531, 6.34114992e-26, 0.707106948, 1.49010226e-08, 0.999989152, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 553 | Mesh = New("CylinderMesh",Dot1,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
| |
| 554 | mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105935, 0.707106531, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.707105458, 0.707106948, -1.49011612e-08),C1 = CFrame.new(0.382838249, 2.24991608, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 555 | Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-50.3085747, -1.37866962, -61.4000092, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 556 | Mesh = New("CylinderMesh",Dot1,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
| |
| 557 | mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.191414356, 2.05849838, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 558 | Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-50.6914024, -1.37866962, -61.4000168, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 559 | Mesh = New("CylinderMesh",Dot1,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
| |
| 560 | mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.191414356, 2.44132996, -4.95910645e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 561 | Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-50.5860558, -1.271891, -61.400013, -0.707098067, 2.98020453e-08, 0.707100093, 0.707107782, 6.34114992e-26, 0.707105696, 1.49010226e-08, 0.999989092, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 562 | Mesh = New("BlockMesh",Dot1,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
| |
| 563 | mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707104623, 0.707107782, 1.49011612e-08, 2.98023224e-08, 8.88572924e-27, 0.999998391, 0.70710665, 0.707105696, -1.49011612e-08),C1 = CFrame.new(0.298192978, 2.33598328, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 564 | Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-50.3939362, -1.46402156, -61.400013, -0.707098067, 2.98020453e-08, 0.707100093, 0.707107782, 6.34114992e-26, 0.707105696, 1.49010226e-08, 0.999989092, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 565 | Mesh = New("BlockMesh",Dot1,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
| |
| 566 | mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707104623, 0.707107782, 1.49011612e-08, 2.98023224e-08, 8.88572924e-27, 0.999998391, 0.70710665, 0.707105696, -1.49011612e-08),C1 = CFrame.new(0.106062412, 2.14385986, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 567 | Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-50.5960426, -1.47402561, -61.400013, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 568 | Mesh = New("BlockMesh",Dot1,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
| |
| 569 | mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.0960583687, 2.34597015, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 570 | Dot1 = New("Part",FalsePure,"Dot1",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-50.403923, -1.28189266, -61.400013, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 571 | Mesh = New("BlockMesh",Dot1,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
| |
| 572 | mot = New("Motor",Dot1,"mot",{Part0 = Dot1,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.288191319, 2.15384674, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 573 | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-51.6999855, -1.18724573, -61.400013, -0.707099378, -3.07613039e-41, 0.707098901, 0.707106531, 6.34114992e-26, 0.707106948, 1.49010226e-08, 0.999989152, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 574 | Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
| |
| 575 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105935, 0.707106531, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.707105458, 0.707106948, -1.49011612e-08),C1 = CFrame.new(0.382838249, 3.44992065, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 576 | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-51.7860565, -1.271891, -61.400013, -0.707098067, 2.98020453e-08, 0.707100093, 0.707107782, 6.34114992e-26, 0.707105696, 1.49010226e-08, 0.999989092, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 577 | Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
| |
| 578 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707104623, 0.707107782, 1.49011612e-08, 2.98023224e-08, 8.88572924e-27, 0.999998391, 0.70710665, 0.707105696, -1.49011612e-08),C1 = CFrame.new(0.298192978, 3.53599167, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 579 | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-51.6039085, -1.28189266, -61.400013, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 580 | Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
| |
| 581 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.288191319, 3.35384369, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 582 | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-51.5939178, -1.46402156, -61.400013, -0.707098067, 2.98020453e-08, 0.707100093, 0.707107782, 6.34114992e-26, 0.707105696, 1.49010226e-08, 0.999989092, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 583 | Mesh = New("BlockMesh",Dot,"Mesh",{Scale = Vector3.new(0.100000001, 0.910000026, 1),})
| |
| 584 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707104623, 0.707107782, 1.49011612e-08, 2.98023224e-08, 8.88572924e-27, 0.999998391, 0.70710665, 0.707105696, -1.49011612e-08),C1 = CFrame.new(0.106062412, 3.343853, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 585 | Dot = New("Part",FalsePure,"Dot",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-51.5085602, -1.37866962, -61.4000092, -0.707098722, -3.07613039e-41, -0.707099795, -0.707107365, 6.34114992e-26, 0.707106352, 1.49010226e-08, 0.999989152, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 586 | Mesh = New("CylinderMesh",Dot,"Mesh",{Scale = Vector3.new(0.5, 0.910000026, 0.5),})
| |
| 587 | mot = New("Motor",Dot,"mot",{Part0 = Dot,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105279, -0.707107365, 1.49011612e-08, -4.39447198e-42, 8.88572924e-27, 0.99999845, -0.707106352, 0.707106352, 1.49011612e-08),C1 = CFrame.new(0.191414356, 3.25849533, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 588 | Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.900000036, 0.200000003),CFrame = CFrame.new(-53.2813721, -1.07319057, -61.400013, 8.86610815e-06, 0.965914011, -0.258821756, 1.79484487e-05, 0.258824676, 0.965924382, 0.999989271, -1.31725046e-05, -1.50649339e-05),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 589 | Mesh = New("SpecialMesh",Blade,"Mesh",{Scale = Vector3.new(0.899999976, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 590 | mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 8.86619091e-06, 1.79484487e-05, 0.999998569, 0.965923011, 0.258824676, -1.31726265e-05, -0.25882414, 0.965924382, -1.5065074e-05),C1 = CFrame.new(0.496893406, 5.03131866, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 591 | Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.900000036, 0.200000003),CFrame = CFrame.new(-52.9313812, -1.07319057, -61.4000092, 8.86610815e-06, 0.965914011, -0.258821756, 1.79484487e-05, 0.258824676, 0.965924382, 0.999989271, -1.31725046e-05, -1.50649339e-05),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 592 | Mesh = New("SpecialMesh",Blade,"Mesh",{Scale = Vector3.new(0.899999976, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 593 | mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 8.86619091e-06, 1.79484487e-05, 0.999998569, 0.965923011, 0.258824676, -1.31726265e-05, -0.25882414, 0.965924382, -1.5065074e-05),C1 = CFrame.new(0.496893406, 4.68132401, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 594 | Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.900000036, 0.200000003),CFrame = CFrame.new(-52.2313843, -1.07319057, -61.4000092, 8.86610815e-06, 0.965914011, -0.258821756, 1.79484487e-05, 0.258824676, 0.965924382, 0.999989271, -1.31725046e-05, -1.50649339e-05),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 595 | Mesh = New("SpecialMesh",Blade,"Mesh",{Scale = Vector3.new(0.899999976, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 596 | mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 8.86619091e-06, 1.79484487e-05, 0.999998569, 0.965923011, 0.258824676, -1.31726265e-05, -0.25882414, 0.965924382, -1.5065074e-05),C1 = CFrame.new(0.496893406, 3.98132324, -4.19616699e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 597 | Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.900000036, 0.200000003),CFrame = CFrame.new(-52.5813789, -1.07319057, -61.400013, 8.86610815e-06, 0.965914011, -0.258821756, 1.79484487e-05, 0.258824676, 0.965924382, 0.999989271, -1.31725046e-05, -1.50649339e-05),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 598 | Mesh = New("SpecialMesh",Blade,"Mesh",{Scale = Vector3.new(0.899999976, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 599 | mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 8.86619091e-06, 1.79484487e-05, 0.999998569, 0.965923011, 0.258824676, -1.31726265e-05, -0.25882414, 0.965924382, -1.5065074e-05),C1 = CFrame.new(0.496893406, 4.33132172, -4.57763672e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 600 | Blade = New("Part",FalsePure,"Blade",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.5,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.300000012),CFrame = CFrame.new(-53.787487, -1.0734657, -61.4000015, 9.58135752e-06, -0.93968153, -0.342019171, 1.72424334e-05, 0.342022896, -0.939691663, 0.999989212, 3.08451172e-06, 1.94830864e-05),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 601 | Mesh = New("SpecialMesh",Blade,"Mesh",{Scale = Vector3.new(0.899999976, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 602 | mot = New("Motor",Blade,"mot",{Part0 = Blade,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 9.58144665e-06, 1.72424334e-05, 0.99999851, -0.939690232, 0.342022896, 3.08454037e-06, -0.342022359, -0.939691663, 1.94832683e-05),C1 = CFrame.new(0.496618271, 5.53743744, -3.43322754e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 603 | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.400000006, 0.200000003),CFrame = CFrame.new(-47.63311, -1.78969276, -61.3999748, 4.60441606e-06, -0.499994874, -0.866015732, 7.48332695e-06, -0.866025269, 0.500000179, -0.999989033, -8.76180093e-06, -2.682184e-07),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.929412, 0.917647, 0.917647),})
| |
| 604 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 605 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.60445881e-06, 7.48332695e-06, -0.999998331, -0.499999523, -0.866025269, -8.76188278e-06, -0.866023839, 0.500000179, -2.68220901e-07),C1 = CFrame.new(-0.219608784, -0.616985321, -7.62939453e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 606 | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.970787, -1.63079584, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,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),})
| |
| 607 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.949999988, 1, 1),})
| |
| 608 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(-0.0607118607, 1.72070694, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 609 | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.8086586, -1.468665, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,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),})
| |
| 610 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.949999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 611 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(0.101418972, 1.55857849, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 612 | - | Value = game:service("Players").LocalPlayer,
|
| 612 | + | |
| 613 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.949999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 614 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(-0.222843647, 1.55857849, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 615 | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(-49.5765266, -1.236534, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,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),})
| |
| 616 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.949999988, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 617 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(0.333549976, 1.32644653, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 618 | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Dark stone grey"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.6507874, -1.63079584, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,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),})
| |
| 619 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.949999988, 1, 1),})
| |
| 620 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(-0.0607118607, 1.40070724, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 621 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.399999976, 0.200000003),CFrame = CFrame.new(-49.6243439, -1.84292591, -61.3999634, -2.98020453e-08, -0.819142222, 0.573570788, -6.34114745e-26, 0.573576987, 0.819150984, -0.999988675, 1.49010226e-08, -2.98020453e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 622 | Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 623 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -2.98023224e-08, -8.88572924e-27, -0.999997973, -0.819149792, 0.573576987, 1.49011612e-08, 0.573576152, 0.819150984, -2.98023224e-08),C1 = CFrame.new(-0.27284193, 1.37426376, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 624 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.300000012, 0.399999976, 0.200000003),CFrame = CFrame.new(-49.7302246, -1.89951789, -61.3999634, 3.07613039e-41, -0.965915442, 0.258816421, -6.34114992e-26, 0.258819222, 0.965925932, -0.999989152, 1.49010226e-08, -7.45051132e-09),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 625 | Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 626 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.39447198e-42, -8.88572924e-27, -0.99999845, -0.965924442, 0.258819222, 1.49011612e-08, 0.258818805, 0.965925932, -7.4505806e-09),C1 = CFrame.new(-0.329433918, 1.4801445, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 627 | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Deep orange"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.970787, -1.63079584, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 628 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.959999979, 0.699999988, 0.699999988),})
| |
| 629 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(-0.0607118607, 1.72070694, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 630 | Part = New("Part",FalsePure,"Part",{BrickColor = BrickColor.new("Pearl"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.8286552, -1.468665, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.905882, 0.905882, 0.92549),})
| |
| 631 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.959999979, 0.699999988, 0.699999988),MeshType = Enum.MeshType.Wedge,})
| |
| 632 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(0.101418972, 1.57857513, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 633 | - | ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("White").Color)
|
| 633 | + | |
| 634 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.959999979, 0.699999988, 0.699999988),MeshType = Enum.MeshType.Wedge,})
| |
| 635 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(-0.222843647, 1.57857513, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 636 | - | ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("White").Color)
|
| 636 | + | |
| 637 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.959999979, 0.699999988, 0.699999988),MeshType = Enum.MeshType.Wedge,})
| |
| 638 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(0.303550243, 1.35644531, 0, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 639 | Part = New("Part",FalsePure,"Part",{Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-49.6507874, -1.63079584, -61.3999634, -3.07613039e-41, 0.707100093, -0.707098186, 6.34114992e-26, 0.707105815, 0.707107782, 0.999989152, -1.49010226e-08, 1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 640 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.959999979, 0.699999988, 0.699999988),})
| |
| 641 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.70710665, 0.707105815, -1.49011612e-08, -0.707104743, 0.707107782, 1.49011612e-08),C1 = CFrame.new(-0.0607118607, 1.40070724, 3.81469727e-06, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 642 | Spike = New("Part",FalsePure,"Spike",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.20000005, 0.300000012),CFrame = CFrame.new(-50.1495514, -2.49940681, -61.4000168, -3.07613039e-41, 0.766037047, 0.642784417, 6.34114992e-26, -0.64279139, 0.766045392, 0.999989152, -1.49010226e-08, -1.49010226e-08),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 643 | Mesh = New("SpecialMesh",Spike,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 644 | mot = New("Motor",Spike,"mot",{Part0 = Spike,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.39447198e-42, 8.88572924e-27, 0.99999845, 0.766044199, -0.64279139, -1.49011612e-08, 0.642790437, 0.766045392, -1.49011612e-08),C1 = CFrame.new(-0.929322839, 1.8994751, -4.95910645e-05, -1.00974196e-28, 1, 9.28962602e-27, -0.99999845, 3.02922588e-28, 4.39447198e-42, -4.39447198e-42, 8.88572924e-27, 0.99999845),})
| |
| 645 | ||
| 646 | for _,v in pairs(FalsePure:children()) do | |
| 647 | if v:IsA("Part") then
| |
| 648 | v.CanCollide = false | |
| 649 | end | |
| 650 | end | |
| 651 | -- | |
| 652 | function rayCast(Position, Direction, Range, Ignore) | |
| 653 | return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
| |
| 654 | end | |
| 655 | ||
| 656 | FindNearestTorso = function(pos) | |
| 657 | local list = (game.Workspace:children()) | |
| 658 | local torso = nil | |
| 659 | local dist = 1000 | |
| 660 | local temp, human, temp2 = nil, nil, nil | |
| 661 | for x = 1, #list do | |
| 662 | temp2 = list[x] | |
| 663 | if temp2.className == "Model" and temp2.Name ~= Character.Name then | |
| 664 | temp = temp2:findFirstChild("Torso")
| |
| 665 | human = temp2:findFirstChild("Humanoid")
| |
| 666 | if temp ~= nil and human ~= nil and human.Health > 0 and (temp.Position - pos).magnitude < dist then | |
| 667 | local dohit = true | |
| 668 | if dohit == true then | |
| 669 | torso = temp | |
| 670 | dist = (temp.Position - pos).magnitude | |
| 671 | end | |
| 672 | end | |
| 673 | end | |
| 674 | end | |
| 675 | return torso, dist | |
| 676 | end | |
| 677 | ||
| 678 | function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch) | |
| 679 | if hit.Parent == nil then | |
| 680 | return | |
| 681 | end | |
| 682 | local h = hit.Parent:FindFirstChild("Humanoid")
| |
| 683 | for _, v in pairs(hit.Parent:children()) do | |
| 684 | if v:IsA("Humanoid") then
| |
| 685 | h = v | |
| 686 | end | |
| 687 | end | |
| 688 | if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
| |
| 689 | if hit.Parent:findFirstChild("DebounceHit") ~= nil then
| |
| 690 | if hit.Parent.DebounceHit.Value == true then | |
| 691 | return | |
| 692 | end | |
| 693 | end | |
| 694 | local c = Create("ObjectValue"){
| |
| 695 | Name = "creator", | |
| 696 | Value = owner, | |
| 697 | Parent = h, | |
| 698 | } | |
| 699 | game:GetService("Debris"):AddItem(c, .5)
| |
| 700 | if HitSound ~= nil and HitPitch ~= nil then | |
| 701 | CFuncs.Sound.Create(HitSound, hit, 1, HitPitch) | |
| 702 | end | |
| 703 | local Damage = math.random(minim, maxim) | |
| 704 | local blocked = false | |
| 705 | local block = hit.Parent:findFirstChild("Block")
| |
| 706 | if block ~= nil then | |
| 707 | if block.className == "IntValue" then | |
| 708 | if block.Value > 0 then | |
| 709 | blocked = true | |
| 710 | block.Value = block.Value - 1 | |
| 711 | print(block.Value) | |
| 712 | end | |
| 713 | end | |
| 714 | end | |
| 715 | if blocked == false then | |
| 716 | h.Health = h.Health - Damage | |
| 717 | ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Light orange").Color)
| |
| 718 | else | |
| 719 | h.Health = h.Health - (Damage / 2) | |
| 720 | ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Light orange").Color)
| |
| 721 | end | |
| 722 | if Type == "Knockdown" then | |
| 723 | local hum = hit.Parent.Humanoid | |
| 724 | hum.PlatformStand = true | |
| 725 | coroutine.resume(coroutine.create(function(HHumanoid) | |
| 726 | swait(1) | |
| 727 | HHumanoid.PlatformStand = false | |
| 728 | end), hum) | |
| 729 | local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit | |
| 730 | local bodvol = Create("BodyVelocity"){
| |
| 731 | velocity = angle * knockback, | |
| 732 | P = 5000, | |
| 733 | maxForce = Vector3.new(8e+003, 8e+003, 8e+003), | |
| 734 | Parent = hit, | |
| 735 | } | |
| 736 | local rl = Create("BodyAngularVelocity"){
| |
| 737 | P = 3000, | |
| 738 | maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000, | |
| 739 | angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)), | |
| 740 | Parent = hit, | |
| 741 | } | |
| 742 | game:GetService("Debris"):AddItem(bodvol, .5)
| |
| 743 | game:GetService("Debris"):AddItem(rl, .5)
| |
| 744 | elseif Type == "Normal" then | |
| 745 | local vp = Create("BodyVelocity"){
| |
| 746 | P = 500, | |
| 747 | maxForce = Vector3.new(math.huge, 0, math.huge), | |
| 748 | velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05, | |
| 749 | } | |
| 750 | if knockback > 0 then | |
| 751 | vp.Parent = hit.Parent.Torso | |
| 752 | end | |
| 753 | game:GetService("Debris"):AddItem(vp, .5)
| |
| 754 | elseif Type == "Up" then | |
| 755 | local bodyVelocity = Create("BodyVelocity"){
| |
| 756 | velocity = Vector3.new(0, 20, 0), | |
| 757 | P = 5000, | |
| 758 | maxForce = Vector3.new(8e+003, 8e+003, 8e+003), | |
| 759 | Parent = hit, | |
| 760 | } | |
| 761 | game:GetService("Debris"):AddItem(bodyVelocity, .5)
| |
| 762 | elseif Type == "DarkUp" then | |
| 763 | coroutine.resume(coroutine.create(function() | |
| 764 | for i = 0, 1, 0.1 do | |
| 765 | swait() | |
| 766 | Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
| |
| 767 | end | |
| 768 | end)) | |
| 769 | local bodyVelocity = Create("BodyVelocity"){
| |
| 770 | velocity = Vector3.new(0, 20, 0), | |
| 771 | P = 5000, | |
| 772 | maxForce = Vector3.new(8e+003, 8e+003, 8e+003), | |
| 773 | Parent = hit, | |
| 774 | } | |
| 775 | game:GetService("Debris"):AddItem(bodyVelocity, 1)
| |
| 776 | elseif Type == "Snare" then | |
| 777 | local bp = Create("BodyPosition"){
| |
| 778 | P = 2000, | |
| 779 | D = 100, | |
| 780 | maxForce = Vector3.new(math.huge, math.huge, math.huge), | |
| 781 | position = hit.Parent.Torso.Position, | |
| 782 | Parent = hit.Parent.Torso, | |
| 783 | } | |
| 784 | game:GetService("Debris"):AddItem(bp, 1)
| |
| 785 | elseif Type == "Freeze" then | |
| 786 | local BodPos = Create("BodyPosition"){
| |
| 787 | P = 50000, | |
| 788 | D = 1000, | |
| 789 | maxForce = Vector3.new(math.huge, math.huge, math.huge), | |
| 790 | position = hit.Parent.Torso.Position, | |
| 791 | Parent = hit.Parent.Torso, | |
| 792 | } | |
| 793 | local BodGy = Create("BodyGyro") {
| |
| 794 | maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge , | |
| 795 | P = 20e+003, | |
| 796 | Parent = hit.Parent.Torso, | |
| 797 | cframe = hit.Parent.Torso.CFrame, | |
| 798 | } | |
| 799 | hit.Parent.Torso.Anchored = true | |
| 800 | coroutine.resume(coroutine.create(function(Part) | |
| 801 | swait(1.5) | |
| 802 | Part.Anchored = false | |
| 803 | end), hit.Parent.Torso) | |
| 804 | game:GetService("Debris"):AddItem(BodPos, 3)
| |
| 805 | game:GetService("Debris"):AddItem(BodGy, 3)
| |
| 806 | end | |
| 807 | local debounce = Create("BoolValue"){
| |
| 808 | Name = "DebounceHit", | |
| 809 | Parent = hit.Parent, | |
| 810 | Value = true, | |
| 811 | } | |
| 812 | game:GetService("Debris"):AddItem(debounce, Delay)
| |
| 813 | c = Create("ObjectValue"){
| |
| 814 | Name = "creator", | |
| 815 | Value = Player, | |
| 816 | Parent = h, | |
| 817 | } | |
| 818 | game:GetService("Debris"):AddItem(c, .5)
| |
| 819 | end | |
| 820 | end | |
| 821 | ||
| 822 | function ShowDamage(Pos, Text, Time, Color) | |
| 823 | local Rate = (1 / 30) | |
| 824 | local Pos = (Pos or Vector3.new(0, 0, 0)) | |
| 825 | local Text = (Text or "") | |
| 826 | local Time = (Time or 2) | |
| 827 | local Color = (Color or Color3.new(1, 0, 1)) | |
| 828 | local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0)) | |
| 829 | EffectPart.Anchored = true | |
| 830 | local BillboardGui = Create("BillboardGui"){
| |
| 831 | Size = UDim2.new(3, 0, 3, 0), | |
| 832 | Adornee = EffectPart, | |
| 833 | Parent = EffectPart, | |
| 834 | } | |
| 835 | local TextLabel = Create("TextLabel"){
| |
| 836 | BackgroundTransparency = 1, | |
| 837 | Size = UDim2.new(1, 0, 1, 0), | |
| 838 | Text = Text, | |
| 839 | Font = "SciFi", | |
| 840 | TextColor3 = Color, | |
| 841 | TextScaled = true, | |
| 842 | Parent = BillboardGui, | |
| 843 | } | |
| 844 | game.Debris:AddItem(EffectPart, (Time)) | |
| 845 | EffectPart.Parent = game:GetService("Workspace")
| |
| 846 | delay(0, function() | |
| 847 | local Frames = (Time / Rate) | |
| 848 | for Frame = 1, Frames do | |
| 849 | wait(Rate) | |
| 850 | local Percent = (Frame / Frames) | |
| 851 | EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0) | |
| 852 | TextLabel.TextTransparency = Percent | |
| 853 | end | |
| 854 | if EffectPart and EffectPart.Parent then | |
| 855 | EffectPart:Destroy() | |
| 856 | end | |
| 857 | end) | |
| 858 | end | |
| 859 | ||
| 860 | function MagnitudeDamage(Part, Magnitude, MinimumDamage, MaximumDamage, KnockBack, Type, HitSound, HitPitch) | |
| 861 | for _, c in pairs(workspace:children()) do | |
| 862 | local hum = c:findFirstChild("Humanoid")
| |
| 863 | if hum ~= nil then | |
| 864 | local head = c:findFirstChild("Torso")
| |
| 865 | if head ~= nil then | |
| 866 | local targ = head.Position - Part.Position | |
| 867 | local mag = targ.magnitude | |
| 868 | if mag <= Magnitude and c.Name ~= Player.Name then | |
| 869 | Damage(head, head, MinimumDamage, MaximumDamage, KnockBack, Type, RootPart, .1, "rbxassetid://" .. HitSound, HitPitch) | |
| 870 | end | |
| 871 | end | |
| 872 | end | |
| 873 | end | |
| 874 | end | |
| 875 | ||
| 876 | EffectModel = Create("Model"){
| |
| 877 | Parent = Character, | |
| 878 | Name = "Effects", | |
| 879 | } | |
| 880 | ||
| 881 | Effects = {
| |
| 882 | Block = {
| |
| 883 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type) | |
| 884 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
| 885 | prt.Anchored = true | |
| 886 | prt.CFrame = cframe | |
| 887 | local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 888 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 889 | if Type == 1 or Type == nil then | |
| 890 | table.insert(Effects, {
| |
| 891 | prt, | |
| 892 | "Block1", | |
| 893 | delay, | |
| 894 | x3, | |
| 895 | y3, | |
| 896 | z3, | |
| 897 | msh | |
| 898 | }) | |
| 899 | elseif Type == 2 then | |
| 900 | table.insert(Effects, {
| |
| 901 | prt, | |
| 902 | "Block2", | |
| 903 | delay, | |
| 904 | x3, | |
| 905 | y3, | |
| 906 | z3, | |
| 907 | msh | |
| 908 | }) | |
| 909 | end | |
| 910 | end; | |
| 911 | }; | |
| 912 | ||
| 913 | Cylinder = {
| |
| 914 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
| 915 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
| 916 | prt.Anchored = true | |
| 917 | prt.CFrame = cframe | |
| 918 | local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 919 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 920 | table.insert(Effects, {
| |
| 921 | prt, | |
| 922 | "Cylinder", | |
| 923 | delay, | |
| 924 | x3, | |
| 925 | y3, | |
| 926 | z3, | |
| 927 | msh | |
| 928 | }) | |
| 929 | end; | |
| 930 | }; | |
| 931 | Head = {
| |
| 932 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
| 933 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new()) | |
| 934 | prt.Anchored = true | |
| 935 | prt.CFrame = cframe | |
| 936 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Head", "nil", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 937 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 938 | table.insert(Effects, {
| |
| 939 | prt, | |
| 940 | "Cylinder", | |
| 941 | delay, | |
| 942 | x3, | |
| 943 | y3, | |
| 944 | z3, | |
| 945 | msh | |
| 946 | }) | |
| 947 | end; | |
| 948 | }; | |
| 949 | ||
| 950 | Sphere = {
| |
| 951 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
| 952 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
| 953 | prt.Anchored = true | |
| 954 | prt.CFrame = cframe | |
| 955 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 956 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 957 | table.insert(Effects, {
| |
| 958 | prt, | |
| 959 | "Cylinder", | |
| 960 | delay, | |
| 961 | x3, | |
| 962 | y3, | |
| 963 | z3, | |
| 964 | msh | |
| 965 | }) | |
| 966 | end; | |
| 967 | }; | |
| 968 | ||
| 969 | Elect = {
| |
| 970 | Create = function(cff, x, y, z) | |
| 971 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, BrickColor.new("Lime green"), "Part", Vector3.new(1, 1, 1))
| |
| 972 | prt.Anchored = true | |
| 973 | prt.CFrame = cff * CFrame.new(math.random(-x, x), math.random(-y, y), math.random(-z, z)) | |
| 974 | prt.CFrame = CFrame.new(prt.Position) | |
| 975 | game:GetService("Debris"):AddItem(prt, 2)
| |
| 976 | local xval = math.random() / 2 | |
| 977 | local yval = math.random() / 2 | |
| 978 | local zval = math.random() / 2 | |
| 979 | local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(xval, yval, zval))
| |
| 980 | table.insert(Effects, {
| |
| 981 | prt, | |
| 982 | "Elec", | |
| 983 | 0.1, | |
| 984 | x, | |
| 985 | y, | |
| 986 | z, | |
| 987 | xval, | |
| 988 | yval, | |
| 989 | zval | |
| 990 | }) | |
| 991 | end; | |
| 992 | ||
| 993 | }; | |
| 994 | ||
| 995 | Ring = {
| |
| 996 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
| 997 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
| 998 | prt.Anchored = true | |
| 999 | prt.CFrame = cframe | |
| 1000 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 1001 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 1002 | table.insert(Effects, {
| |
| 1003 | prt, | |
| 1004 | "Cylinder", | |
| 1005 | delay, | |
| 1006 | x3, | |
| 1007 | y3, | |
| 1008 | z3, | |
| 1009 | msh | |
| 1010 | }) | |
| 1011 | end; | |
| 1012 | }; | |
| 1013 | ||
| 1014 | ||
| 1015 | Wave = {
| |
| 1016 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
| 1017 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
| 1018 | prt.Anchored = true | |
| 1019 | prt.CFrame = cframe | |
| 1020 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 1021 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 1022 | table.insert(Effects, {
| |
| 1023 | prt, | |
| 1024 | "Cylinder", | |
| 1025 | delay, | |
| 1026 | x3, | |
| 1027 | y3, | |
| 1028 | z3, | |
| 1029 | msh | |
| 1030 | }) | |
| 1031 | end; | |
| 1032 | }; | |
| 1033 | ||
| 1034 | Break = {
| |
| 1035 | Create = function(brickcolor, cframe, x1, y1, z1) | |
| 1036 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5)) | |
| 1037 | prt.Anchored = true | |
| 1038 | prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
| 1039 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 1040 | local num = math.random(10, 50) / 1000 | |
| 1041 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 1042 | table.insert(Effects, {
| |
| 1043 | prt, | |
| 1044 | "Shatter", | |
| 1045 | num, | |
| 1046 | prt.CFrame, | |
| 1047 | math.random() - math.random(), | |
| 1048 | 0, | |
| 1049 | math.random(50, 100) / 100 | |
| 1050 | }) | |
| 1051 | end; | |
| 1052 | }; | |
| 1053 | ||
| 1054 | Fire = {
| |
| 1055 | Create = function(brickcolor, cframe, x1, y1, z1, delay) | |
| 1056 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new()) | |
| 1057 | prt.Anchored = true | |
| 1058 | prt.CFrame = cframe | |
| 1059 | msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 1060 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 1061 | table.insert(Effects, {
| |
| 1062 | prt, | |
| 1063 | "Fire", | |
| 1064 | delay, | |
| 1065 | 1, | |
| 1066 | 1, | |
| 1067 | 1, | |
| 1068 | msh | |
| 1069 | }) | |
| 1070 | end; | |
| 1071 | }; | |
| 1072 | ||
| 1073 | FireWave = {
| |
| 1074 | Create = function(brickcolor, cframe, x1, y1, z1) | |
| 1075 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 1, brickcolor, "Effect", Vector3.new()) | |
| 1076 | prt.Anchored = true | |
| 1077 | prt.CFrame = cframe | |
| 1078 | msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 1079 | local d = Create("Decal"){
| |
| 1080 | Parent = prt, | |
| 1081 | Texture = "rbxassetid://26356434", | |
| 1082 | Face = "Top", | |
| 1083 | } | |
| 1084 | local d = Create("Decal"){
| |
| 1085 | Parent = prt, | |
| 1086 | Texture = "rbxassetid://26356434", | |
| 1087 | Face = "Bottom", | |
| 1088 | } | |
| 1089 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 1090 | table.insert(Effects, {
| |
| 1091 | prt, | |
| 1092 | "FireWave", | |
| 1093 | 1, | |
| 1094 | 30, | |
| 1095 | math.random(400, 600) / 100, | |
| 1096 | msh | |
| 1097 | }) | |
| 1098 | end; | |
| 1099 | }; | |
| 1100 | ||
| 1101 | Lightning = {
| |
| 1102 | Create = function(p0, p1, tym, ofs, col, th, tra, last) | |
| 1103 | local magz = (p0 - p1).magnitude | |
| 1104 | local curpos = p0 | |
| 1105 | local trz = {
| |
| 1106 | -ofs, | |
| 1107 | ofs | |
| 1108 | } | |
| 1109 | for i = 1, tym do | |
| 1110 | local li = CFuncs.Part.Create(EffectModel, "Neon", 0, tra or 0.4, col, "Ref", Vector3.new(th, th, magz / tym)) | |
| 1111 | local ofz = Vector3.new(trz[math.random(1, 2)], trz[math.random(1, 2)], trz[math.random(1, 2)]) | |
| 1112 | local trolpos = CFrame.new(curpos, p1) * CFrame.new(0, 0, magz / tym).p + ofz | |
| 1113 | li.Material = "Neon" | |
| 1114 | if tym == i then | |
| 1115 | local magz2 = (curpos - p1).magnitude | |
| 1116 | li.Size = Vector3.new(th, th, magz2) | |
| 1117 | li.CFrame = CFrame.new(curpos, p1) * CFrame.new(0, 0, -magz2 / 2) | |
| 1118 | table.insert(Effects, {
| |
| 1119 | li, | |
| 1120 | "Disappear", | |
| 1121 | last | |
| 1122 | }) | |
| 1123 | else | |
| 1124 | do | |
| 1125 | do | |
| 1126 | li.CFrame = CFrame.new(curpos, trolpos) * CFrame.new(0, 0, magz / tym / 2) | |
| 1127 | curpos = li.CFrame * CFrame.new(0, 0, magz / tym / 2).p | |
| 1128 | game.Debris:AddItem(li, 10) | |
| 1129 | table.insert(Effects, {
| |
| 1130 | li, | |
| 1131 | "Disappear", | |
| 1132 | last | |
| 1133 | }) | |
| 1134 | end | |
| 1135 | end | |
| 1136 | end | |
| 1137 | end | |
| 1138 | end | |
| 1139 | }; | |
| 1140 | ||
| 1141 | EffectTemplate = {
| |
| 1142 | ||
| 1143 | }; | |
| 1144 | } | |
| 1145 | ||
| 1146 | function attackone() | |
| 1147 | attack = true | |
| 1148 | local con1 = Blade1.Touched:connect(function(hit) Damage(Blade1, hit, 8, 20, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149186", 1) end) | |
| 1149 | local con2 = Blade2.Touched:connect(function(hit) Damage(Blade2, hit, 8, 20, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149186", 1) end) | |
| 1150 | for i = 0, .7, 0.1 do | |
| 1151 | swait() | |
| 1152 | PlayAnimationFromTable({
| |
| 1153 | CFrame.new(-0.0182565525, -0.0509279184, 0.036379084, 0.953790128, -0.00587357208, -0.30041644, -0.0131030018, 0.998044789, -0.0611138344, 0.300188035, 0.0622261204, 0.951848269) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1154 | CFrame.new(-0.0242161229, 1.49425817, -0.0546284467, 0.914200485, -0.0386615843, 0.403414488, -3.22703272e-07, 0.995439053, 0.0953995138, -0.405262917, -0.0872144029, 0.910030544) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1155 | CFrame.new(1.66850007, 0.15572004, 0.562042117, 0.576170802, -0.644499123, -0.502641201, 0.816828072, 0.432520688, 0.38172999, -0.0286218971, -0.630513132, 0.77565068) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1156 | CFrame.new(-1.58933008, 0.108810946, 0.140973419, 0.990269959, 0.137416095, 0.0220511854, -0.139154211, 0.980328381, 0.139992028, -0.00238072872, -0.141698599, 0.989907205) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1157 | CFrame.new(0.499605328, -1.99604106, -0.056147173, 0.995160282, -0.0980204046, 0.00694218278, 0.0982658863, 0.992672503, -0.0703309551, 3.09944153e-06, 0.0706728101, 0.997500181) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1158 | CFrame.new(-0.562913001, -1.9866792, 0.152829662, 0.998071849, 0.0619624257, 0.00380143523, -0.0620789751, 0.996195078, 0.0611623861, 2.8014183e-06, -0.0612803809, 0.998120785) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1159 | }, .3, false) | |
| 1160 | moter.C0 = clerp(moter.C0, CFrame.new(0.141186267, -1.13135171, -0.179337338, -0.217759028, 0.0206971169, 0.975783229, 0.777805567, -0.600256562, 0.186309367, 0.589575887, 0.799540401, 0.114612728) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1161 | end | |
| 1162 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, 1, 1.2)
| |
| 1163 | for i = 0, .7, 0.1 do | |
| 1164 | swait() | |
| 1165 | PlayAnimationFromTable({
| |
| 1166 | CFrame.new(0.249830946, -0.32978934, 0.330704331, 0.907999218, -0.163171351, 0.385892063, 0.0776790157, 0.970639825, 0.22764948, -0.411708087, -0.176729828, 0.894015133) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1167 | CFrame.new(-0.024216339, 1.49425507, -0.0546190739, 0.971954584, -0.0100988299, -0.234954163, 0.0577322431, 0.978751302, 0.196757123, 0.227974743, -0.20480302, 0.951884091) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1168 | CFrame.new(0.960495949, 0.613150239, -0.950229049, -0.0514678359, 0.487055749, 0.871853173, 0.99431771, -0.0564670861, 0.0902422518, 0.0931839868, 0.871543765, -0.481381923) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1169 | CFrame.new(-1.64906204, 0.199252456, 0.130910859, 0.903767765, 0.427863896, 0.0116825998, -0.426137984, 0.896892726, 0.118279353, 0.0401293635, -0.111875355, 0.992911935) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1170 | CFrame.new(0.499602556, -1.9960376, -0.0561450198, 0.995160341, -0.0980209857, 0.00694280863, 0.0982665867, 0.992671549, -0.0703336, 2.2649765e-06, 0.0706754178, 0.997499406) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1171 | CFrame.new(-0.562918067, -1.98668122, 0.152829528, 0.998071313, 0.0619640425, 0.00380137563, -0.0620805621, 0.996195257, 0.0611622781, 2.95042992e-06, -0.0612802804, 0.998120666) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1172 | }, .3, false) | |
| 1173 | moter.C0 = clerp(moter.C0, CFrame.new(0.157370895, -1.28737307, -0.0635769144, 0.0794713795, 0.203758523, 0.975790322, -0.790219069, -0.583830297, 0.186269701, 0.60765028, -0.785891712, 0.11461594) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1174 | end | |
| 1175 | attack = false | |
| 1176 | con1:Disconnect() | |
| 1177 | con2:Disconnect() | |
| 1178 | end | |
| 1179 | function attacktwo() | |
| 1180 | attack = true | |
| 1181 | local con1 = Blade1.Touched:connect(function(hit) Damage(Blade1, hit, 8, 20, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149186", 1) end) | |
| 1182 | local con2 = Blade2.Touched:connect(function(hit) Damage(Blade2, hit, 8, 20, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149186", 1) end) | |
| 1183 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199146359", RootPart, 1, 1)
| |
| 1184 | for i = 0, .7, 0.1 do | |
| 1185 | swait() | |
| 1186 | PlayAnimationFromTable({
| |
| 1187 | CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(doe * -23), 0), | |
| 1188 | CFrame.new(0, 1.49998999, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1189 | CFrame.new(1.89710748, 0.437648147, 0.0857415944, 0.0398090035, -0.994023204, -0.101652406, 0.999199092, 0.0400162078, 7.47858564e-07, 0.00406700047, -0.101571016, 0.994820058) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1190 | CFrame.new(-1.8570236, 0.328454405, -0.0501937941, 0.132916734, 0.98887521, -0.0667761713, -0.991127253, 0.132614732, -0.00895497669, 1.4894492e-07, 0.0673739538, 0.997727811) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1191 | CFrame.new(0.531844854, -1.99855554, 0, 0.998967409, -0.0455082022, 0, 0.0455082022, 0.998967409, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1192 | CFrame.new(-0.553164065, -2.02981877, 0, 0.996746421, 0.0806022137, 0, -0.0806022212, 0.996746361, 0, -0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1193 | }, .3, false) | |
| 1194 | moter.C0 = clerp(moter.C0, CFrame.new(-0.00988070853, -0.682481349, -0.429647028, -6.95232302e-07, -7.31495675e-07, 1.00000489, 0.104560755, -0.994518936, -7.5463322e-07, 0.994519472, 0.104562707, 7.42264092e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1195 | end | |
| 1196 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199146359", RootPart, 1, 1)
| |
| 1197 | for i = 0, .7, 0.1 do | |
| 1198 | swait() | |
| 1199 | PlayAnimationFromTable({
| |
| 1200 | CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(doe * -23), 0), | |
| 1201 | CFrame.new(0, 1.49998999, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1202 | CFrame.new(1.89710748, 0.437648147, 0.0857415944, 0.0398090035, -0.994023204, -0.101652406, 0.999199092, 0.0400162078, 7.47858564e-07, 0.00406700047, -0.101571016, 0.994820058) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1203 | CFrame.new(-1.8570236, 0.328454405, -0.0501937941, 0.132916734, 0.98887521, -0.0667761713, -0.991127253, 0.132614732, -0.00895497669, 1.4894492e-07, 0.0673739538, 0.997727811) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1204 | CFrame.new(0.531844854, -1.99855554, 0, 0.998967409, -0.0455082022, 0, 0.0455082022, 0.998967409, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1205 | CFrame.new(-0.553164065, -2.02981877, 0, 0.996746421, 0.0806022137, 0, -0.0806022212, 0.996746361, 0, -0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1206 | }, .3, false) | |
| 1207 | moter.C0 = clerp(moter.C0, CFrame.new(-0.00988070853, -0.682481349, -0.429647028, -6.95232302e-07, -7.31495675e-07, 1.00000489, 0.104560755, -0.994518936, -7.5463322e-07, 0.994519472, 0.104562707, 7.42264092e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1208 | end | |
| 1209 | for i = 0, .6, 0.1 do | |
| 1210 | swait() | |
| 1211 | PlayAnimationFromTable({
| |
| 1212 | CFrame.new(0.204084679, 7.4505806e-09, 0.244609594, 0.982087374, -0.168880284, 0.0835691392, 0.137038529, 0.944562495, 0.298365742, -0.129324362, -0.281569034, 0.950786054) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1213 | CFrame.new(0.122400239, 1.46180415, -0.076899156, 0.924434304, -0.0304325782, 0.380125105, 4.529953e-06, 0.99681139, 0.0797931105, -0.381341338, -0.073761791, 0.921486855) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1214 | CFrame.new(0.611699641, 0.319435656, -0.922920763, -0.0791137591, 0.854084373, -0.514082432, -0.969065785, 0.0550462678, 0.240585253, 0.233778521, 0.517213345, 0.823309243) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1215 | CFrame.new(-1.75233293, 0.325848103, -0.421480238, 0.749795735, 0.492061377, -0.442359507, -0.571905851, 0.818175137, -0.0592734516, 0.332761437, 0.297430903, 0.894876957) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1216 | - | Effects.Sphere.Create(BrickColor.new("White"), Blade1.CFrame, 1.5, 1.5, 15, 1, 1, 1.5, 0.1)
|
| 1216 | + | |
| 1217 | CFrame.new(-0.716060102, -2.13568735, 0.349384725, 0.986571908, 0.160677701, 0.0292985737, -0.160298616, 0.918187559, 0.36226505, 0.0313063003, -0.362097025, 0.931614518) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1218 | }, .3, false) | |
| 1219 | moter.C0 = clerp(moter.C0, CFrame.new(0.00876641273, -1.08679509, -0.50578475, 0.401184529, 0.0275894254, 0.915581763, 0.68546021, -0.672078133, -0.280099154, 0.607614756, 0.739966154, -0.288538784) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1220 | end | |
| 1221 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199146359", RootPart, 1, 1.3)
| |
| 1222 | for i = 0, .7, 0.1 do | |
| 1223 | swait() | |
| 1224 | PlayAnimationFromTable({
| |
| 1225 | CFrame.new(-0.276124209, -0.0680144429, 0.216182947, 0.85968256, -0.0605122522, -0.507237852, 0.136974797, 0.983902752, 0.114769213, 0.492130756, -0.1681436, 0.85413301) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1226 | CFrame.new(0.223244101, 1.50403774, -0.120896861, 0.924408615, 0.122574322, 0.361183465, -0.0719862953, 0.986004412, -0.150378048, -0.374557853, 0.113009505, 0.920294523) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1227 | CFrame.new(2.04806757, 0.462650239, 0.323835641, -0.00981725752, -0.962832987, 0.269935519, -0.988896549, -0.0306805074, -0.145399749, 0.1482784, -0.268367499, -0.951839209) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1228 | CFrame.new(-1.80594206, 0.334363043, -0.166589677, 0.574362338, 0.743065238, -0.34346953, -0.727166653, 0.655817688, 0.202807248, 0.375953704, 0.13327533, 0.917007387) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1229 | CFrame.new(0.532366872, -2.04665041, -0.00164672732, 0.998968124, -0.0443501845, 0.010228008, 0.044694148, 0.998339236, -0.0363303721, -0.00859776139, 0.036748752, 0.999290347) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1230 | CFrame.new(-0.697342694, -1.99070787, 0.536612153, 0.986575603, 0.160681427, 0.0293117762, -0.151512846, 0.833293974, 0.531661332, 0.0610049665, -0.528965235, 0.846451163) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1231 | }, .3, false) | |
| 1232 | moter.C0 = clerp(moter.C0, CFrame.new(-0.00986818783, -1.06982791, 0.334686041, 4.81307507e-06, -1.82986259e-05, 1.00000155, -0.53759259, -0.843205333, -1.28000975e-05, 0.843206882, -0.537591636, -1.35749578e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1233 | end | |
| 1234 | attack = false | |
| 1235 | con1:Disconnect() | |
| 1236 | con2:Disconnect() | |
| 1237 | end | |
| 1238 | function attackthree() | |
| 1239 | attack = true | |
| 1240 | local con1 = Blade1.Touched:connect(function(hit) Damage(Blade1, hit, 8, 20, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149186", 1) end) | |
| 1241 | local con2 = Blade2.Touched:connect(function(hit) Damage(Blade2, hit, 8, 20, math.random(1, 5), "Normal", RootPart, 0.2, "rbxassetid://199149186", 1) end) | |
| 1242 | for i = 0, .7, 0.1 do | |
| 1243 | swait() | |
| 1244 | PlayAnimationFromTable({
| |
| 1245 | CFrame.new(-0.13685593, -0.0219347067, -0.0188135467, 0.556900084, 0.087021932, -0.82600826, -0.12841101, 0.991559744, 0.0178876482, 0.820593119, 0.0961069167, 0.563374221) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1246 | CFrame.new(-9.983778e-07, 1.49999022, 4.04566526e-06, 0.567645073, -0.0812248662, 0.819257259, -0.055430457, 0.989093423, 0.136469513, -0.821405947, -0.122878119, 0.556950927) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1247 | CFrame.new(1.74530852, 0.605844796, -0.670992434, -0.0220620185, -0.896603644, 0.442284256, 0.992553771, -0.0726518482, -0.0977700353, 0.119793728, 0.436833858, 0.891530037) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1248 | CFrame.new(-1.57622993, -0.0266638324, -0.298365206, 0.968349278, 0.0516385436, -0.244200975, -0.0904799774, 0.984443545, -0.150620773, 0.232623607, 0.167948797, 0.957957685) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1249 | CFrame.new(0.91460979, -1.89220715, -3.83798033e-06, 0.029635042, -0.517153919, -0.855379343, 0.0179127492, 0.855892479, -0.516843617, 0.999400377, -5.51342964e-06, 0.0346280932) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1250 | CFrame.new(-0.457521975, -1.98231733, -0.138436869, 0.955224037, 0.0525353253, -0.291182458, -0.0912996829, 0.988423347, -0.12117669, 0.281445473, 0.142335743, 0.948962152) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1251 | }, .3, false) | |
| 1252 | moter.C0 = clerp(moter.C0, CFrame.new(-0.00987285469, -1.01615155, 0.339951545, 2.83122063e-06, 9.39983875e-06, 1.00000012, -0.471862316, -0.881672442, 9.63360071e-06, 0.881672561, -0.471862227, 1.92970037e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1253 | end | |
| 1254 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, 1, .8)
| |
| 1255 | Torso.Velocity = RootPart.CFrame.lookVector * 100 | |
| 1256 | for i = 0, .7, 0.1 do | |
| 1257 | swait() | |
| 1258 | PlayAnimationFromTable({
| |
| 1259 | CFrame.new(-0.00530162873, -0.021935204, -0.0146569451, 0.137970969, -8.22370883e-09, 0.990436316, -0.128410965, 0.991559744, 0.0178880654, -0.982076764, -0.129650906, 0.136806443) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1260 | CFrame.new(5.73694706e-06, 1.49998879, -4.42843884e-07, 0.0524085984, 0.0903850272, -0.994527102, 1.36438757e-06, 0.995895684, 0.0905094892, 0.998625815, -0.00474483334, 0.0521933734) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1261 | CFrame.new(1.87640154, 0.550785303, -0.173896909, -0.0639775693, -0.992300212, 0.106053993, 0.986576498, -0.0788898617, -0.142980397, 0.150246024, 0.0954828262, 0.984027147) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1262 | CFrame.new(-1.65203774, 0.291665047, -0.267631799, 0.849730492, 0.467253864, -0.244201034, -0.509230375, 0.847348988, -0.150620297, 0.136545599, 0.252340674, 0.957955599) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1263 | CFrame.new(0.914622426, -1.89221859, -9.02777538e-06, 0.0296405256, -0.517155349, -0.855383992, 0.0179130845, 0.855897069, -0.516838968, 0.999400377, -2.68220901e-06, 0.0346331969) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1264 | CFrame.new(-0.457527936, -1.98231697, -0.138441056, 0.955225945, 0.0525356978, -0.291175961, -0.0912992805, 0.988423407, -0.121177599, 0.281439245, 0.142336115, 0.948964655) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1265 | }, .4, false) | |
| 1266 | moter.C0 = clerp(moter.C0, CFrame.new(-0.0651481301, -1.66422045, -0.29617393, 0.196357772, 5.72949648e-06, 0.980532587, 0.00505764782, -0.999986947, -0.00100697577, 0.980520427, 0.0051568076, -0.196355045) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1267 | - | Effects.Sphere.Create(BrickColor.new("White"), ref.CFrame * CFrame.new(math.random(-4,4),math.random(-4,4),math.random(-4,4)) * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180))), 1, 1, 2, 0, 0, 9, 0.07)
|
| 1267 | + | |
| 1268 | attack = false | |
| 1269 | con1:Disconnect() | |
| 1270 | con2:Disconnect() | |
| 1271 | end | |
| 1272 | function silenceslashwave() | |
| 1273 | attack = true | |
| 1274 | for i = 0, .7, 0.1 do | |
| 1275 | swait() | |
| 1276 | PlayAnimationFromTable({
| |
| 1277 | CFrame.new(-0.13685593, -0.0219347067, -0.0188135467, 0.556900084, 0.087021932, -0.82600826, -0.12841101, 0.991559744, 0.0178876482, 0.820593119, 0.0961069167, 0.563374221) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1278 | CFrame.new(-9.983778e-07, 1.49999022, 4.04566526e-06, 0.567645073, -0.0812248662, 0.819257259, -0.055430457, 0.989093423, 0.136469513, -0.821405947, -0.122878119, 0.556950927) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1279 | CFrame.new(1.74530852, 0.605844796, -0.670992434, -0.0220620185, -0.896603644, 0.442284256, 0.992553771, -0.0726518482, -0.0977700353, 0.119793728, 0.436833858, 0.891530037) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1280 | CFrame.new(-1.57622993, -0.0266638324, -0.298365206, 0.968349278, 0.0516385436, -0.244200975, -0.0904799774, 0.984443545, -0.150620773, 0.232623607, 0.167948797, 0.957957685) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1281 | CFrame.new(0.91460979, -1.89220715, -3.83798033e-06, 0.029635042, -0.517153919, -0.855379343, 0.0179127492, 0.855892479, -0.516843617, 0.999400377, -5.51342964e-06, 0.0346280932) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1282 | CFrame.new(-0.457521975, -1.98231733, -0.138436869, 0.955224037, 0.0525353253, -0.291182458, -0.0912996829, 0.988423347, -0.12117669, 0.281445473, 0.142335743, 0.948962152) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1283 | }, .3, false) | |
| 1284 | moter.C0 = clerp(moter.C0, CFrame.new(-0.00987285469, -1.01615155, 0.339951545, 2.83122063e-06, 9.39983875e-06, 1.00000012, -0.471862316, -0.881672442, 9.63360071e-06, 0.881672561, -0.471862227, 1.92970037e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1285 | end | |
| 1286 | for i = 0, 10 do | |
| 1287 | for i = 0, .1, 0.1 do | |
| 1288 | swait() | |
| 1289 | PlayAnimationFromTable({
| |
| 1290 | CFrame.new(-0.00530162873, -0.021935204, -0.0146569451, 0.137970969, -8.22370883e-09, 0.990436316, -0.128410965, 0.991559744, 0.0178880654, -0.982076764, -0.129650906, 0.136806443) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1291 | CFrame.new(5.73694706e-06, 1.49998879, -4.42843884e-07, 0.0524085984, 0.0903850272, -0.994527102, 1.36438757e-06, 0.995895684, 0.0905094892, 0.998625815, -0.00474483334, 0.0521933734) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1292 | CFrame.new(1.87640154, 0.550785303, -0.173896909, -0.0639775693, -0.992300212, 0.106053993, 0.986576498, -0.0788898617, -0.142980397, 0.150246024, 0.0954828262, 0.984027147) * CFrame.new(math.random(-1.2,1.2), math.random(-1.2,1.2), math.random(-1.2,1.2)) * CFrame.Angles(0, 0, 0), | |
| 1293 | CFrame.new(-1.65203774, 0.291665047, -0.267631799, 0.849730492, 0.467253864, -0.244201034, -0.509230375, 0.847348988, -0.150620297, 0.136545599, 0.252340674, 0.957955599) * CFrame.new(0,0, 0) * CFrame.Angles(0, 0, 0), | |
| 1294 | CFrame.new(0.914622426, -1.89221859, -9.02777538e-06, 0.0296405256, -0.517155349, -0.855383992, 0.0179130845, 0.855897069, -0.516838968, 0.999400377, -2.68220901e-06, 0.0346331969) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1295 | CFrame.new(-0.457527936, -1.98231697, -0.138441056, 0.955225945, 0.0525356978, -0.291175961, -0.0912992805, 0.988423407, -0.121177599, 0.281439245, 0.142336115, 0.948964655) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1296 | }, .3, false) | |
| 1297 | moter.C0 = clerp(moter.C0, CFrame.new(-0.0651481301, -1.66422045, -0.29617393, 0.196357772, 5.72949648e-06, 0.980532587, 0.00505764782, -0.999986947, -0.00100697577, 0.980520427, 0.0051568076, -0.196355045) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1298 | end | |
| 1299 | swait(.2) | |
| 1300 | Effects.Sphere.Create(BrickColor.new("Light orange"), Blade1.CFrame, 1.5, 1.5, 15, 1, 1, 1.5, 0.1)
| |
| 1301 | MagnitudeDamage(Blade1, 3, 4, 8, math.random(1, 5), "Normal", "199149186", 1) --http://www.roblox.com/asset/?id= | |
| 1302 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, .8, math.random(.8,1.2))
| |
| 1303 | end | |
| 1304 | for i = 0, .25, 0.1 do | |
| 1305 | swait() | |
| 1306 | PlayAnimationFromTable({
| |
| 1307 | CFrame.new(0.0215015616, -0.0219376255, -0.0506213121, 0.892460823, 0.123405606, -0.433918685, -0.12841095, 0.991559923, 0.0178888384, 0.432463884, 0.0397548005, 0.900774658) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1308 | CFrame.new(-0.106779374, 1.48791957, 0.00561950728, 0.052413702, -0.112091154, -0.992314637, 1.37835741e-07, 0.993682027, -0.112245195, 0.998627186, 0.0058830753, 0.0520823896) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1309 | CFrame.new(1.8764025, 0.550787807, -0.173913807, -0.0639793798, -0.992299974, 0.106054008, 0.986576259, -0.0788917094, -0.142981052, 0.150246888, 0.0954825282, 0.98402679) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1310 | CFrame.new(-1.64552236, 0.0687195063, -0.173113346, 0.950140417, 0.253708631, -0.181288153, -0.269049466, 0.960908115, -0.0653329939, 0.157625407, 0.110850893, 0.981257677) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1311 | CFrame.new(0.914609671, -1.89220476, -1.188647e-05, 0.0296378732, -0.517152905, -0.855379939, 0.017911911, 0.855893135, -0.516842544, 0.999400258, -3.36766243e-06, 0.0346300602) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1312 | CFrame.new(-0.457556218, -1.98231208, -0.138455093, 0.955226064, 0.0525363758, -0.291175902, -0.0912997425, 0.988423169, -0.121176556, 0.281438798, 0.142335266, 0.948964) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1313 | }, .3, false) | |
| 1314 | moter.C0 = clerp(moter.C0, CFrame.new(-0.0811068267, -1.64513206, -0.375957668, 0.194887191, 0.0239959247, 0.980531991, 0.12720263, -0.991876423, -0.00100876763, 0.972542644, 0.124922603, -0.196356177) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1315 | end | |
| 1316 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, 1, .9)
| |
| 1317 | for i = 0, .25, 0.1 do | |
| 1318 | swait() | |
| 1319 | PlayAnimationFromTable({
| |
| 1320 | CFrame.new(0.0590082817, -0.0219368599, -0.144591719, -0.873816788, -0.104594097, -0.474873334, -0.12841098, 0.991559863, 0.0178917665, 0.468993872, 0.0766130462, -0.879872561) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1321 | CFrame.new(-0.106755644, 1.4879185, 0.00557660684, 0.0524137616, -0.112089001, -0.992314935, -2.69711018e-06, 0.993680775, -0.112243399, 0.998625517, 0.00588576496, 0.0520822704) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1322 | CFrame.new(1.87641883, 0.550789893, -0.173913777, -0.0639760941, -0.992300153, 0.106054008, 0.98657608, -0.0788887143, -0.142983839, 0.150249347, 0.0954827964, 0.984026551) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1323 | CFrame.new(-1.64550126, 0.0687222853, -0.17315045, 0.950140059, 0.253708541, -0.181289196, -0.269049615, 0.960907817, -0.0653340146, 0.15762642, 0.110852264, 0.9812572) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1324 | CFrame.new(0.914622247, -1.89220142, -5.55654988e-05, 0.0296370685, -0.517152309, -0.855380177, 0.0179088414, 0.855893433, -0.516842127, 0.999400258, -1.17719173e-06, 0.0346277952) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1325 | CFrame.new(-0.457514405, -1.98230898, -0.138487726, 0.955225945, 0.0525365286, -0.291175961, -0.0913007036, 0.988422811, -0.121179238, 0.281438649, 0.142338097, 0.948963821) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1326 | }, .3, false) | |
| 1327 | moter.C0 = clerp(moter.C0, CFrame.new(-0.0811059102, -1.64510548, -0.375980914, 0.194886461, 0.0239996649, 0.980532229, 0.127204716, -0.991876125, -0.00100535899, 0.972542286, 0.124924242, -0.196356058) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1328 | end | |
| 1329 | for i = 0, .4, 0.1 do | |
| 1330 | swait() | |
| 1331 | PlayAnimationFromTable({
| |
| 1332 | CFrame.new(-0.0345738605, -0.0854207352, 0.0850979686, -0.0048020049, -0.0186639875, 0.99981457, -0.12841107, 0.991559923, 0.0178931784, -0.991709709, -0.128301322, -0.00715814019) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1333 | CFrame.new(-0.106759697, 1.48791838, 0.00555624347, 0.0524108298, -0.112090915, -0.992314935, -4.4698827e-06, 0.993680656, -0.112245403, 0.998625696, 0.00588730862, 0.0520791188) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1334 | CFrame.new(1.87641191, 0.550789356, -0.173913136, -0.063974835, -0.992300332, 0.106054559, 0.986575902, -0.0788877457, -0.142985746, 0.150251195, 0.0954833776, 0.984026313) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1335 | CFrame.new(-1.64552104, 0.0687186643, -0.173174798, 0.950139642, 0.25370872, -0.181292072, -0.269050032, 0.960907876, -0.0653332844, 0.157629356, 0.110852361, 0.981256723) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1336 | CFrame.new(0.914621711, -1.89220178, -5.38625754e-05, 0.0296363328, -0.517152011, -0.855380416, 0.0179073587, 0.855893672, -0.516841888, 0.999400437, -3.02679837e-07, 0.0346263722) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1337 | CFrame.new(-0.457538307, -1.98231256, -0.13849853, 0.95522511, 0.0525351912, -0.291178912, -0.0913010836, 0.988422394, -0.121183768, 0.281441301, 0.142342716, 0.948962331) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1338 | }, .3, false) | |
| 1339 | moter.C0 = clerp(moter.C0, CFrame.new(-0.0811029226, -1.64512837, -0.375977427, 0.194886893, 0.0240010694, 0.98053205, 0.127205342, -0.991876006, -0.00100411475, 0.972542107, 0.1249246, -0.196356669) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1340 | end | |
| 1341 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, 1, 1.15)
| |
| 1342 | coroutine.wrap(function() | |
| 1343 | ref = Instance.new("Part", FalsePure)
| |
| 1344 | ref.Anchored = true | |
| 1345 | ref.Transparency = 1 | |
| 1346 | ref.CanCollide = false | |
| 1347 | ref.CFrame = RootPart.CFrame | |
| 1348 | for i = 0, 60 do | |
| 1349 | swait() | |
| 1350 | ref.CFrame = ref.CFrame * CFrame.new(0,0,-2.5) | |
| 1351 | Effects.Sphere.Create(BrickColor.new("Light orange"), ref.CFrame * CFrame.new(math.random(-4,4),math.random(-4,4),math.random(-4,4)) * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180))), 1, 1, 2, 0, 0, 9, 0.07)
| |
| 1352 | MagnitudeDamage(ref, 6, 7, 12, 0, "Normal", "199149186", 1) --http://www.roblox.com/asset/?id= | |
| 1353 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=200632992", ref, 1, 1)
| |
| 1354 | end | |
| 1355 | ref:Remove() | |
| 1356 | end)() | |
| 1357 | for i = 0, .8, 0.1 do | |
| 1358 | swait() | |
| 1359 | PlayAnimationFromTable({
| |
| 1360 | CFrame.new(-0.130087689, -0.0854207948, -0.104538761, 0.848553777, 0.119192973, -0.515509427, -0.12841095, 0.991559863, 0.0178916883, 0.513290882, 0.0510149673, 0.85669744) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1361 | CFrame.new(-0.0676337183, 1.52672815, -0.0240787752, 0.822895706, -0.120273784, 0.555316925, 0.0961414278, 0.992720723, 0.0725422055, -0.559999585, -0.00630569737, 0.828469038) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1362 | CFrame.new(1.91607141, 0.636486173, 0.538587928, -0.164104298, -0.819614053, -0.548910379, 0.973439217, -0.0444979928, -0.224580169, 0.159643665, -0.57118535, 0.805146813) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1363 | CFrame.new(-1.65514445, 0.177976057, -0.413865387, 0.90877533, 0.315629989, -0.272958875, -0.392467111, 0.868733764, -0.302116513, 0.141771913, 0.381684005, 0.913356006) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1364 | CFrame.new(0.83761853, -1.91776252, 0.0825821832, 0.924021006, -0.322229505, -0.205798984, 0.316214055, 0.946632504, -0.0624127649, 0.214927286, -0.00740583241, 0.976602435) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1365 | CFrame.new(-0.45750761, -1.98230767, -0.138491035, 0.955224514, 0.0525344387, -0.291181058, -0.0913008377, 0.988422275, -0.121184379, 0.281443506, 0.142343387, 0.948961616) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1366 | }, .3, false) | |
| 1367 | moter.C0 = clerp(moter.C0, CFrame.new(-0.0583643354, -1.09439969, -0.265255094, 0.147985846, 0.129075974, 0.980530381, 0.661115885, -0.750283182, -0.00101198256, 0.735544741, 0.648393989, -0.196365476) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1368 | end | |
| 1369 | - | Effects.Sphere.Create(BrickColor.new("White"), RootPart.CFrame * CFrame.new(math.random(-6,6),math.random(-6,6),math.random(-6,6)) * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180))), 2, 2, 3, 0, 0, 9, 0.07)
|
| 1369 | + | |
| 1370 | end | |
| 1371 | function sliceyslice() | |
| 1372 | attack = true | |
| 1373 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, 1, 1.2)
| |
| 1374 | for i = 0, .7, 0.1 do | |
| 1375 | swait() | |
| 1376 | PlayAnimationFromTable({
| |
| 1377 | CFrame.new(-0.0509506799, -0.627362788, 0.252791256, 0.579286039, -3.45281421e-08, -0.815124393, 0.458849072, 0.826512098, 0.32609117, 0.673710048, -0.56291914, 0.478786886) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1378 | CFrame.new(0.284498036, 1.50512135, 0.0691760853, 0.64777112, 0.216736928, 0.730355918, -5.62518835e-07, 0.958680511, -0.284488112, -0.761834562, 0.184286118, 0.621008396) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1379 | CFrame.new(1.80473328, 0.332297206, 0.754164934, 0.401365966, -0.811118126, -0.425432414, 0.811118126, 0.0990228653, 0.576439261, -0.425432801, -0.576438963, 0.697656989) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1380 | CFrame.new(-1.58266723, 0.194353491, -0.558353603, 0.935109615, 0.158752754, -0.316808492, -0.308160633, 0.805702388, -0.505846798, 0.174948707, 0.570650101, 0.802341342) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1381 | CFrame.new(0.149082392, -1.74518442, -0.92055583, 0.953501105, 0.247029692, 0.172660202, 0.0360025764, 0.475423455, -0.879020393, -0.299230397, 0.84436357, 0.44442302) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1382 | CFrame.new(-0.990869522, -1.64551854, 0.493989646, 0.915096641, 0.371197581, 0.1575142, -0.368945181, 0.613126993, 0.698538721, 0.162719339, -0.697344124, 0.698022485) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1383 | }, .15, false) | |
| 1384 | moter.C0 = clerp(moter.C0, CFrame.new(-0.00987126026, -0.995855451, -0.381457001, 1.28746033e-05, -6.08339906e-06, 1.00000012, 0.911587059, -0.411107272, -1.42455101e-05, 0.411107302, 0.911587059, 2.5331974e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(doe * 22), 0, 0), 0.3) | |
| 1385 | end | |
| 1386 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, 1, 1.2)
| |
| 1387 | for i = 0, .7, 0.1 do | |
| 1388 | swait() | |
| 1389 | PlayAnimationFromTable({
| |
| 1390 | CFrame.new(-0.0509506799, -0.627362788, 0.252791256, 0.579286039, -3.45281421e-08, -0.815124393, 0.458849072, 0.826512098, 0.32609117, 0.673710048, -0.56291914, 0.478786886) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1391 | CFrame.new(0.284498036, 1.50512135, 0.0691760853, 0.64777112, 0.216736928, 0.730355918, -5.62518835e-07, 0.958680511, -0.284488112, -0.761834562, 0.184286118, 0.621008396) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1392 | CFrame.new(1.80473328, 0.332297206, 0.754164934, 0.401365966, -0.811118126, -0.425432414, 0.811118126, 0.0990228653, 0.576439261, -0.425432801, -0.576438963, 0.697656989) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1393 | CFrame.new(-1.58266723, 0.194353491, -0.558353603, 0.935109615, 0.158752754, -0.316808492, -0.308160633, 0.805702388, -0.505846798, 0.174948707, 0.570650101, 0.802341342) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1394 | CFrame.new(0.149082392, -1.74518442, -0.92055583, 0.953501105, 0.247029692, 0.172660202, 0.0360025764, 0.475423455, -0.879020393, -0.299230397, 0.84436357, 0.44442302) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1395 | CFrame.new(-0.990869522, -1.64551854, 0.493989646, 0.915096641, 0.371197581, 0.1575142, -0.368945181, 0.613126993, 0.698538721, 0.162719339, -0.697344124, 0.698022485) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1396 | }, .15, false) | |
| 1397 | moter.C0 = clerp(moter.C0, CFrame.new(-0.00987126026, -0.995855451, -0.381457001, 1.28746033e-05, -6.08339906e-06, 1.00000012, 0.911587059, -0.411107272, -1.42455101e-05, 0.411107302, 0.911587059, 2.5331974e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(doe * 22), 0, 0), 0.3) | |
| 1398 | end | |
| 1399 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, 1, 1.2)
| |
| 1400 | for i = 0, .7, 0.1 do | |
| 1401 | swait() | |
| 1402 | PlayAnimationFromTable({
| |
| 1403 | CFrame.new(-0.0509506799, -0.627362788, 0.252791256, 0.579286039, -3.45281421e-08, -0.815124393, 0.458849072, 0.826512098, 0.32609117, 0.673710048, -0.56291914, 0.478786886) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1404 | CFrame.new(0.284498036, 1.50512135, 0.0691760853, 0.64777112, 0.216736928, 0.730355918, -5.62518835e-07, 0.958680511, -0.284488112, -0.761834562, 0.184286118, 0.621008396) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1405 | CFrame.new(1.80473328, 0.332297206, 0.754164934, 0.401365966, -0.811118126, -0.425432414, 0.811118126, 0.0990228653, 0.576439261, -0.425432801, -0.576438963, 0.697656989) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1406 | CFrame.new(-1.58266723, 0.194353491, -0.558353603, 0.935109615, 0.158752754, -0.316808492, -0.308160633, 0.805702388, -0.505846798, 0.174948707, 0.570650101, 0.802341342) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1407 | CFrame.new(0.149082392, -1.74518442, -0.92055583, 0.953501105, 0.247029692, 0.172660202, 0.0360025764, 0.475423455, -0.879020393, -0.299230397, 0.84436357, 0.44442302) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1408 | - | Effects.Break.Create(BrickColor.new("White"), Blade2.CFrame, 1, 1, 6, .5, .5, 5, 0.05)
|
| 1408 | + | |
| 1409 | }, .15, false) | |
| 1410 | moter.C0 = clerp(moter.C0, CFrame.new(-0.00987126026, -0.995855451, -0.381457001, 1.28746033e-05, -6.08339906e-06, 1.00000012, 0.911587059, -0.411107272, -1.42455101e-05, 0.411107302, 0.911587059, 2.5331974e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(doe * 22), 0, 0), 0.3) | |
| 1411 | end | |
| 1412 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199150686", RootPart, 1, 1.2)
| |
| 1413 | for i = 0, .7, 0.1 do | |
| 1414 | swait() | |
| 1415 | PlayAnimationFromTable({
| |
| 1416 | CFrame.new(-0.0509506799, -0.627362788, 0.252791256, 0.579286039, -3.45281421e-08, -0.815124393, 0.458849072, 0.826512098, 0.32609117, 0.673710048, -0.56291914, 0.478786886) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1417 | - | Effects.Break.Create(BrickColor.new("White"), Blade2.CFrame, 1, 1, 6, .5, .5, 5, 0.05)
|
| 1417 | + | |
| 1418 | CFrame.new(1.80473328, 0.332297206, 0.754164934, 0.401365966, -0.811118126, -0.425432414, 0.811118126, 0.0990228653, 0.576439261, -0.425432801, -0.576438963, 0.697656989) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1419 | CFrame.new(-1.58266723, 0.194353491, -0.558353603, 0.935109615, 0.158752754, -0.316808492, -0.308160633, 0.805702388, -0.505846798, 0.174948707, 0.570650101, 0.802341342) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1420 | CFrame.new(0.149082392, -1.74518442, -0.92055583, 0.953501105, 0.247029692, 0.172660202, 0.0360025764, 0.475423455, -0.879020393, -0.299230397, 0.84436357, 0.44442302) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1421 | CFrame.new(-0.990869522, -1.64551854, 0.493989646, 0.915096641, 0.371197581, 0.1575142, -0.368945181, 0.613126993, 0.698538721, 0.162719339, -0.697344124, 0.698022485) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1422 | }, .15, false) | |
| 1423 | moter.C0 = clerp(moter.C0, CFrame.new(-0.00987126026, -0.995855451, -0.381457001, 1.28746033e-05, -6.08339906e-06, 1.00000012, 0.911587059, -0.411107272, -1.42455101e-05, 0.411107302, 0.911587059, 2.5331974e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(doe * 22), 0, 0), 0.3) | |
| 1424 | end | |
| 1425 | ||
| 1426 | for _,v in pairs(Character:children()) do | |
| 1427 | if v:IsA("Accessory") then
| |
| 1428 | v.Handle.Transparency = 1 | |
| 1429 | elseif v:IsA("Part") then
| |
| 1430 | v.Transparency = 1 | |
| 1431 | end | |
| 1432 | end | |
| 1433 | for _,v in pairs(FalsePure:children()) do | |
| 1434 | if v:IsA("Part") then
| |
| 1435 | v.Transparency = 1 | |
| 1436 | end | |
| 1437 | end | |
| 1438 | if Head.face.Parent ~= nil then | |
| 1439 | Head.face.Transparency = 1 | |
| 1440 | end | |
| 1441 | for i = 0, 3, 0.1 do | |
| 1442 | swait() | |
| 1443 | PlayAnimationFromTable({
| |
| 1444 | CFrame.new(-0.0129806623, -0.0860432535, 0.161416173, 0.825107157, 0.10957884, 0.554247797, -0.0893510208, 0.99397397, -0.0634992868, -0.557866096, 0.00287110545, 0.829926074) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1445 | CFrame.new(-0.298033714, 1.4832108, -0.168047965, 0.561100423, -0.172548532, -0.809565365, 0.128856912, 0.984315932, -0.120486088, 0.817660391, -0.0367132761, 0.57453239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1446 | CFrame.new(0.783375919, 0.761771381, -0.863815308, -0.208566546, 0.56169647, 0.80062294, 0.934386969, -0.127315223, 0.33273387, 0.288826913, 0.817488909, -0.498288214) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1447 | CFrame.new(-1.83050621, 0.0614415631, -0.223507136, 0.365020454, 0.927704394, -0.0782625079, -0.909874856, 0.337669432, -0.241054893, -0.197201073, 0.15919897, 0.967350721) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1448 | CFrame.new(0.977219462, -1.89633548, 0.100963935, -0.577007771, -0.376951754, 0.724554658, -0.285108209, 0.924288034, 0.253811061, -0.765367925, -0.0601257831, -0.640788794) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1449 | CFrame.new(-0.610510588, -1.97580755, -0.0497805513, 0.997271776, 0.0592549369, 0.0440300703, -0.0566930212, 0.99674499, -0.0573190562, -0.0472831726, 0.054666467, 0.997384548) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1450 | }, .3, false) | |
| 1451 | moter.C0 = clerp(moter.C0, CFrame.new(0.19801034, -0.722233295, 0.513238311, 0.129601017, -0.21509555, -0.967955291, 0.402400345, -0.880779862, 0.249601722, -0.906243682, -0.421854109, -0.0275954604) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1452 | Torso.Velocity = RootPart.CFrame.lookVector * 90 | |
| 1453 | Effects.Sphere.Create(BrickColor.new("Light orange"), RootPart.CFrame * CFrame.new(math.random(-6,6),math.random(-6,6),math.random(-6,6)) * CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180))), 2, 2, 3, 0, 0, 9, 0.07)
| |
| 1454 | MagnitudeDamage(RootPart, 10, 7, 12, 0, "Normal", "199149186", 1) --http://www.roblox.com/asset/?id= | |
| 1455 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=200632992", RootPart, 1, 1)
| |
| 1456 | end | |
| 1457 | for _,v in pairs(Character:children()) do | |
| 1458 | if v:IsA("Accessory") then
| |
| 1459 | v.Handle.Transparency = 0 | |
| 1460 | elseif v:IsA("Part") then
| |
| 1461 | v.Transparency = 0 | |
| 1462 | end | |
| 1463 | end | |
| 1464 | for _,v in pairs(FalsePure:children()) do | |
| 1465 | if v:IsA("Part") then
| |
| 1466 | v.Transparency = 0 | |
| 1467 | end | |
| 1468 | end | |
| 1469 | if Head.face.Parent ~= nil then | |
| 1470 | Head.face.Transparency = 0 | |
| 1471 | end | |
| 1472 | RootPart.Transparency = 1 | |
| 1473 | for i = 0, .7, 0.1 do | |
| 1474 | swait() | |
| 1475 | PlayAnimationFromTable({
| |
| 1476 | CFrame.new(-0.0129806623, -0.0860432535, 0.161416173, 0.825107157, 0.10957884, 0.554247797, -0.0893510208, 0.99397397, -0.0634992868, -0.557866096, 0.00287110545, 0.829926074) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1477 | CFrame.new(-0.298033714, 1.4832108, -0.168047965, 0.561100423, -0.172548532, -0.809565365, 0.128856912, 0.984315932, -0.120486088, 0.817660391, -0.0367132761, 0.57453239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1478 | CFrame.new(0.783375919, 0.761771381, -0.863815308, -0.208566546, 0.56169647, 0.80062294, 0.934386969, -0.127315223, 0.33273387, 0.288826913, 0.817488909, -0.498288214) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1479 | CFrame.new(-1.83050621, 0.0614415631, -0.223507136, 0.365020454, 0.927704394, -0.0782625079, -0.909874856, 0.337669432, -0.241054893, -0.197201073, 0.15919897, 0.967350721) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1480 | CFrame.new(0.977219462, -1.89633548, 0.100963935, -0.577007771, -0.376951754, 0.724554658, -0.285108209, 0.924288034, 0.253811061, -0.765367925, -0.0601257831, -0.640788794) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1481 | CFrame.new(-0.610510588, -1.97580755, -0.0497805513, 0.997271776, 0.0592549369, 0.0440300703, -0.0566930212, 0.99674499, -0.0573190562, -0.0472831726, 0.054666467, 0.997384548) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1482 | }, .3, false) | |
| 1483 | moter.C0 = clerp(moter.C0, CFrame.new(0.19801034, -0.722233295, 0.513238311, 0.129601017, -0.21509555, -0.967955291, 0.402400345, -0.880779862, 0.249601722, -0.906243682, -0.421854109, -0.0275954604) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1484 | end | |
| 1485 | local con1 = Blade1.Touched:connect(function(hit) Damage(Blade1, hit, 30, 45, math.random(1, 5), "Normal", RootPart, 1.2, "rbxassetid://154965973", .8)end) | |
| 1486 | local con2 = Blade2.Touched:connect(function(hit) Damage(Blade2, hit, 30, 45, math.random(1, 5), "Normal", RootPart, 1.2, "rbxassetid://154965973", .8)end) | |
| 1487 | -- lazy vv | |
| 1488 | hc1 = Blade1.Touched:connect(function(hit) | |
| 1489 | local hum = hit.Parent:FindFirstChild("Humanoid")
| |
| 1490 | if hum and not hum:IsDescendantOf(Character) then | |
| 1491 | for i = 1,8 do | |
| 1492 | Effects.Break.Create(BrickColor.new("Light orange"), Blade2.CFrame, 1, 1, 6, .5, .5, 5, 0.05)
| |
| 1493 | end | |
| 1494 | hc1:disconnect() | |
| 1495 | end | |
| 1496 | end) | |
| 1497 | hc2 = Blade1.Touched:connect(function(hit) | |
| 1498 | local hum = hit.Parent:FindFirstChild("Humanoid")
| |
| 1499 | if hum and not hum:IsDescendantOf(Character) then | |
| 1500 | for i = 1,8 do | |
| 1501 | Effects.Break.Create(BrickColor.new("Light orange"), Blade2.CFrame, 1, 1, 6, .5, .5, 5, 0.05)
| |
| 1502 | end | |
| 1503 | hc2:disconnect() | |
| 1504 | end | |
| 1505 | end) | |
| 1506 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=199146359", RootPart, 1, .6)
| |
| 1507 | for i = 0, 1.2, 0.1 do | |
| 1508 | swait() | |
| 1509 | PlayAnimationFromTable({
| |
| 1510 | CFrame.new(-0.0201181248, -0.0850511119, 0.0636792555, 0.903412402, 0.0540365763, -0.425354213, 0.0193670094, 0.985871851, 0.166377917, 0.42833522, -0.158545703, 0.889602304) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1511 | CFrame.new(-0.0199700966, 1.51141429, -0.0359886289, 0.927198768, -0.0149377659, 0.374293596, 0.02111209, 0.999699891, -0.0124007761, -0.37399888, 0.019399032, 0.927230835) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1512 | CFrame.new(1.80062234, 0.257900983, 0.154014677, 0.320686817, -0.93336308, -0.161224961, 0.926486671, 0.273711383, 0.258272409, -0.196932822, -0.232197374, 0.952523947) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1513 | CFrame.new(-1.60375869, -0.10490597, -0.316024631, 0.560420752, 0.713718832, -0.420159936, -0.813680053, 0.569082916, -0.118616238, 0.154447138, 0.408350587, 0.89966464) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1514 | CFrame.new(0.942716241, -1.90855038, 0.128970742, -0.577004373, -0.376948595, 0.724552095, -0.285107702, 0.924280703, 0.253809005, -0.765362501, -0.0601264834, -0.64078486) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1515 | CFrame.new(-0.610511541, -1.97580981, -0.0497804284, 0.997271657, 0.0592532977, 0.0440276563, -0.0566917062, 0.996745348, -0.057314381, -0.0472804606, 0.0546619967, 0.997384906) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1516 | }, .2, false) | |
| 1517 | moter.C0 = clerp(moter.C0, CFrame.new(0.198006451, -0.722233415, 0.513243735, 0.129601568, -0.215098128, -0.967954814, 0.402397364, -0.880780518, 0.249604195, -0.906244934, -0.421851456, -0.0275956765) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1518 | end | |
| 1519 | attack = false | |
| 1520 | con1:Disconnect() | |
| 1521 | con2:Disconnect() | |
| 1522 | hc1:Disconnect() | |
| 1523 | hc2:Disconnect() | |
| 1524 | ||
| 1525 | end | |
| 1526 | function a3() | |
| 1527 | ||
| 1528 | end | |
| 1529 | function a4() | |
| 1530 | ||
| 1531 | end | |
| 1532 | ||
| 1533 | Mouse.Button1Down:connect(function() | |
| 1534 | if attack == false and attacktype == 1 then | |
| 1535 | attacktype = 2 | |
| 1536 | attackone() | |
| 1537 | elseif attack == false and attacktype == 2 then | |
| 1538 | attacktype = 3 | |
| 1539 | attacktwo() | |
| 1540 | elseif attack == false and attacktype == 3 then | |
| 1541 | attacktype = 1 | |
| 1542 | attackthree() | |
| 1543 | end | |
| 1544 | end) | |
| 1545 | ||
| 1546 | Mouse.KeyDown:connect(function(k) | |
| 1547 | k = k:lower() | |
| 1548 | if attack == false and k == 'z' then | |
| 1549 | silenceslashwave() | |
| 1550 | elseif attack == false and k == 'x' then | |
| 1551 | sliceyslice() | |
| 1552 | elseif attack == false and k == 'c' then | |
| 1553 | a3() | |
| 1554 | elseif attack == false and k == 'v' then | |
| 1555 | a4() | |
| 1556 | ||
| 1557 | end | |
| 1558 | end) | |
| 1559 | ||
| 1560 | while true do | |
| 1561 | swait() | |
| 1562 | for i, v in pairs(Character:GetChildren()) do | |
| 1563 | if v:IsA("Part") then
| |
| 1564 | v.Material = "SmoothPlastic" | |
| 1565 | elseif v:IsA("Accessory") then
| |
| 1566 | v:WaitForChild("Handle").Material = "SmoothPlastic"
| |
| 1567 | end | |
| 1568 | end | |
| 1569 | while 1 do | |
| 1570 | swait() | |
| 1571 | if doe <= 360 then | |
| 1572 | doe = doe + 2 | |
| 1573 | else | |
| 1574 | doe = 0 | |
| 1575 | end | |
| 1576 | Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude | |
| 1577 | velocity = RootPart.Velocity.y | |
| 1578 | sine = sine + change | |
| 1579 | local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character) | |
| 1580 | if RootPart.Velocity.y > 1 and hit == nil then | |
| 1581 | Anim = "Jump" | |
| 1582 | if attack == false then | |
| 1583 | PlayAnimationFromTable({
| |
| 1584 | CFrame.new(-0.0693350062, -0.131704837, 0.0960286483, 0.999379337, 0.011712865, 0.0332239382, -0.0147620058, 0.995550334, 0.0930683315, -0.0319860093, -0.0935010239, 0.995105326) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1585 | CFrame.new(0.0623191148, 1.44661176, 0.123603255, 0.996760964, -0.0190245546, 0.0781402737, 0.0397163145, 0.961316347, -0.272577912, -0.0699313954, 0.274798095, 0.958959699) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1586 | CFrame.new(1.68163061, 0.158514738, 0.185581505, 0.127200559, -0.287317693, -0.949351728, 0.295212567, 0.924717247, -0.240307584, 0.946926475, -0.249693304, 0.20244433) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1587 | CFrame.new(-1.63637578, 0.182890564, 0.1496014, 0.960447371, 0.276352584, 0.0342125185, -0.277287543, 0.937887132, 0.208527595, 0.025539292, -0.209765792, 0.977420449) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1588 | CFrame.new(0.551568627, -1.93941748, 0.101388723, 0.998156846, -0.0500154123, -0.0343870632, 0.052694723, 0.995237291, 0.0820190609, 0.0301210713, -0.083679989, 0.996037126) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1589 | CFrame.new(-0.611604989, -1.96042776, 0.067161113, 0.990875542, 0.0812019408, -0.107574604, -0.0781617016, 0.99642092, 0.0321897715, 0.109803438, -0.0234878883, 0.993676007) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1590 | }, .3, false) | |
| 1591 | moter.C0 = clerp(moter.C0, CFrame.new(0.036988318, -0.998738408, -0.0814501941, 0.0603632331, 0.232857689, 0.970635712, 0.991610348, -0.125342011, -0.0315978378, 0.114303648, 0.964399695, -0.238470137) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1592 | end | |
| 1593 | elseif RootPart.Velocity.y < -1 and hit == nil then | |
| 1594 | Anim = "Fall" | |
| 1595 | if attack == false then | |
| 1596 | PlayAnimationFromTable({
| |
| 1597 | CFrame.new(-0.0693356395, -0.143336162, 0.0245046988, 0.999379337, 0.0117139909, 0.0332260244, -0.0194860082, 0.969503641, 0.244301155, -0.0293510109, -0.244796917, 0.969130039) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1598 | CFrame.new(0.0518166609, 1.48133683, -0.0063527748, 0.99676156, -0.0440119132, 0.0673101842, 0.0397172309, 0.997168064, 0.063863948, -0.0699302852, -0.0609837025, 0.995686471) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1599 | CFrame.new(1.78636479, 0.0243292153, 0.276870281, 0.174162433, -0.320260584, -0.931182563, 0.478667259, 0.853929043, -0.204164028, 0.860549331, -0.410168767, 0.30202058) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1600 | CFrame.new(-1.70763886, 0.376769722, 0.11073941, 0.844991505, 0.533693135, 0.0342096724, -0.528285146, 0.82307303, 0.208520964, 0.0831293613, -0.194269568, 0.977424324) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1601 | CFrame.new(0.54821384, -1.92199492, 0.182222098, 0.998156548, -0.0451281369, -0.0405904353, 0.052695103, 0.976166964, 0.210526049, 0.0301223993, -0.212276742, 0.976745248) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1602 | CFrame.new(-0.63079524, -1.89351392, 0.287987888, 0.990875542, 0.106277987, -0.082892552, -0.0781602114, 0.954132497, 0.289003104, 0.109805107, -0.279887199, 0.953732729) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1603 | }, .3, false) | |
| 1604 | moter.C0 = clerp(moter.C0, CFrame.new(0.134623349, -0.992331505, -0.14096491, 0.106571108, 0.362519503, 0.925862908, 0.945223689, -0.32588166, 0.0187986791, 0.308536619, 0.873144269, -0.377391577) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1605 | end | |
| 1606 | elseif Torsovelocity < 1 and hit ~= nil then | |
| 1607 | Anim = "Idle" | |
| 1608 | if attack == false then | |
| 1609 | change = 1 | |
| 1610 | PlayAnimationFromTable({
| |
| 1611 | CFrame.new(-0.285482347, -0.116132841, 0.0450745933, 0.831119895, 0.239662796, -0.501798272, -0.0239858311, 0.916973472, 0.39822647, 0.555575788, -0.318937898, 0.767863393) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1612 | CFrame.new(0.0623145849, 1.44661605, 0.123601809, 0.907468677, -0.0715500936, 0.413982421, 0.175795794, 0.959645629, -0.219494104, -0.381571084, 0.271960467, 0.883426309) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1613 | CFrame.new(1.55532289, 0.193120033, -0.415511966, 0.531857967, -0.445645332, -0.720088542, 0.21219489, 0.893335938, -0.396136582, 0.819817364, 0.0578892827, 0.569691479) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1614 | CFrame.new(-1.62949646, 0.140622556, -0.0875500068, 0.976484299, 0.215573758, -0.00254911184, -0.215579316, 0.976261318, -0.0209639817, -0.00203067064, 0.0210205466, 0.999776959) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1615 | CFrame.new(0.823712409, -1.8854568, -0.171732366, 0.927691162, -0.294686615, 0.229243919, 0.291436732, 0.955359221, 0.0487003028, -0.233360738, 0.0216341615, 0.972149968) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1616 | CFrame.new(-0.61071074, -1.92318702, -0.507190466, 0.980618894, 0.113510445, -0.159693539, -0.168938369, 0.90268141, -0.395760268, 0.099229455, 0.415068328, 0.904362679) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1617 | }, .3, false) | |
| 1618 | moter.C0 = clerp(moter.C0, CFrame.new(0.0797343776, -0.986672819, -0.208657712, 0.0603604913, 0.23285608, 0.970636368, 0.991610348, -0.125342816, -0.0315949917, 0.114305213, 0.964399993, -0.23846826) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1619 | end | |
| 1620 | elseif Torsovelocity > 2 and hit ~= nil then | |
| 1621 | Anim = "Walk" | |
| 1622 | if attack == false then | |
| 1623 | PlayAnimationFromTable({
| |
| 1624 | CFrame.new(-0.0693379641, -0.112550974, -0.000137325376, 0.999379456, 0.0117139304, 0.0332223102, -0.0212590098, 0.952548623, 0.303643078, -0.028089013, -0.304160893, 0.952206552) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1625 | CFrame.new(0.0623142347, 1.44662333, 0.123599991, 0.996768415, -0.0249702502, 0.0764508992, 0.0397175141, 0.979414463, -0.197942808, -0.0699340329, 0.200338155, 0.977232814) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1626 | CFrame.new(1.68893826, 0.120773882, -0.0211201012, 0.127777547, -0.292282134, -0.947757602, 0.152093738, 0.950062215, -0.272487462, 0.980071664, -0.109330237, 0.165850908) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1627 | CFrame.new(-1.60251725, -0.0125008672, 0.35961023, 0.980368853, 0.18677406, 0.0632118806, -0.197174087, 0.931251287, 0.30641979, -0.00163486786, -0.312868387, 0.949795425) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1628 | CFrame.new(0.50610894, -1.89611995, -0.0607373863, 0.998472273, -0.0449599139, -0.0321253054, 0.0459547713, 0.998464465, 0.0309315026, 0.0306852963, -0.0323606133, 0.999005258) * CFrame.new(0, 0, 0 + 1 * math.cos((sine) / 3)) * CFrame.Angles(math.rad(0 - 70 * math.cos((sine) / 3)), 0, 0), | |
| 1629 | CFrame.new(-0.590584993, -1.96671391, -0.126982987, 0.990875661, 0.0660340264, -0.117496125, -0.0781607553, 0.991730928, -0.10178715, 0.109803148, 0.110041961, 0.987843215) * CFrame.new(0, 0, 0 - 1 * math.cos((sine) / 3)) * CFrame.Angles(math.rad(0 + 70 * math.cos((sine) / 3)), 0, 0), | |
| 1630 | }, .3, false) | |
| 1631 | moter.C0 = clerp(moter.C0, CFrame.new(0.0369881317, -0.998737991, -0.0814540163, 0.0603625476, 0.232858479, 0.970635474, 0.991610467, -0.125341937, -0.0315970182, 0.114303723, 0.964399576, -0.238470823) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1632 | end | |
| 1633 | end | |
| 1634 | if 0 < #Effects then | |
| 1635 | for e = 1, #Effects do | |
| 1636 | if Effects[e] ~= nil then | |
| 1637 | local Thing = Effects[e] | |
| 1638 | if Thing ~= nil then | |
| 1639 | local Part = Thing[1] | |
| 1640 | local Mode = Thing[2] | |
| 1641 | local Delay = Thing[3] | |
| 1642 | local IncX = Thing[4] | |
| 1643 | local IncY = Thing[5] | |
| 1644 | local IncZ = Thing[6] | |
| 1645 | if Thing[2] == "Shoot" then | |
| 1646 | local Look = Thing[1] | |
| 1647 | local move = 30 | |
| 1648 | if Thing[8] == 3 then | |
| 1649 | move = 10 | |
| 1650 | end | |
| 1651 | local hit, pos = rayCast(Thing[4], Thing[1], move, m) | |
| 1652 | if Thing[10] ~= nil then | |
| 1653 | da = pos | |
| 1654 | cf2 = CFrame.new(Thing[4], Thing[10].Position) | |
| 1655 | cfa = CFrame.new(Thing[4], pos) | |
| 1656 | tehCF = cfa:lerp(cf2, 0.2) | |
| 1657 | Thing[1] = tehCF.lookVector | |
| 1658 | end | |
| 1659 | local mag = (Thing[4] - pos).magnitude | |
| 1660 | Effects["Head"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0), 1, mag * 5, 1, 0.5, 0, 0.5, 0.2) | |
| 1661 | if Thing[8] == 2 then | |
| 1662 | Effects["Ring"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0), 1, 1, 0.1, 0.5, 0.5, 0.1, 0.1, 1) | |
| 1663 | end | |
| 1664 | Thing[4] = Thing[4] + Look * move | |
| 1665 | Thing[3] = Thing[3] - 1 | |
| 1666 | if 2 < Thing[5] then | |
| 1667 | Thing[5] = Thing[5] - 0.3 | |
| 1668 | Thing[6] = Thing[6] - 0.3 | |
| 1669 | end | |
| 1670 | if hit ~= nil then | |
| 1671 | Thing[3] = 0 | |
| 1672 | if Thing[8] == 1 or Thing[8] == 3 then | |
| 1673 | Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1) | |
| 1674 | else | |
| 1675 | if Thing[8] == 2 then | |
| 1676 | Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1) | |
| 1677 | if (hit.Parent:findFirstChild("Humanoid")) ~= nil or (hit.Parent.Parent:findFirstChild("Humanoid")) ~= nil then
| |
| 1678 | ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
| |
| 1679 | ref.Anchored = true | |
| 1680 | ref.CFrame = CFrame.new(pos) | |
| 1681 | CFuncs["Sound"].Create("161006093", ref, 1, 1.2)
| |
| 1682 | game:GetService("Debris"):AddItem(ref, 0.2)
| |
| 1683 | Effects["Block"].Create(Torso.BrickColor, CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 1, 10, 10, 10, 0.1, 2) | |
| 1684 | Effects["Ring"].Create(BrickColor.new("Bright yellow"), CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 0.1, 4, 4, 0.1, 0.1)
| |
| 1685 | MagnitudeDamage(ref, 15, Thing[5] / 1.5, Thing[6] / 1.5, 0, "Normal", "", 1) | |
| 1686 | end | |
| 1687 | end | |
| 1688 | end | |
| 1689 | ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
| |
| 1690 | ref.Anchored = true | |
| 1691 | ref.CFrame = CFrame.new(pos) | |
| 1692 | Effects["Sphere"].Create(Torso.BrickColor, CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.07) | |
| 1693 | game:GetService("Debris"):AddItem(ref, 1)
| |
| 1694 | end | |
| 1695 | if Thing[3] <= 0 then | |
| 1696 | table.remove(Effects, e) | |
| 1697 | end | |
| 1698 | end | |
| 1699 | do | |
| 1700 | do | |
| 1701 | if Thing[2] == "FireWave" then | |
| 1702 | if Thing[3] <= Thing[4] then | |
| 1703 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0) | |
| 1704 | Thing[3] = Thing[3] + 1 | |
| 1705 | Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5]) | |
| 1706 | else | |
| 1707 | Part.Parent = nil | |
| 1708 | table.remove(Effects, e) | |
| 1709 | end | |
| 1710 | end | |
| 1711 | if Thing[2] ~= "Shoot" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then | |
| 1712 | if Thing[1].Transparency <= 1 then | |
| 1713 | if Thing[2] == "Block1" then | |
| 1714 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
| 1715 | Mesh = Thing[7] | |
| 1716 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 1717 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 1718 | else | |
| 1719 | if Thing[2] == "Block2" then | |
| 1720 | Thing[1].CFrame = Thing[1].CFrame | |
| 1721 | Mesh = Thing[7] | |
| 1722 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 1723 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 1724 | else | |
| 1725 | if Thing[2] == "Fire" then | |
| 1726 | Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0) | |
| 1727 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
| 1728 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 1729 | else | |
| 1730 | if Thing[2] == "Cylinder" then | |
| 1731 | Mesh = Thing[7] | |
| 1732 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 1733 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 1734 | else | |
| 1735 | if Thing[2] == "Blood" then | |
| 1736 | Mesh = Thing[7] | |
| 1737 | Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0) | |
| 1738 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 1739 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 1740 | else | |
| 1741 | if Thing[2] == "Elec" then | |
| 1742 | Mesh = Thing[10] | |
| 1743 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9]) | |
| 1744 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 1745 | else | |
| 1746 | if Thing[2] == "Disappear" then | |
| 1747 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 1748 | else | |
| 1749 | if Thing[2] == "Shatter" then | |
| 1750 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 1751 | Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0) | |
| 1752 | Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0) | |
| 1753 | Thing[6] = Thing[6] + Thing[5] | |
| 1754 | end | |
| 1755 | end | |
| 1756 | end | |
| 1757 | end | |
| 1758 | end | |
| 1759 | end | |
| 1760 | end | |
| 1761 | end | |
| 1762 | else | |
| 1763 | Part.Parent = nil | |
| 1764 | table.remove(Effects, e) | |
| 1765 | end | |
| 1766 | end | |
| 1767 | end | |
| 1768 | end | |
| 1769 | end | |
| 1770 | end | |
| 1771 | end | |
| 1772 | end | |
| 1773 | end | |
| 1774 | end |