SHOW:
|
|
- or go back to the newest paste.
| 1 | local SINE = 0 | |
| 2 | local Player = game.Players.localPlayer | |
| 3 | local Character = Player.Character | |
| 4 | local Torso = Character.Torso | |
| 5 | local Sine = 0 | |
| 6 | plr = game:GetService("Players").LocalPlayer
| |
| 7 | char = plr.Character | |
| 8 | hum = char.Humanoid | |
| 9 | local KEYHOLD = false | |
| 10 | local cam = game.Workspace.CurrentCamera | |
| 11 | local Controller = plr.PlayerScripts:WaitForChild("ControlScript")
| |
| 12 | Camera = cam | |
| 13 | local CamInterrupt = false | |
| 14 | local TwoD = false | |
| 15 | local TargetInfo = {nil, nil}
| |
| 16 | cam.CameraType = "Custom" | |
| 17 | t = char.Torso | |
| 18 | h = char.Head | |
| 19 | ra = char["Right Arm"] | |
| 20 | la = char["Left Arm"] | |
| 21 | rl = char["Right Leg"] | |
| 22 | ll = char["Left Leg"] | |
| 23 | tors = char.Torso | |
| 24 | lleg = char["Left Leg"] | |
| 25 | root = char.HumanoidRootPart | |
| 26 | hed = char.Head | |
| 27 | rleg = char["Right Leg"] | |
| 28 | rarm = char["Right Arm"] | |
| 29 | larm = char["Left Arm"] | |
| 30 | radian = math.rad | |
| 31 | random = math.random | |
| 32 | Vec3 = Vector3.new | |
| 33 | Inst = Instance.new | |
| 34 | cFrame = CFrame.new | |
| 35 | Euler = CFrame.fromEulerAnglesXYZ | |
| 36 | vt = Vector3.new | |
| 37 | bc = BrickColor.new | |
| 38 | br = BrickColor.random | |
| 39 | it = Instance.new | |
| 40 | cf = CFrame.new | |
| 41 | local eff = true | |
| 42 | local shielding = false | |
| 43 | local maincol = Color3.new(0,0,0) | |
| 44 | local maincol2 = Torso.Color | |
| 45 | -------------------------------- | |
| 46 | - | char.Head.face.Texture = "http://www.roblox.com/asset/?id=815335430" |
| 46 | + | char.Head.face.Texture = "http://www.roblox.com/asset/?id=176777497" |
| 47 | local s = Instance.new("Sound",char)
| |
| 48 | s.Name = "BGMusic" | |
| 49 | - | s.SoundId = "rbxassetid://253743333" |
| 49 | + | s.SoundId = "rbxassetid://815335430" |
| 50 | s.Pitch = 1 | |
| 51 | s.Volume = 40 | |
| 52 | s.Looped = true | |
| 53 | s.archivable = false | |
| 54 | s.Parent = char.Head | |
| 55 | wait(0.1) | |
| 56 | s:play() | |
| 57 | -------------------------------- | |
| 58 | Player = game:GetService("Players").LocalPlayer
| |
| 59 | PlayerGui = Player.PlayerGui | |
| 60 | Cam = workspace.CurrentCamera | |
| 61 | Backpack = Player.Backpack | |
| 62 | Character = Player.Character | |
| 63 | Humanoid = Character.Humanoid | |
| 64 | Mouse = Player:GetMouse() | |
| 65 | RootPart = Character["HumanoidRootPart"] | |
| 66 | Torso = Character["Torso"] | |
| 67 | Head = Character["Head"] | |
| 68 | RightArm = Character["Right Arm"] | |
| 69 | LeftArm = Character["Left Arm"] | |
| 70 | RightLeg = Character["Right Leg"] | |
| 71 | LeftLeg = Character["Left Leg"] | |
| 72 | RootJoint = RootPart["RootJoint"] | |
| 73 | Neck = Torso["Neck"] | |
| 74 | RightShoulder = Torso["Right Shoulder"] | |
| 75 | LeftShoulder = Torso["Left Shoulder"] | |
| 76 | RightHip = Torso["Right Hip"] | |
| 77 | LeftHip = Torso["Left Hip"] | |
| 78 | local TOBANISH = {}
| |
| 79 | local LEFTWINGS = {}
| |
| 80 | local RIGHTWINGS = {}
| |
| 81 | local BODY = {}
| |
| 82 | ------------------------------ | |
| 83 | local AddInstance = function(Object, ...) | |
| 84 | local Obj = Instance.new(Object) | |
| 85 | for i,v in next,(...) do | |
| 86 | Obj[i] = v | |
| 87 | end | |
| 88 | return Obj | |
| 89 | end | |
| 90 | -------------------- | |
| 91 | IT = Instance.new | |
| 92 | CF = CFrame.new | |
| 93 | VT = Vector3.new | |
| 94 | RAD = math.rad | |
| 95 | C3 = Color3.new | |
| 96 | UD2 = UDim2.new | |
| 97 | BRICKC = BrickColor.new | |
| 98 | ANGLES = CFrame.Angles | |
| 99 | EULER = CFrame.fromEulerAnglesXYZ | |
| 100 | COS = math.cos | |
| 101 | ACOS = math.acos | |
| 102 | SIN = math.sin | |
| 103 | ASIN = math.asin | |
| 104 | ABS = math.abs | |
| 105 | MRANDOM = math.random | |
| 106 | FLOOR = math.floor | |
| 107 | ----------------------------- | |
| 108 | local particleemitter = Instance.new('ParticleEmitter', LeftArm)
| |
| 109 | particleemitter.VelocitySpread = 350 | |
| 110 | particleemitter.Lifetime = NumberRange.new(1) | |
| 111 | particleemitter.Speed = NumberRange.new(0) | |
| 112 | cringememe= {}
| |
| 113 | for i=0, 19 do | |
| 114 | cringememe[#cringememe + 1] = NumberSequenceKeypoint.new(i/19, math.random(1, 1)) | |
| 115 | end | |
| 116 | particleemitter.Size = NumberSequence.new(cringememe) | |
| 117 | particleemitter.Rate = 20 | |
| 118 | particleemitter.LockedToPart = true | |
| 119 | particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
| |
| 120 | particleemitter.LightEmission = 1 | |
| 121 | particleemitter.Texture = "rbxassetid://242292288" | |
| 122 | particleemitter.Color = ColorSequence.new(BrickColor.new("Really Red").Color)
| |
| 123 | ||
| 124 | local particleemitter = Instance.new('ParticleEmitter', Torso)
| |
| 125 | particleemitter.VelocitySpread = 250 | |
| 126 | particleemitter.Lifetime = NumberRange.new(3) | |
| 127 | particleemitter.Speed = NumberRange.new(1.5) | |
| 128 | youAreATHOT = {}
| |
| 129 | for i=0, 19 do | |
| 130 | youAreATHOT[#youAreATHOT + 1] = NumberSequenceKeypoint.new(i/19, math.random(1, 1)) | |
| 131 | end | |
| 132 | particleemitter.Size = NumberSequence.new(youAreATHOT) | |
| 133 | particleemitter.Rate = 10 | |
| 134 | particleemitter.LockedToPart = false | |
| 135 | particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
| |
| 136 | particleemitter.LightEmission = 1 | |
| 137 | particleemitter.Texture = "rbxassetid://242292288" | |
| 138 | particleemitter.Color = ColorSequence.new(BrickColor.new("Lime green").Color)
| |
| 139 | ||
| 140 | local particleemitter = Instance.new('ParticleEmitter', RightArm)
| |
| 141 | particleemitter.VelocitySpread = 350 | |
| 142 | particleemitter.Lifetime = NumberRange.new(1) | |
| 143 | particleemitter.Speed = NumberRange.new(0) | |
| 144 | cringememe2= {}
| |
| 145 | for i=0, 19 do | |
| 146 | cringememe2[#cringememe2 + 1] = NumberSequenceKeypoint.new(i/19, math.random(1, 1)) | |
| 147 | end | |
| 148 | particleemitter.Size = NumberSequence.new(cringememe2) | |
| 149 | particleemitter.Rate = 20 | |
| 150 | particleemitter.LockedToPart = true | |
| 151 | particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
| |
| 152 | particleemitter.LightEmission = 1 | |
| 153 | particleemitter.Texture = "rbxassetid://38727848" | |
| 154 | particleemitter.Color = ColorSequence.new(BrickColor.new("Lime green").Color)
| |
| 155 | ||
| 156 | local particleemitter = Instance.new('ParticleEmitter', RightLeg)
| |
| 157 | particleemitter.VelocitySpread = 350 | |
| 158 | particleemitter.Lifetime = NumberRange.new(1) | |
| 159 | particleemitter.Speed = NumberRange.new(0) | |
| 160 | cringememe3= {}
| |
| 161 | for i=0, 19 do | |
| 162 | cringememe3[#cringememe3 + 1] = NumberSequenceKeypoint.new(i/19, math.random(1, 1)) | |
| 163 | end | |
| 164 | particleemitter.Size = NumberSequence.new(cringememe3) | |
| 165 | particleemitter.Rate = 30 | |
| 166 | particleemitter.LockedToPart = true | |
| 167 | particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
| |
| 168 | particleemitter.LightEmission = 1 | |
| 169 | particleemitter.Texture = "rbxassetid://242292288" | |
| 170 | particleemitter.Color = ColorSequence.new(BrickColor.new("Lime green").Color)
| |
| 171 | ||
| 172 | local particleemitter = Instance.new('ParticleEmitter', LeftLeg)
| |
| 173 | particleemitter.VelocitySpread = 350 | |
| 174 | particleemitter.Lifetime = NumberRange.new(1) | |
| 175 | particleemitter.Speed = NumberRange.new(0) | |
| 176 | cringememe4= {}
| |
| 177 | for i=0, 19 do | |
| 178 | cringememe4[#cringememe4 + 1] = NumberSequenceKeypoint.new(i/19, math.random(1, 1)) | |
| 179 | end | |
| 180 | particleemitter.Size = NumberSequence.new(cringememe4) | |
| 181 | particleemitter.Rate = 30 | |
| 182 | particleemitter.LockedToPart = true | |
| 183 | particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(0.8, 0), NumberSequenceKeypoint.new(1, 1)})
| |
| 184 | particleemitter.LightEmission = 1 | |
| 185 | particleemitter.Texture = "rbxassetid://242292288" | |
| 186 | particleemitter.Color = ColorSequence.new(BrickColor.new("Lime green").Color)
| |
| 187 | ||
| 188 | --================================= | |
| 189 | function CreateWeldOrSnapOrMotor(TYPE, PARENT, PART0, PART1, C0, C1) | |
| 190 | local NEWWELD = IT(TYPE) | |
| 191 | NEWWELD.Part0 = PART0 | |
| 192 | NEWWELD.Part1 = PART1 | |
| 193 | NEWWELD.C0 = C0 | |
| 194 | NEWWELD.C1 = C1 | |
| 195 | NEWWELD.Parent = PARENT | |
| 196 | return NEWWELD | |
| 197 | end | |
| 198 | ||
| 199 | function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET) | |
| 200 | local NEWMESH = IT(MESH) | |
| 201 | if MESH == "SpecialMesh" then | |
| 202 | NEWMESH.MeshType = MESHTYPE | |
| 203 | if MESHID ~= "nil" and MESHID ~= "" then | |
| 204 | NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID | |
| 205 | end | |
| 206 | if TEXTUREID ~= "nil" and TEXTUREID ~= "" then | |
| 207 | NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID | |
| 208 | end | |
| 209 | end | |
| 210 | NEWMESH.Offset = OFFSET or VT(0, 0, 0) | |
| 211 | NEWMESH.Scale = SCALE | |
| 212 | NEWMESH.Parent = PARENT | |
| 213 | return NEWMESH | |
| 214 | end | |
| 215 | ||
| 216 | function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR) | |
| 217 | local NEWPART = IT("Part")
| |
| 218 | NEWPART.formFactor = FORMFACTOR | |
| 219 | NEWPART.Reflectance = REFLECTANCE | |
| 220 | NEWPART.Transparency = TRANSPARENCY | |
| 221 | NEWPART.CanCollide = false | |
| 222 | NEWPART.Locked = true | |
| 223 | NEWPART.Anchored = true | |
| 224 | if ANCHOR == false then | |
| 225 | NEWPART.Anchored = false | |
| 226 | end | |
| 227 | NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR)) | |
| 228 | NEWPART.Name = NAME | |
| 229 | NEWPART.Size = SIZE | |
| 230 | NEWPART.Material = MATERIAL | |
| 231 | NEWPART:BreakJoints() | |
| 232 | NEWPART.Parent = PARENT | |
| 233 | return NEWPART | |
| 234 | end | |
| 235 | function MakeForm(PART,TYPE) | |
| 236 | if TYPE == "Cyl" then | |
| 237 | local MSH = IT("CylinderMesh",PART)
| |
| 238 | elseif TYPE == "Ball" then | |
| 239 | local MSH = IT("SpecialMesh",PART)
| |
| 240 | MSH.MeshType = "Sphere" | |
| 241 | elseif TYPE == "Wedge" then | |
| 242 | local MSH = IT("SpecialMesh",PART)
| |
| 243 | MSH.MeshType = "Wedge" | |
| 244 | end | |
| 245 | end | |
| 246 | --------------------------------- | |
| 247 | local Player = game.Players.localPlayer | |
| 248 | local Character = Player.Character | |
| 249 | local plr = game:service'Players'.LocalPlayer | |
| 250 | local char = plr.Character | |
| 251 | local hum = char.Humanoid | |
| 252 | local ra = char["Right Arm"] | |
| 253 | local la= char["Left Arm"] | |
| 254 | local rl= char["Right Leg"] | |
| 255 | local ll = char["Left Leg"] | |
| 256 | local hed = char.Head | |
| 257 | local root = char.HumanoidRootPart | |
| 258 | local rootj = root.RootJoint | |
| 259 | local tors = char.Torso | |
| 260 | local mouse = plr:GetMouse() | |
| 261 | local LeftArm = Character["Left Arm"] | |
| 262 | local RightArm = Character["Right Arm"] | |
| 263 | local LeftLeg = Character["Left Leg"] | |
| 264 | local RightLeg = Character["Right Leg"] | |
| 265 | local Head = Character.Head | |
| 266 | local Torso = Character.Torso | |
| 267 | local cam = game.Workspace.CurrentCamera | |
| 268 | local RootPart = Character.HumanoidRootPart | |
| 269 | local RootJoint = RootPart.RootJoint | |
| 270 | local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14) | |
| 271 | local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0) | |
| 272 | local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0) | |
| 273 | local EdgyMode = false | |
| 274 | local Divinity = false | |
| 275 | local Fighter = false | |
| 276 | local Purity = false | |
| 277 | local Destruction = false | |
| 278 | local helpme = false | |
| 279 | local Planetary = false | |
| 280 | local Solar = false | |
| 281 | local Lunar = false | |
| 282 | local Frost = false | |
| 283 | local Ashes = false | |
| 284 | local notmenacing = true | |
| 285 | -------------------------- | |
| 286 | cam = game.Workspace.CurrentCamera | |
| 287 | CF = CFrame.new | |
| 288 | angles = CFrame.Angles | |
| 289 | attack = false | |
| 290 | Euler = CFrame.fromEulerAnglesXYZ | |
| 291 | Rad = math.rad | |
| 292 | IT = Instance.new | |
| 293 | BrickC = BrickColor.new | |
| 294 | Cos = math.cos | |
| 295 | Acos = math.acos | |
| 296 | Sin = math.sin | |
| 297 | Asin = math.asin | |
| 298 | Abs = math.abs | |
| 299 | Mrandom = math.random | |
| 300 | Floor = math.floor | |
| 301 | ----------------------- | |
| 302 | ------------------------------------ | |
| 303 | necko = CF(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
| 304 | RSH, LSH = nil, nil | |
| 305 | RW = Instance.new("Weld")
| |
| 306 | LW = Instance.new("Weld")
| |
| 307 | RH = tors["Right Hip"] | |
| 308 | LH = tors["Left Hip"] | |
| 309 | RSH = tors["Right Shoulder"] | |
| 310 | LSH = tors["Left Shoulder"] | |
| 311 | RSH.Parent = nil | |
| 312 | LSH.Parent = nil | |
| 313 | RW.Name = "RW" | |
| 314 | RW.Part0 = tors | |
| 315 | RW.C0 = CF(1.5, 0.5, 0) | |
| 316 | RW.C1 = CF(0, 0.5, 0) | |
| 317 | RW.Part1 = ra | |
| 318 | RW.Parent = tors | |
| 319 | LW.Name = "LW" | |
| 320 | LW.Part0 = tors | |
| 321 | LW.C0 = CF(-1.5, 0.5, 0) | |
| 322 | LW.C1 = CF(0, 0.5, 0) | |
| 323 | LW.Part1 = la | |
| 324 | LW.Parent = tors | |
| 325 | Effects = {}
| |
| 326 | ------------------------- | |
| 327 | --WACKYEFFECT({EffectType = "", Size = VT(1,1,1), Size2 = VT(0,0,0), Transparency = 0, Transparency2 = 1, CFrame = CF(), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(1,1,1), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
| |
| 328 | function WACKYEFFECT(Table) | |
| 329 | local TYPE = (Table.EffectType or "Sphere") | |
| 330 | local SIZE = (Table.Size or VT(1,1,1)) | |
| 331 | local ENDSIZE = (Table.Size2 or VT(0,0,0)) | |
| 332 | local TRANSPARENCY = (Table.Transparency or 0) | |
| 333 | local ENDTRANSPARENCY = (Table.Transparency2 or 1) | |
| 334 | local CFRAME = (Table.CFrame or Torso.CFrame) | |
| 335 | local MOVEDIRECTION = (Table.MoveToPos or nil) | |
| 336 | local ROTATION1 = (Table.RotationX or 0) | |
| 337 | local ROTATION2 = (Table.RotationY or 0) | |
| 338 | local ROTATION3 = (Table.RotationZ or 0) | |
| 339 | local MATERIAL = (Table.Material or "Neon") | |
| 340 | local COLOR = (Table.Color or C3(1,1,1)) | |
| 341 | local TIME = (Table.Time or 45) | |
| 342 | local SOUNDID = (Table.SoundID or nil) | |
| 343 | local SOUNDPITCH = (Table.SoundPitch or nil) | |
| 344 | local SOUNDVOLUME = (Table.SoundVolume or nil) | |
| 345 | coroutine.resume(coroutine.create(function() | |
| 346 | local PLAYSSOUND = false | |
| 347 | local SOUND = nil | |
| 348 | local EFFECT = CreatePart(3, Effects, MATERIAL, 0, TRANSPARENCY, BRICKC("Pearl"), "Effect", VT(1,1,1), true)
| |
| 349 | if SOUNDID ~= nil and SOUNDPITCH ~= nil and SOUNDVOLUME ~= nil then | |
| 350 | PLAYSSOUND = true | |
| 351 | SOUND = CreateSound(SOUNDID, EFFECT, SOUNDVOLUME, SOUNDPITCH, false) | |
| 352 | end | |
| 353 | EFFECT.Color = COLOR | |
| 354 | local MSH = nil | |
| 355 | if TYPE == "Sphere" then | |
| 356 | MSH = CreateMesh("SpecialMesh", EFFECT, "Sphere", "", "", SIZE, VT(0,0,0))
| |
| 357 | elseif TYPE == "Block" then | |
| 358 | MSH = IT("BlockMesh",EFFECT)
| |
| 359 | MSH.Scale = VT(SIZE.X,SIZE.X,SIZE.X) | |
| 360 | elseif TYPE == "Wave" then | |
| 361 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "20329976", "", SIZE, VT(0,0,-SIZE.X/8))
| |
| 362 | elseif TYPE == "Ring" then | |
| 363 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "559831844", "", VT(SIZE.X,SIZE.X,0.1), VT(0,0,0))
| |
| 364 | elseif TYPE == "Slash" then | |
| 365 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662586858", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
| |
| 366 | elseif TYPE == "Round Slash" then | |
| 367 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "662585058", "", VT(SIZE.X/10,0,SIZE.X/10), VT(0,0,0))
| |
| 368 | elseif TYPE == "Swirl" then | |
| 369 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "1051557", "", SIZE, VT(0,0,0))
| |
| 370 | elseif TYPE == "Skull" then | |
| 371 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "4770583", "", SIZE, VT(0,0,0))
| |
| 372 | elseif TYPE == "Crystal" then | |
| 373 | MSH = CreateMesh("SpecialMesh", EFFECT, "FileMesh", "9756362", "", SIZE, VT(0,0,0))
| |
| 374 | end | |
| 375 | if MSH ~= nil then | |
| 376 | local MOVESPEED = nil | |
| 377 | if MOVEDIRECTION ~= nil then | |
| 378 | MOVESPEED = (CFRAME.p - MOVEDIRECTION).Magnitude/TIME | |
| 379 | end | |
| 380 | local GROWTH = SIZE - ENDSIZE | |
| 381 | local TRANS = TRANSPARENCY - ENDTRANSPARENCY | |
| 382 | if TYPE == "Block" then | |
| 383 | EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))) | |
| 384 | else | |
| 385 | EFFECT.CFrame = CFRAME | |
| 386 | end | |
| 387 | for LOOP = 1, TIME+1 do | |
| 388 | Swait() | |
| 389 | MSH.Scale = MSH.Scale - GROWTH/TIME | |
| 390 | if TYPE == "Wave" then | |
| 391 | MSH.Offset = VT(0,0,-MSH.Scale.X/8) | |
| 392 | end | |
| 393 | EFFECT.Transparency = EFFECT.Transparency - TRANS/TIME | |
| 394 | if TYPE == "Block" then | |
| 395 | EFFECT.CFrame = CFRAME*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))) | |
| 396 | else | |
| 397 | EFFECT.CFrame = EFFECT.CFrame*ANGLES(RAD(ROTATION1),RAD(ROTATION2),RAD(ROTATION3)) | |
| 398 | end | |
| 399 | if MOVEDIRECTION ~= nil then | |
| 400 | local ORI = EFFECT.Orientation | |
| 401 | EFFECT.CFrame = CF(EFFECT.Position,MOVEDIRECTION)*CF(0,0,-MOVESPEED) | |
| 402 | EFFECT.Orientation = ORI | |
| 403 | end | |
| 404 | end | |
| 405 | if PLAYSSOUND == false then | |
| 406 | EFFECT:remove() | |
| 407 | else | |
| 408 | SOUND.Stopped:Connect(function() | |
| 409 | EFFECT:remove() | |
| 410 | end) | |
| 411 | end | |
| 412 | else | |
| 413 | if PLAYSSOUND == false then | |
| 414 | EFFECT:remove() | |
| 415 | else | |
| 416 | repeat Swait() until SOUND.Playing == false | |
| 417 | EFFECT:remove() | |
| 418 | end | |
| 419 | end | |
| 420 | end)) | |
| 421 | end | |
| 422 | ||
| 423 | function swait(num) | |
| 424 | if num == 0 or num == nil then | |
| 425 | game:service("RunService").Stepped:wait(0)
| |
| 426 | else | |
| 427 | for i = 0, num do | |
| 428 | game:service("RunService").Stepped:wait(0)
| |
| 429 | end | |
| 430 | end | |
| 431 | end | |
| 432 | function thread(f) | |
| 433 | coroutine.resume(coroutine.create(f)) | |
| 434 | end | |
| 435 | function clerp(a, b, t) | |
| 436 | local qa = {
| |
| 437 | QuaternionFromCFrame(a) | |
| 438 | } | |
| 439 | local qb = {
| |
| 440 | QuaternionFromCFrame(b) | |
| 441 | } | |
| 442 | local ax, ay, az = a.x, a.y, a.z | |
| 443 | local bx, by, bz = b.x, b.y, b.z | |
| 444 | local _t = 1 - t | |
| 445 | return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t)) | |
| 446 | end | |
| 447 | function QuaternionFromCFrame(cf) | |
| 448 | local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() | |
| 449 | local trace = m00 + m11 + m22 | |
| 450 | if trace > 0 then | |
| 451 | local s = math.sqrt(1 + trace) | |
| 452 | local recip = 0.5 / s | |
| 453 | return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5 | |
| 454 | else | |
| 455 | local i = 0 | |
| 456 | if m00 < m11 then | |
| 457 | i = 1 | |
| 458 | end | |
| 459 | if m22 > (i == 0 and m00 or m11) then | |
| 460 | i = 2 | |
| 461 | end | |
| 462 | if i == 0 then | |
| 463 | local s = math.sqrt(m00 - m11 - m22 + 1) | |
| 464 | local recip = 0.5 / s | |
| 465 | return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip | |
| 466 | elseif i == 1 then | |
| 467 | local s = math.sqrt(m11 - m22 - m00 + 1) | |
| 468 | local recip = 0.5 / s | |
| 469 | return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip | |
| 470 | elseif i == 2 then | |
| 471 | local s = math.sqrt(m22 - m00 - m11 + 1) | |
| 472 | local recip = 0.5 / s | |
| 473 | return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip | |
| 474 | end | |
| 475 | end | |
| 476 | end | |
| 477 | function QuaternionToCFrame(px, py, pz, x, y, z, w) | |
| 478 | local xs, ys, zs = x + x, y + y, z + z | |
| 479 | local wx, wy, wz = w * xs, w * ys, w * zs | |
| 480 | local xx = x * xs | |
| 481 | local xy = x * ys | |
| 482 | local xz = x * zs | |
| 483 | local yy = y * ys | |
| 484 | local yz = y * zs | |
| 485 | local zz = z * zs | |
| 486 | return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy)) | |
| 487 | end | |
| 488 | function QuaternionSlerp(a, b, t) | |
| 489 | local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4] | |
| 490 | local startInterp, finishInterp | |
| 491 | if cosTheta >= 1.0E-4 then | |
| 492 | if 1 - cosTheta > 1.0E-4 then | |
| 493 | local theta = math.acos(cosTheta) | |
| 494 | local invSinTheta = 1 / Sin(theta) | |
| 495 | startInterp = Sin((1 - t) * theta) * invSinTheta | |
| 496 | finishInterp = Sin(t * theta) * invSinTheta | |
| 497 | else | |
| 498 | startInterp = 1 - t | |
| 499 | finishInterp = t | |
| 500 | end | |
| 501 | elseif 1 + cosTheta > 1.0E-4 then | |
| 502 | local theta = math.acos(-cosTheta) | |
| 503 | local invSinTheta = 1 / Sin(theta) | |
| 504 | startInterp = Sin((t - 1) * theta) * invSinTheta | |
| 505 | finishInterp = Sin(t * theta) * invSinTheta | |
| 506 | else | |
| 507 | startInterp = t - 1 | |
| 508 | finishInterp = t | |
| 509 | end | |
| 510 | return a[1] * startInterp + b[1] * finishInterp, a[2] * startInterp + b[2] * finishInterp, a[3] * startInterp + b[3] * finishInterp, a[4] * startInterp + b[4] * finishInterp | |
| 511 | end | |
| 512 | function rayCast(Position, Direction, Range, Ignore) | |
| 513 | return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
| |
| 514 | end | |
| 515 | local RbxUtility = LoadLibrary("RbxUtility")
| |
| 516 | local Create = RbxUtility.Create | |
| 517 | ||
| 518 | ----------------------------------- | |
| 519 | local Player = game.Players.localPlayer | |
| 520 | local Character = Player.Character | |
| 521 | local Humanoid = Character.Humanoid | |
| 522 | local LeftArm = Character["Left Arm"] | |
| 523 | local RightArm = Character["Right Arm"] | |
| 524 | local LeftLeg = Character["Left Leg"] | |
| 525 | local RightLeg = Character["Right Leg"] | |
| 526 | local Head = Character.Head | |
| 527 | local Torso = Character.Torso | |
| 528 | local RootPart = Character.HumanoidRootPart | |
| 529 | local RootJoint = RootPart.RootJoint | |
| 530 | local txt = Instance.new("BillboardGui", Character)
| |
| 531 | local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude | |
| 532 | local velocity = RootPart.Velocity.y | |
| 533 | CV = "Maroon" | |
| 534 | Player = game.Players.LocalPlayer | |
| 535 | char = Player.Character | |
| 536 | local txt = Instance.new("BillboardGui", Character)
| |
| 537 | txt.Adornee = Character.Head | |
| 538 | txt.Name = "_status" | |
| 539 | txt.Size = UDim2.new(2, 0, 1.2, 0) | |
| 540 | txt.StudsOffset = Vector3.new(-9, 8, 0) | |
| 541 | v = Instance.new("Part")
| |
| 542 | v.Name = "ColorBrick" | |
| 543 | v.Parent = Player.Character | |
| 544 | v.FormFactor = "Symmetric" | |
| 545 | v.Anchored = true | |
| 546 | v.CanCollide = false | |
| 547 | v.BottomSurface = "Smooth" | |
| 548 | v.TopSurface = "Smooth" | |
| 549 | v.Size = Vector3.new(10, 5, 3) | |
| 550 | v.Transparency = 1 | |
| 551 | v.CFrame = Character.Torso.CFrame | |
| 552 | v.BrickColor = BrickColor.new(CV) | |
| 553 | v.Transparency = 1 | |
| 554 | touchCounter = 0 | |
| 555 | local cR=255 | |
| 556 | local cG=0 | |
| 557 | local cB=0 | |
| 558 | local flg5=1 local omgidk=1 | |
| 559 | local add=15 | |
| 560 | local sick = Instance.new("Sound",Character)
| |
| 561 | sick.SoundId = "rbxassetid://798464853" | |
| 562 | sick.Looped = true | |
| 563 | sick.Pitch = 1 | |
| 564 | sick.Volume = 5 | |
| 565 | sick:Play() | |
| 566 | function swait(num) | |
| 567 | if num == 0 or num == nil then | |
| 568 | game:service("RunService").Stepped:wait(0)
| |
| 569 | else | |
| 570 | for i = 0, num do | |
| 571 | game:service("RunService").Stepped:wait(0)
| |
| 572 | end | |
| 573 | end | |
| 574 | end | |
| 575 | -------------------------- | |
| 576 | Humanoid.MaxHealth = "inf" | |
| 577 | Humanoid.Health = "inf" | |
| 578 | ------------------------- | |
| 579 | local sine=0 | |
| 580 | local change = 1 | |
| 581 | function rayCast(Position, Direction, Range, Ignore) | |
| 582 | return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
| |
| 583 | end | |
| 584 | local Player_Size = 1 | |
| 585 | if Player_Size ~= 1 then | |
| 586 | root.Size = root.Size * Player_Size | |
| 587 | tors.Size = tors.Size * Player_Size | |
| 588 | hed.Size = hed.Size * Player_Size | |
| 589 | ra.Size = ra.Size * Player_Size | |
| 590 | la.Size = la.Size * Player_Size | |
| 591 | rl.Size = rl.Size * Player_Size | |
| 592 | ll.Size = ll.Size * Player_Size | |
| 593 | ---------------------------------------------------------------------------------- | |
| 594 | rootj.Parent = root | |
| 595 | neck.Parent = tors | |
| 596 | RW.Parent = tors | |
| 597 | LW.Parent = tors | |
| 598 | RH.Parent = tors | |
| 599 | LH.Parent = tors | |
| 600 | ---------------------------------------------------------------------------------- | |
| 601 | rootj.C0 = RootCF * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0)) | |
| 602 | rootj.C1 = RootCF * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0)) | |
| 603 | neck.C0 = necko * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * angles(Rad(0), Rad(0), Rad(0)) | |
| 604 | neck.C1 = CF(0 * Player_Size, -0.5 * Player_Size, 0 * Player_Size) * angles(Rad(-90), Rad(0), Rad(180)) | |
| 605 | RW.C0 = CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0)) --* RIGHTSHOULDERC0 | |
| 606 | LW.C0 = CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0)) --* LEFTSHOULDERC0 | |
| 607 | ---------------------------------------------------------------------------------- | |
| 608 | RH.C0 = CF(1 * Player_Size, -1 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(90), Rad(0)) * angles(Rad(0), Rad(0), Rad(0)) | |
| 609 | LH.C0 = CF(-1 * Player_Size, -1 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(-90), Rad(0)) * angles(Rad(0), Rad(0), Rad(0)) | |
| 610 | RH.C1 = CF(0.5 * Player_Size, 1 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(90), Rad(0)) * angles(Rad(0), Rad(0), Rad(0)) | |
| 611 | LH.C1 = CF(-0.5 * Player_Size, 1 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(-90), Rad(0)) * angles(Rad(0), Rad(0), Rad(0)) | |
| 612 | --hat.Parent = Character | |
| 613 | end | |
| 614 | ---------------------------------------------------------------------------------- | |
| 615 | local SONG = 0 | |
| 616 | local SONG2 = 0 | |
| 617 | local Music = Instance.new("Sound",tors)
| |
| 618 | Music.Volume = 2.5 | |
| 619 | Music.Looped = true | |
| 620 | Music.Pitch = 1 --Pitcher | |
| 621 | ---------------------------------------------------------------------------------- | |
| 622 | local equipped = false | |
| 623 | local idle = 0 | |
| 624 | local change = 1 | |
| 625 | local val = 0 | |
| 626 | local toim = 0 | |
| 627 | local idleanim = 0.4 | |
| 628 | local sine = 0 | |
| 629 | local Sit = 1 | |
| 630 | local WasAir = false | |
| 631 | local InAir = false | |
| 632 | local LandTick = 0 | |
| 633 | ---------------------------------------------------------------------------------- | |
| 634 | hum.WalkSpeed = 15 | |
| 635 | hum.JumpPower = 20 | |
| 636 | hum.Animator.Parent = nil | |
| 637 | ---------------------------------------------------------------------------------- | |
| 638 | function RemoveOutlines(part) | |
| 639 | part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10 | |
| 640 | end | |
| 641 | ||
| 642 | CFuncs = {
| |
| 643 | Part = {
| |
| 644 | Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size) | |
| 645 | local Part = Create("Part"){
| |
| 646 | Parent = Parent, | |
| 647 | Reflectance = Reflectance, | |
| 648 | Transparency = Transparency, | |
| 649 | CanCollide = false, | |
| 650 | Locked = true, | |
| 651 | BrickColor = BrickColor.new(tostring(BColor)), | |
| 652 | Name = Name, | |
| 653 | Size = Size, | |
| 654 | Material = Material, | |
| 655 | } | |
| 656 | RemoveOutlines(Part) | |
| 657 | if Size == Vector3.new() then | |
| 658 | Part.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 659 | else | |
| 660 | Part.Size = Size | |
| 661 | end | |
| 662 | return Part | |
| 663 | end; | |
| 664 | }; | |
| 665 | ||
| 666 | Mesh = {
| |
| 667 | Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) | |
| 668 | local Msh = Create(Mesh){
| |
| 669 | Parent = Part, | |
| 670 | Offset = OffSet, | |
| 671 | Scale = Scale, | |
| 672 | } | |
| 673 | if Mesh == "SpecialMesh" then | |
| 674 | Msh.MeshType = MeshType | |
| 675 | Msh.MeshId = MeshId | |
| 676 | end | |
| 677 | return Msh | |
| 678 | end; | |
| 679 | }; | |
| 680 | ||
| 681 | Weld = {
| |
| 682 | Create = function(Parent, Part0, Part1, C0, C1) | |
| 683 | local Weld = Create("Weld"){
| |
| 684 | Parent = Parent, | |
| 685 | Part0 = Part0, | |
| 686 | Part1 = Part1, | |
| 687 | C0 = C0, | |
| 688 | C1 = C1, | |
| 689 | } | |
| 690 | return Weld | |
| 691 | end; | |
| 692 | }; | |
| 693 | ||
| 694 | Sound = {
| |
| 695 | Create = function(id, par, vol, pit) | |
| 696 | local Sound = Create("Sound"){
| |
| 697 | Volume = vol, | |
| 698 | Pitch = pit or 1, | |
| 699 | Name = "aa", | |
| 700 | SoundId = "rbxassetid://" .. id, | |
| 701 | Parent = par or workspace, | |
| 702 | } | |
| 703 | Sound:play() | |
| 704 | return Sound | |
| 705 | end; | |
| 706 | }; | |
| 707 | ||
| 708 | Decal = {
| |
| 709 | Create = function(Color, Texture, Transparency, Name, Parent) | |
| 710 | local Decal = Create("Decal"){
| |
| 711 | Color3 = Color, | |
| 712 | Texture = "rbxassetid://" .. Texture, | |
| 713 | Transparency = Transparency, | |
| 714 | Name = Name, | |
| 715 | Parent = Parent, | |
| 716 | } | |
| 717 | return Decal | |
| 718 | end; | |
| 719 | }; | |
| 720 | ||
| 721 | BillboardGui = {
| |
| 722 | Create = function(Parent, Image, Position, Size) | |
| 723 | local BillPar = CFuncs.Part.Create(Parent, "SmoothPlastic", 0, 1, BrickColor.new("Black"), "BillboardGuiPart", Vector3.new(1, 1, 1))
| |
| 724 | BillPar.CFrame = CFrame.new(Position) | |
| 725 | local Bill = Create("BillboardGui"){
| |
| 726 | Parent = BillPar, | |
| 727 | Adornee = BillPar, | |
| 728 | Size = UDim2.new(1, 0, 1, 0), | |
| 729 | SizeOffset = Vector2.new(Size, Size), | |
| 730 | } | |
| 731 | local d = Create("ImageLabel", Bill){
| |
| 732 | Parent = Bill, | |
| 733 | BackgroundTransparency = 1, | |
| 734 | Size = UDim2.new(1, 0, 1, 0), | |
| 735 | Image = "rbxassetid://" .. Image, | |
| 736 | } | |
| 737 | return BillPar | |
| 738 | end | |
| 739 | }; | |
| 740 | ||
| 741 | ParticleEmitter = {
| |
| 742 | Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread) | |
| 743 | local Particle = Create("ParticleEmitter"){
| |
| 744 | Parent = Parent, | |
| 745 | Color = ColorSequence.new(Color1, Color2), | |
| 746 | LightEmission = LightEmission, | |
| 747 | Size = Size, | |
| 748 | Texture = Texture, | |
| 749 | Transparency = Transparency, | |
| 750 | ZOffset = ZOffset, | |
| 751 | Acceleration = Accel, | |
| 752 | Drag = Drag, | |
| 753 | LockedToPart = LockedToPart, | |
| 754 | VelocityInheritance = VelocityInheritance, | |
| 755 | EmissionDirection = EmissionDirection, | |
| 756 | Enabled = Enabled, | |
| 757 | Lifetime = LifeTime, | |
| 758 | Rate = Rate, | |
| 759 | Rotation = Rotation, | |
| 760 | RotSpeed = RotSpeed, | |
| 761 | Speed = Speed, | |
| 762 | VelocitySpread = VelocitySpread, | |
| 763 | } | |
| 764 | return Particle | |
| 765 | end; | |
| 766 | }; | |
| 767 | ||
| 768 | CreateTemplate = {
| |
| 769 | ||
| 770 | }; | |
| 771 | } | |
| 772 | ||
| 773 | targetted = nil | |
| 774 | -------------------------------------- | |
| 775 | m = game.Players.LocalPlayer | |
| 776 | char = m.Character | |
| 777 | local txt = Instance.new("BillboardGui", char)
| |
| 778 | txt.Adornee = char.Head | |
| 779 | txt.Name = "_status" | |
| 780 | txt.Size = UDim2.new(2, 0, 1.2, 0) | |
| 781 | txt.StudsOffset = Vector3.new(-9, 8, 0) | |
| 782 | local text = Instance.new("TextLabel", txt)
| |
| 783 | text.Size = UDim2.new(10, 0, 7, 0) | |
| 784 | text.FontSize = "Size24" | |
| 785 | text.TextScaled = true | |
| 786 | text.TextTransparency = 0 | |
| 787 | text.BackgroundTransparency = 1 | |
| 788 | text.TextTransparency = 0 | |
| 789 | text.TextStrokeTransparency = 0 | |
| 790 | text.Font = "Bodoni" | |
| 791 | text.TextStrokeColor3 = Color3.new(0, 0, 0) | |
| 792 | v = Instance.new("Part")
| |
| 793 | v.Name = "ColorBrick" | |
| 794 | v.Parent = m.Character | |
| 795 | v.FormFactor = "Symmetric" | |
| 796 | v.Anchored = true | |
| 797 | v.CanCollide = false | |
| 798 | v.BottomSurface = "Smooth" | |
| 799 | v.TopSurface = "Smooth" | |
| 800 | v.Size = Vector3.new(10, 5, 3) | |
| 801 | v.Transparency = 1 | |
| 802 | v.CFrame = char.Torso.CFrame | |
| 803 | v.BrickColor = BrickColor.new("Really black")
| |
| 804 | v.Transparency = 1 | |
| 805 | v.Shape = "Block" | |
| 806 | spawn(function() | |
| 807 | local TweenService = game:GetService("TweenService")
| |
| 808 | local Colours = {Color3.fromRGB(100,0,0),Color3.fromRGB(0,0,0),Color3.fromRGB(100,0,0),Color3.fromRGB(0,0,0),Color3.fromRGB(100,0,0),Color3.fromRGB(0,0,0),Color3.fromRGB(100,0,0),Color3.fromRGB(0,0,0)}
| |
| 809 | local Int = 0 | |
| 810 | while wait(0.5) do | |
| 811 | if Int == #Colours then Int = 0 end | |
| 812 | Int = Int+1 | |
| 813 | TweenService:Create(text,TweenInfo.new(1),{TextColor3 = Colours[Int]}):Play()
| |
| 814 | end | |
| 815 | end) | |
| 816 | text.Text = "Forbidden Soul" | |
| 817 | ---------------------------------------------------------- | |
| 818 | function Banisher_Bullet() | |
| 819 | ATTACK = true | |
| 820 | Rooted = false | |
| 821 | for i=0, 0.05, 0.1 / Animation_Speed do | |
| 822 | Swait() | |
| 823 | turnto(Mouse.Hit.p) | |
| 824 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed) | |
| 825 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.5 / Animation_Speed) | |
| 826 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed) | |
| 827 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed) | |
| 828 | RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
| 829 | LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
| 830 | end | |
| 831 | repeat | |
| 832 | for i=0, 0.05, 0.1 / Animation_Speed do | |
| 833 | Swait() | |
| 834 | turnto(Mouse.Hit.p) | |
| 835 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed) | |
| 836 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.5 / Animation_Speed) | |
| 837 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed) | |
| 838 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed) | |
| 839 | RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
| 840 | LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
| 841 | end | |
| 842 | local HIT,POS = CastProperRay(Hole.Position, Mouse.Hit.p, 1000, Character) | |
| 843 | SpawnTrail(Hole.Position,POS) | |
| 844 | if HIT ~= nil then | |
| 845 | if HIT.Parent ~= workspace and HIT.Parent.ClassName ~= "Folder" then | |
| 846 | Banish(HIT.Parent) | |
| 847 | end | |
| 848 | end | |
| 849 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = Hole.CFrame, MoveToPos = Hole.CFrame*CF(0,0.5,0).p, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(222,255,0), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
| |
| 850 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = Hole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 5, RotationZ = 0, Material = "Neon", Color = C3(222,255,0), SoundID = 160718677, SoundPitch = MRANDOM(8,11)/10, SoundVolume = 8})
| |
| 851 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = CF(POS,Hole.Position) * ANGLES(RAD(-90), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = -5, RotationZ = 0, Material = "Neon", Color = C3(222,255,0), SoundID = nil, SoundPitch = MRANDOM(8,11)/10, SoundVolume = 8})
| |
| 852 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = CF(POS,Hole.Position) * ANGLES(RAD(-90), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = 5, RotationZ = 0, Material = "Neon", Color = C3(222,255,0), SoundID = nil, SoundPitch = MRANDOM(8,11)/10, SoundVolume = 8})
| |
| 853 | for i=0, 0.05, 0.1 / Animation_Speed do | |
| 854 | Swait() | |
| 855 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed) | |
| 856 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.25 / Animation_Speed) | |
| 857 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(130), RAD(15), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed) | |
| 858 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed) | |
| 859 | RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
| 860 | LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
| 861 | end | |
| 862 | until KEYHOLD == false | |
| 863 | ATTACK = false | |
| 864 | Rooted = false | |
| 865 | end | |
| 866 | --------------------------------------------------- | |
| 867 | ------------------------------------------- | |
| 868 | ----------------------------------- | |
| 869 | local WEAPONGUI = IT("ScreenGui", PlayerGui)
| |
| 870 | WEAPONGUI.Name = "BanishV3Gui" | |
| 871 | local Weapon = IT("Model")
| |
| 872 | Weapon.Name = "Adds" | |
| 873 | local UNANCHOR = true | |
| 874 | local TOBANISH = {}
| |
| 875 | script.Parent = PlayerGui | |
| 876 | ||
| 877 | local Particle = IT("ParticleEmitter",nil)
| |
| 878 | Particle.Enabled = false | |
| 879 | Particle.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.3),NumberSequenceKeypoint.new(0.3,0),NumberSequenceKeypoint.new(1,1)})
| |
| 880 | Particle.LightEmission = 0.5 | |
| 881 | Particle.Rate = 150 | |
| 882 | Particle.ZOffset = 0.2 | |
| 883 | Particle.Rotation = NumberRange.new(-180, 180) | |
| 884 | Particle.RotSpeed = NumberRange.new(-180, 180) | |
| 885 | Particle.Texture = "http://www.roblox.com/asset/?id=304437537" | |
| 886 | Particle.Color = ColorSequence.new(C3(1,0,0),C3(0.4,0,0)) | |
| 887 | ||
| 888 | --ParticleEmitter({Speed = 5, Drag = 0, Size1 = 1, Size2 = 5, Lifetime1 = 1, Lifetime2 = 1.5, Parent = Torso, Emit = 100, Offset = 360, Enabled = false})
| |
| 889 | function ParticleEmitter(Table) | |
| 890 | local PRTCL = Particle:Clone() | |
| 891 | local Speed = Table.Speed or 5 | |
| 892 | local Drag = Table.Drag or 0 | |
| 893 | local Size1 = Table.Size1 or 1 | |
| 894 | local Size2 = Table.Size2 or 5 | |
| 895 | local Lifetime1 = Table.Lifetime1 or 1 | |
| 896 | local Lifetime2 = Table.Lifetime2 or 1.5 | |
| 897 | local Parent = Table.Parent or Torso | |
| 898 | local Emit = Table.Emit or 100 | |
| 899 | local Offset = Table.Offset or 360 | |
| 900 | local Acel = Table.Acel or VT(0,0,0) | |
| 901 | local Enabled = Table.Enabled or false | |
| 902 | PRTCL.Parent = Parent | |
| 903 | PRTCL.Size = NumberSequence.new(Size1,Size2) | |
| 904 | PRTCL.Lifetime = NumberRange.new(Lifetime1,Lifetime2) | |
| 905 | PRTCL.Speed = NumberRange.new(Speed) | |
| 906 | PRTCL.VelocitySpread = Offset | |
| 907 | PRTCL.Drag = Drag | |
| 908 | PRTCL.Acceleration = Acel | |
| 909 | if Enabled == false then | |
| 910 | PRTCL:Emit(Emit) | |
| 911 | Debris:AddItem(PRTCL,Lifetime2) | |
| 912 | else | |
| 913 | PRTCL.Enabled = true | |
| 914 | end | |
| 915 | return PRTCL | |
| 916 | end | |
| 917 | ||
| 918 | local Handle = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.2,0.6,0.2),false) | |
| 919 | local LeftArmGrasp = CreateWeldOrSnapOrMotor("Weld", Handle, LeftArm, Handle, CF(0,-1, 0) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0.21, 0))
| |
| 920 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.2,0.5,0.2),false) | |
| 921 | MakeForm(Part,"Wedge") | |
| 922 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.3, 0.2) * ANGLES(RAD(0), RAD(180), RAD(0)), CF(0, 0, 0))
| |
| 923 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.2,0.3,0.2),false) | |
| 924 | MakeForm(Part,"Wedge") | |
| 925 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.4, 0) * ANGLES(RAD(0), RAD(0), RAD(180)), CF(0, 0, 0))
| |
| 926 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.3,0.3,0.3),false) | |
| 927 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.5, 0.2) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 928 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.3,0.5,0.5),false) | |
| 929 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.5) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 930 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.4,0.4,0.4),false) | |
| 931 | MakeForm(Part,"Cyl") | |
| 932 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.5) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 933 | for i = 1, 8 do | |
| 934 | local Piece = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Eye", VT(0,0.35,0.41),false) | |
| 935 | CreateWeldOrSnapOrMotor("Weld", Handle, Part, Piece, CF(0, 0, 0) * ANGLES(RAD(0), RAD((360/8)*i), RAD(0)), CF(0, 0, 0))
| |
| 936 | end | |
| 937 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Eye", VT(0.38,0.41,0.38),false) | |
| 938 | MakeForm(Part,"Cyl") | |
| 939 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.5) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 940 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.37,0.5,0.37),false) | |
| 941 | MakeForm(Part,"Ball") | |
| 942 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.3) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 943 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.2,0.7,0.4),false) | |
| 944 | MakeForm(Part,"Wedge") | |
| 945 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.7, 0.5) * ANGLES(RAD(90), RAD(180), RAD(180)), CF(0, 0, 0))
| |
| 946 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.3,0.4,0.2),false) | |
| 947 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.7) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 948 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.35,0.35,0.35),false) | |
| 949 | MakeForm(Part,"Cyl") | |
| 950 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.7) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 951 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.5,0.1,0.5),false) | |
| 952 | MakeForm(Part,"Cyl") | |
| 953 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 1) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 954 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.5,0.1,0.45),false) | |
| 955 | MakeForm(Part,"Cyl") | |
| 956 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 1.1) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 957 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.2,0.5,0.2),false) | |
| 958 | MakeForm(Part,"Wedge") | |
| 959 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.55, 0.2) * ANGLES(RAD(-135), RAD(0), RAD(0)), CF(0, -0.3, 0))
| |
| 960 | local LASTPART = Handle | |
| 961 | for i = 1, 10 do | |
| 962 | if LASTPART == Handle then | |
| 963 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.1,0.2,0),false) | |
| 964 | LASTPART = Part | |
| 965 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.1, 0.2) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 966 | else | |
| 967 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.1,0.05,0),false) | |
| 968 | CreateWeldOrSnapOrMotor("Weld", Handle, LASTPART, Part, CF(0, 0.025, 0) * ANGLES(RAD(8), RAD(0), RAD(0)), CF(0, -0.025, 0))
| |
| 969 | LASTPART = Part | |
| 970 | end | |
| 971 | end | |
| 972 | ||
| 973 | local Barrel = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.15,2,0.15),false) | |
| 974 | MakeForm(Barrel,"Cyl") | |
| 975 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Barrel, CF(0, -0.6, 1.8) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 976 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0.25,1,0.25),false) | |
| 977 | MakeForm(Part,"Cyl") | |
| 978 | CreateWeldOrSnapOrMotor("Weld", Handle, Barrel, Part, CF(0, -0.6, 0), CF(0, 0, 0))
| |
| 979 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0,0.1,0.2),false) | |
| 980 | MakeForm(Part,"Wedge") | |
| 981 | CreateWeldOrSnapOrMotor("Weld", Handle, Barrel, Part, CF(0, 0.945, 0.1) * ANGLES(RAD(180), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 982 | local Hole = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Eye", VT(0.125,0,0.125),false) | |
| 983 | MakeForm(Hole,"Cyl") | |
| 984 | CreateWeldOrSnapOrMotor("Weld", Handle, Barrel, Hole, CF(0, 0.98, 0), CF(0, 0, 0))
| |
| 985 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Brown", "Part", VT(0,0,0),false) | |
| 986 | local GEARWELD = CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.7), CF(0, 0, 0))
| |
| 987 | CreateMesh("SpecialMesh", Part, "FileMesh", 156292343, "", VT(0.8,0.8,1.5), VT(0,0,0.2))
| |
| 988 | local Part = CreatePart(3, Weapon, "Metal", 0, 0.5, "Brown", "Eye", VT(0,0,0),false) | |
| 989 | local GEARWELD2 = CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.7), CF(0, 0, 0))
| |
| 990 | CreateMesh("SpecialMesh", Part, "FileMesh", 156292343, "", VT(0.9,0.9,0.3), VT(0,0,0.2))
| |
| 991 | coroutine.resume(coroutine.create(function() | |
| 992 | while wait() do | |
| 993 | GEARWELD.C0 = GEARWELD.C0 * ANGLES(RAD(0), RAD(0), RAD(5)) | |
| 994 | GEARWELD2.C0 = GEARWELD2.C0 * ANGLES(RAD(0), RAD(0), RAD(-5)) | |
| 995 | end | |
| 996 | end)) | |
| 997 | ||
| 998 | ParticleEmitter({Speed = 0.2, Drag = 0, Size1 = 0.1, Size2 = 0, Lifetime1 = 0.3, Lifetime2 = 0.5, Parent = Hole, Emit = 100, Offset = 360, Enabled = true, Acel = VT(0,5,0)})
| |
| 999 | --ParticleEmitter({Speed = 0.5, Drag = 0, Size1 = 0.2, Size2 = 0, Lifetime1 = 0.3, Lifetime2 = 0.7, Parent = Dangle, Emit = 100, Offset = 360, Enabled = true, Acel = VT(0,5,0)})
| |
| 1000 | ||
| 1001 | for _, c in pairs(Weapon:GetDescendants()) do | |
| 1002 | if c.ClassName == "Part" and c.Name ~= "Eye" and c.Parent ~= Effects and c.Parent.Parent ~= Effects then | |
| 1003 | c.Material = "Glass" | |
| 1004 | c.Color = C3(0,0,0) | |
| 1005 | elseif c.ClassName == "Part" and c.Name == "Eye" then | |
| 1006 | c.Color = C3(1,0,0) | |
| 1007 | c.Material = "Neon" | |
| 1008 | end | |
| 1009 | end | |
| 1010 | ||
| 1011 | Weapon.Parent = Character | |
| 1012 | for _, c in pairs(Weapon:GetChildren()) do | |
| 1013 | if c.ClassName == "Part" then | |
| 1014 | c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0) | |
| 1015 | end | |
| 1016 | end | |
| 1017 | ||
| 1018 | local Particle = IT("ParticleEmitter",nil)
| |
| 1019 | Particle.Enabled = false | |
| 1020 | Particle.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.3),NumberSequenceKeypoint.new(0.3,0),NumberSequenceKeypoint.new(1,1)})
| |
| 1021 | Particle.LightEmission = 0.5 | |
| 1022 | Particle.Rate = 150 | |
| 1023 | Particle.ZOffset = 0.2 | |
| 1024 | Particle.Rotation = NumberRange.new(-180, 180) | |
| 1025 | Particle.RotSpeed = NumberRange.new(-180, 180) | |
| 1026 | Particle.Texture = "http://www.roblox.com/asset/?id=304437537" | |
| 1027 | Particle.Color = ColorSequence.new(C3(1,0,0),C3(0.4,0,0)) | |
| 1028 | ||
| 1029 | --ParticleEmitter({Speed = 5, Drag = 0, Size1 = 1, Size2 = 5, Lifetime1 = 1, Lifetime2 = 1.5, Parent = Torso, Emit = 100, Offset = 360, Enabled = false})
| |
| 1030 | function ParticleEmitter(Table) | |
| 1031 | local PRTCL = Particle:Clone() | |
| 1032 | local Speed = Table.Speed or 5 | |
| 1033 | local Drag = Table.Drag or 0 | |
| 1034 | local Size1 = Table.Size1 or 1 | |
| 1035 | local Size2 = Table.Size2 or 5 | |
| 1036 | local Lifetime1 = Table.Lifetime1 or 1 | |
| 1037 | local Lifetime2 = Table.Lifetime2 or 1.5 | |
| 1038 | local Parent = Table.Parent or Torso | |
| 1039 | local Emit = Table.Emit or 100 | |
| 1040 | local Offset = Table.Offset or 360 | |
| 1041 | local Acel = Table.Acel or VT(0,0,0) | |
| 1042 | local Enabled = Table.Enabled or false | |
| 1043 | PRTCL.Parent = Parent | |
| 1044 | PRTCL.Size = NumberSequence.new(Size1,Size2) | |
| 1045 | PRTCL.Lifetime = NumberRange.new(Lifetime1,Lifetime2) | |
| 1046 | PRTCL.Speed = NumberRange.new(Speed) | |
| 1047 | PRTCL.VelocitySpread = Offset | |
| 1048 | PRTCL.Drag = Drag | |
| 1049 | PRTCL.Acceleration = Acel | |
| 1050 | if Enabled == false then | |
| 1051 | PRTCL:Emit(Emit) | |
| 1052 | Debris:AddItem(PRTCL,Lifetime2) | |
| 1053 | else | |
| 1054 | PRTCL.Enabled = true | |
| 1055 | end | |
| 1056 | return PRTCL | |
| 1057 | end | |
| 1058 | ||
| 1059 | local Handle = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.2,0.6,0.2),false) | |
| 1060 | local RightArmGrasp = CreateWeldOrSnapOrMotor("Weld", Handle, RightArm, Handle, CF(0,-1, 0) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0.21, 0))
| |
| 1061 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.2,0.5,0.2),false) | |
| 1062 | MakeForm(Part,"Wedge") | |
| 1063 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.3, 0.2) * ANGLES(RAD(0), RAD(180), RAD(0)), CF(0, 0, 0))
| |
| 1064 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.2,0.3,0.2),false) | |
| 1065 | MakeForm(Part,"Wedge") | |
| 1066 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.4, 0) * ANGLES(RAD(0), RAD(0), RAD(180)), CF(0, 0, 0))
| |
| 1067 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.3,0.3,0.3),false) | |
| 1068 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.5, 0.2) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 1069 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.3,0.5,0.5),false) | |
| 1070 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.5) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 1071 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.4,0.4,0.4),false) | |
| 1072 | MakeForm(Part,"Cyl") | |
| 1073 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.5) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 1074 | for i = 1, 8 do | |
| 1075 | local Piece = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Eye", VT(0,0.35,0.41),false) | |
| 1076 | CreateWeldOrSnapOrMotor("Weld", Handle, Part, Piece, CF(0, 0, 0) * ANGLES(RAD(0), RAD((360/8)*i), RAD(0)), CF(0, 0, 0))
| |
| 1077 | end | |
| 1078 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Eye", VT(0.38,0.41,0.38),false) | |
| 1079 | MakeForm(Part,"Cyl") | |
| 1080 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.5) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 1081 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.37,0.5,0.37),false) | |
| 1082 | MakeForm(Part,"Ball") | |
| 1083 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.3) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 1084 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.2,0.7,0.4),false) | |
| 1085 | MakeForm(Part,"Wedge") | |
| 1086 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.7, 0.5) * ANGLES(RAD(90), RAD(180), RAD(180)), CF(0, 0, 0))
| |
| 1087 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.3,0.4,0.2),false) | |
| 1088 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.7) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 1089 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.35,0.35,0.35),false) | |
| 1090 | MakeForm(Part,"Cyl") | |
| 1091 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.7) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 1092 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.5,0.1,0.5),false) | |
| 1093 | MakeForm(Part,"Cyl") | |
| 1094 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 1) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 1095 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.5,0.1,0.45),false) | |
| 1096 | MakeForm(Part,"Cyl") | |
| 1097 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 1.1) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 1098 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.2,0.5,0.2),false) | |
| 1099 | MakeForm(Part,"Wedge") | |
| 1100 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.55, 0.2) * ANGLES(RAD(-135), RAD(0), RAD(0)), CF(0, -0.3, 0))
| |
| 1101 | local LASTPART = Handle | |
| 1102 | for i = 1, 10 do | |
| 1103 | if LASTPART == Handle then | |
| 1104 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.1,0.2,0),false) | |
| 1105 | LASTPART = Part | |
| 1106 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.1, 0.2) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 1107 | else | |
| 1108 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.1,0.05,0),false) | |
| 1109 | CreateWeldOrSnapOrMotor("Weld", Handle, LASTPART, Part, CF(0, 0.025, 0) * ANGLES(RAD(8), RAD(0), RAD(0)), CF(0, -0.025, 0))
| |
| 1110 | LASTPART = Part | |
| 1111 | end | |
| 1112 | end | |
| 1113 | ||
| 1114 | local Barrel = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.15,2,0.15),false) | |
| 1115 | MakeForm(Barrel,"Cyl") | |
| 1116 | CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Barrel, CF(0, -0.6, 1.8) * ANGLES(RAD(90), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 1117 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0.25,1,0.25),false) | |
| 1118 | MakeForm(Part,"Cyl") | |
| 1119 | CreateWeldOrSnapOrMotor("Weld", Handle, Barrel, Part, CF(0, -0.6, 0), CF(0, 0, 0))
| |
| 1120 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0,0.1,0.2),false) | |
| 1121 | MakeForm(Part,"Wedge") | |
| 1122 | CreateWeldOrSnapOrMotor("Weld", Handle, Barrel, Part, CF(0, 0.945, 0.1) * ANGLES(RAD(180), RAD(0), RAD(0)), CF(0, 0, 0))
| |
| 1123 | local Hole = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Eye", VT(0.125,0,0.125),false) | |
| 1124 | MakeForm(Hole,"Cyl") | |
| 1125 | CreateWeldOrSnapOrMotor("Weld", Handle, Barrel, Hole, CF(0, 0.98, 0), CF(0, 0, 0))
| |
| 1126 | local Part = CreatePart(3, Weapon, "Metal", 0, 0, "Mid gray", "Part", VT(0,0,0),false) | |
| 1127 | local GEARWELD = CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.7), CF(0, 0, 0))
| |
| 1128 | CreateMesh("SpecialMesh", Part, "FileMesh", 156292343, "", VT(0.8,0.8,1.5), VT(0,0,0.2))
| |
| 1129 | local Part = CreatePart(3, Weapon, "Metal", 0, 0.5, "Mid gray", "Eye", VT(0,0,0),false) | |
| 1130 | local GEARWELD2 = CreateWeldOrSnapOrMotor("Weld", Handle, Handle, Part, CF(0, -0.6, 0.7), CF(0, 0, 0))
| |
| 1131 | CreateMesh("SpecialMesh", Part, "FileMesh", 156292343, "", VT(0.9,0.9,0.3), VT(0,0,0.2))
| |
| 1132 | coroutine.resume(coroutine.create(function() | |
| 1133 | while wait() do | |
| 1134 | GEARWELD.C0 = GEARWELD.C0 * ANGLES(RAD(0), RAD(0), RAD(5)) | |
| 1135 | GEARWELD2.C0 = GEARWELD2.C0 * ANGLES(RAD(0), RAD(0), RAD(-5)) | |
| 1136 | end | |
| 1137 | end)) | |
| 1138 | ||
| 1139 | ParticleEmitter({Speed = 0.2, Drag = 0, Size1 = 0.7, Size2 = 0, Lifetime1 = 0.7, Lifetime2 = 0.7, Parent = Hole, Emit = 100, Offset = 360, Enabled = true, Acel = VT(3,9,8)})
| |
| 1140 | --ParticleEmitter({Speed = 0.5, Drag = 0, Size1 = 0.8, Size2 = 0, Lifetime1 = 0.8, Lifetime2 = 0.9, Parent = Dangle, Emit = 100, Offset = 360, Enabled = true, Acel = VT(3,9,8)})
| |
| 1141 | ||
| 1142 | ||
| 1143 | for _, c in pairs(Weapon:GetDescendants()) do | |
| 1144 | if c.ClassName == "Part" and c.Name ~= "Eye" and c.Parent ~= Effects and c.Parent.Parent ~= Effects then | |
| 1145 | c.Material = "Glass" | |
| 1146 | c.Color = C3(0,0,0) | |
| 1147 | elseif c.ClassName == "Part" and c.Name == "Eye" then | |
| 1148 | c.Color = C3(255,0,0) | |
| 1149 | c.Material = "Neon" | |
| 1150 | end | |
| 1151 | end | |
| 1152 | ||
| 1153 | Weapon.Parent = Character | |
| 1154 | for _, c in pairs(Weapon:GetChildren()) do | |
| 1155 | if c.ClassName == "Part" then | |
| 1156 | c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0) | |
| 1157 | end | |
| 1158 | end | |
| 1159 | ||
| 1160 | Humanoid.Died:connect(function() | |
| 1161 | ATTACK = true | |
| 1162 | end) | |
| 1163 | ||
| 1164 | function SpecialTrace(what) | |
| 1165 | if(what:IsA'Part') and what ~= RootPart then | |
| 1166 | local trace = Instance.new("Part")
| |
| 1167 | trace.Parent = workspace | |
| 1168 | trace.Name = "what" | |
| 1169 | trace.Size = what.Size | |
| 1170 | trace.Material = Enum.Material.Neon | |
| 1171 | trace.Color = maincol | |
| 1172 | trace.Transparency = .3 | |
| 1173 | trace.Anchored = true | |
| 1174 | trace.CanCollide = false | |
| 1175 | trace.CFrame = what.CFrame | |
| 1176 | Tween(trace,{Transparency=1},.5)
| |
| 1177 | game:GetService("Debris"):AddItem(trace, 1)
| |
| 1178 | if(what:IsA'SpecialMesh') then | |
| 1179 | local mehs = Instance.new("SpecialMesh",what)
| |
| 1180 | mehs.Scale = Vector3.new(what.X,what.Y,what.Z) | |
| 1181 | end | |
| 1182 | end | |
| 1183 | end | |
| 1184 | ||
| 1185 | ||
| 1186 | function Trace() | |
| 1187 | for _,v in next, Character:GetChildren() do | |
| 1188 | if(v:IsA'Part') and v ~= RootPart then | |
| 1189 | local trace = Instance.new("Part")
| |
| 1190 | trace.Parent = workspace | |
| 1191 | trace.Name = "trace" | |
| 1192 | trace.Size = v.Size | |
| 1193 | trace.Material = Enum.Material.Neon | |
| 1194 | trace.Color = maincol | |
| 1195 | trace.Transparency = .3 | |
| 1196 | trace.Anchored = true | |
| 1197 | trace.CanCollide = false | |
| 1198 | trace.CFrame = v.CFrame | |
| 1199 | Tween(trace,{Transparency=1},.5)
| |
| 1200 | game:GetService("Debris"):AddItem(trace, 1)
| |
| 1201 | if v.Name == "Head" then | |
| 1202 | local mehs = Instance.new("CylinderMesh",trace)
| |
| 1203 | mehs.Scale = Vector3.new(1.25,1.25,1.25) | |
| 1204 | trace.Transparency = 1 | |
| 1205 | end | |
| 1206 | end | |
| 1207 | end | |
| 1208 | end | |
| 1209 | function chatfunc(text) | |
| 1210 | local chat = coroutine.wrap(function() | |
| 1211 | if Character:FindFirstChild("TalkingBillBoard")~= nil then
| |
| 1212 | Character:FindFirstChild("TalkingBillBoard"):destroy()
| |
| 1213 | end | |
| 1214 | local Bill = Instance.new("BillboardGui",Character)
| |
| 1215 | Bill.Size = UDim2.new(0,100,0,40) | |
| 1216 | Bill.StudsOffset = Vector3.new(0,3,0) | |
| 1217 | Bill.Adornee = Character.Head | |
| 1218 | Bill.Name = "TalkingBillBoard" | |
| 1219 | local Hehe = Instance.new("TextLabel",Bill)
| |
| 1220 | Hehe.BackgroundTransparency = 1 | |
| 1221 | Hehe.BorderSizePixel = 0 | |
| 1222 | Hehe.Text = "" | |
| 1223 | Hehe.Font = "Bodoni" | |
| 1224 | Hehe.TextSize = 40 | |
| 1225 | Hehe.TextStrokeTransparency = 0 | |
| 1226 | Hehe.Size = UDim2.new(1,0,0.5,0) | |
| 1227 | coroutine.resume(coroutine.create(function() | |
| 1228 | while Hehe ~= nil do | |
| 1229 | swait() | |
| 1230 | Hehe.Position = UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5)) | |
| 1231 | Hehe.Rotation = math.random(-5,5) | |
| 1232 | Hehe.TextColor3 = Color3.new(50,0,0) | |
| 1233 | Hehe.TextStrokeColor3 = Color3.new(0,0,0) | |
| 1234 | end | |
| 1235 | end)) | |
| 1236 | for i = 1,string.len(text),1 do | |
| 1237 | swait() | |
| 1238 | Hehe.Text = string.sub(text,1,i) | |
| 1239 | end | |
| 1240 | swait(90)--Re[math.random(1, 93)] | |
| 1241 | for i = 0, 1, .025 do | |
| 1242 | swait() | |
| 1243 | Bill.ExtentsOffset = Vector3.new(math.random(-i, i), math.random(-i, i), math.random(-i, i)) | |
| 1244 | Hehe.TextStrokeTransparency = i | |
| 1245 | Hehe.TextTransparency = i | |
| 1246 | end | |
| 1247 | Bill:Destroy() | |
| 1248 | end) | |
| 1249 | chat() | |
| 1250 | end | |
| 1251 | ||
| 1252 | function onChatted(msg) | |
| 1253 | chatfunc(msg) | |
| 1254 | end | |
| 1255 | ||
| 1256 | Player.Chatted:connect(onChatted) | |
| 1257 | ||
| 1258 | function printbye(Name) | |
| 1259 | local MESSAGES = {"You cannot struggle, ","Your existance is an insult, ","Fade, ","Your existance is not desired, ","You are not permitted here, ","You are not to decide your fate, ","Be gone, ","You are already dead, ","Your live is an anomaly, ","Don't dare to return, ","Why are you resisting, ","You cannot exist here, ","Why are you struggling, ","Your fate was already decided, ","Goodbye, ","You cannot ignore my command, ","You cannot resist my command, ","You already died, "}
| |
| 1260 | warn(MESSAGES[MRANDOM(1,#MESSAGES)]..Name..".") | |
| 1261 | end | |
| 1262 | ||
| 1263 | workspace.ChildAdded:connect(function(instance) | |
| 1264 | for BANISH = 1, #TOBANISH do | |
| 1265 | if TOBANISH[BANISH] ~= nil then | |
| 1266 | if instance.Name == TOBANISH[BANISH] then | |
| 1267 | coroutine.resume(coroutine.create(function() | |
| 1268 | printbye(instance.Name) | |
| 1269 | instance:ClearAllChildren() | |
| 1270 | Debris:AddItem(instance,0.0005) | |
| 1271 | end)) | |
| 1272 | end | |
| 1273 | end | |
| 1274 | end | |
| 1275 | end) | |
| 1276 | local Back = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Wing", VT(1,1,0.35),false) | |
| 1277 | CreateWeldOrSnapOrMotor("Weld", Torso, Torso, Back, CF(0, 0.5, 1.2) * ANGLES(RAD(0),RAD(0),RAD(45)), CF(0, 0, 0))
| |
| 1278 | ||
| 1279 | local ANGLE = 35 | |
| 1280 | for i = 1, 5 do | |
| 1281 | local Wing = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Wing", VT(0.15,2+(i/2),0.15),false) | |
| 1282 | local WingWeld = CreateWeldOrSnapOrMotor("Weld", Wing, Torso, Wing, CF(0, 1, 0) * ANGLES(RAD(90), RAD(0), RAD(0)) * CF(0,1,0) * ANGLES(RAD(0), RAD(0), RAD(90)) * ANGLES(RAD(ANGLE), RAD(0), RAD(0)) * CF(0,3+(i/10),0) , CF(0, 0, 0))
| |
| 1283 | local Wing2 = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Wing", VT(0.25,1,0.25),false) | |
| 1284 | CreateWeldOrSnapOrMotor("Weld", Wing, Wing, Wing2, CF(0, 2+(i/2), 0) * ANGLES(RAD(25), RAD(0), RAD(0)), CF(0, 1, 0))
| |
| 1285 | ANGLE = ANGLE - 15 | |
| 1286 | table.insert(LEFTWINGS,WingWeld) | |
| 1287 | end | |
| 1288 | ANGLE = 35 | |
| 1289 | for i = 1, 5 do | |
| 1290 | local Wing = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Wing", VT(0.15,2+(i/2),0.15),false) | |
| 1291 | local WingWeld = CreateWeldOrSnapOrMotor("Weld", Wing, Torso, Wing, CF(0, 1, 0) * ANGLES(RAD(90), RAD(0), RAD(0)) * CF(0,1,0) * ANGLES(RAD(0), RAD(0), RAD(-90)) * ANGLES(RAD(ANGLE), RAD(0), RAD(0)) * CF(0,3+(i/10),0) , CF(0, 0, 0))
| |
| 1292 | local Wing2 = CreatePart(3, Character, "Neon", 0, 0, "Really red", "Wing", VT(0.25,1,0.25),false) | |
| 1293 | CreateWeldOrSnapOrMotor("Weld", Wing, Wing, Wing2, CF(0, 2+(i/2), 0) * ANGLES(RAD(25), RAD(0), RAD(0)), CF(0, 1, 0))
| |
| 1294 | ANGLE = ANGLE - 15 | |
| 1295 | table.insert(RIGHTWINGS,WingWeld) | |
| 1296 | end | |
| 1297 | --//=================================\\ | |
| 1298 | --|| oof | |
| 1299 | --\\=================================// | |
| 1300 | ||
| 1301 | --[[ | |
| 1302 | Thanks for using Build-To-Lua by jarredbcv. | |
| 1303 | ]]-- | |
| 1304 | ||
| 1305 | New = function(Object, Parent, Name, Data) | |
| 1306 | local Object = Instance.new(Object) | |
| 1307 | for Index, Value in pairs(Data or {}) do
| |
| 1308 | Object[Index] = Value | |
| 1309 | end | |
| 1310 | Object.Parent = Parent | |
| 1311 | Object.Name = Name | |
| 1312 | return Object | |
| 1313 | end | |
| 1314 | ||
| 1315 | Gaunty = New("Model",char,"Gaunty",{})
| |
| 1316 | Handle = New("Part",Gaunty,"Handle",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 1.26999998, 1),CFrame = CFrame.new(-5.67319345, 3.02064276, -77.6615906, 0.999894261, 0.010924357, 0.00963267777, -0.0110270018, 0.999882579, 0.0106679145, -0.00951499958, -0.0107729975, 0.999897003),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1317 | Mesh = New("BlockMesh",Handle,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
| |
| 1318 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.82765579, 3.62595344, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1319 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.161155701, 0.603512526, 0.00862884521, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1320 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-6.13765526, 3.62595367, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1321 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.471122265, 0.600126028, 0.00564575195, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1322 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.5176549, 3.62595415, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1323 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.148812294, 0.606899738, 0.0116195679, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1324 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.21765471, 3.62595463, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1325 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.448780537, 0.610177517, 0.014503479, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1326 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-6.13765526, 2.53595448, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1327 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.459102631, -0.489744425, -0.00598144531, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1328 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.82765627, 2.53595448, -77.6579285, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1329 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.149136543, -0.486357927, -0.00299835205, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1330 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.51765537, 2.53595448, -77.6579361, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1331 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.160831451, -0.48297143, -1.52587891e-05, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1332 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.21765566, 2.53595424, -77.6579361, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1333 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.460799217, -0.479694128, 0.00286865234, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1334 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.07999992, 0.279999971, 1.06999993),CFrame = CFrame.new(-5.66865063, 3.64553881, -77.6613617, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1335 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
| |
| 1336 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(-0.00235080719, 0.624869347, 0.00694274902, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1337 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66490126, 3.73544312, -77.6652145, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1338 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
| |
| 1339 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(0.000443935394, 0.714845657, 0.00408172607, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1340 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66480446, 3.52554965, -77.65522, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1341 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
| |
| 1342 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(0.00275993347, 0.504870415, 0.0118331909, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1343 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.07999992, 0.279999971, 1.06999993),CFrame = CFrame.new(-5.6686511, 2.55553746, -77.6613541, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1344 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
| |
| 1345 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(0.00966835022, -0.465003252, -0.00468444824, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1346 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66490126, 2.64544272, -77.6652145, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1347 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
| |
| 1348 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(0.0124630928, -0.375026226, -0.00754547119, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1349 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66480494, 2.43554902, -77.65522, 0.999894857, 0.0109243635, 0.00963268708, -0.0110270083, 0.999883175, 0.0106679257, -0.00951500144, -0.0107729994, 0.999897599),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1350 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
| |
| 1351 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),C1 = CFrame.new(0.0147790909, -0.585001707, 0.000205993652, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1352 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265606, 3.62595463, -78.1079407, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1353 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(-0.0018901825, 0.61005497, -0.439842224, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1354 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265606, 3.62595558, -77.8179321, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1355 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(-0.00464963913, 0.606931448, -0.149864197, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1356 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 3.62595606, -77.4879303, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1357 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(-0.00278997421, 0.603431463, 0.180152893, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1358 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 3.62595654, -77.1979294, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1359 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(-0.00554895401, 0.600307703, 0.470123291, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1360 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 2.53595638, -77.1979294, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1361 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0.0064702034, -0.489563704, 0.458496094, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1362 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 2.53595614, -77.4879303, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1363 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0.00922966003, -0.486439705, 0.168525696, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1364 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265558, 2.53595638, -77.8179245, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1365 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0.00736999512, -0.482939243, -0.161483765, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1366 | NeonPart = New("Part",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265606, 2.53595614, -78.1079254, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1367 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0.0101289749, -0.479815245, -0.451454163, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1368 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765547, 3.62595677, -77.1979218, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1369 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(-0.00554943085, 0.600307941, 0.47013092, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1370 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 3.62595701, -77.4879303, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1371 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(-0.00278949738, 0.603432655, 0.180152893, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1372 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765451, 3.62595749, -77.8179321, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1373 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.000350952148, 0.606987953, -0.149810791, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1374 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765451, 3.62595749, -78.107933, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1375 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.00311040878, 0.61011219, -0.439788818, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1376 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.53595734, -78.107933, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1377 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.0151295662, -0.479759216, -0.451416016, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1378 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.5359571, -77.8179245, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1379 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.0123701096, -0.482883692, -0.161437988, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1380 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.5359571, -77.4879227, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1381 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.00923013687, -0.48643899, 0.168533325, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1382 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.53595686, -77.1979218, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1383 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0.00647068024, -0.489563227, 0.458503723, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1384 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-6.13765478, 3.62595701, -77.6579132, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1385 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.471121788, 0.600129128, 0.00566101074, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1386 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.82765484, 3.62595725, -77.6579132, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1387 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.161154747, 0.603516102, 0.008644104, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1388 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.51765442, 3.62595773, -77.6579132, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1389 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.148812771, 0.606903076, 0.0116348267, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1390 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.21765375, 3.6259582, -77.6579132, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1391 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.44878149, 0.610180855, 0.0145187378, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1392 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.21765327, 2.53595781, -77.6579132, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1393 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.460801125, -0.47969079, 0.00289154053, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1394 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.51765299, 2.53595757, -77.6579208, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1395 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.160833359, -0.48296833, 0, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1396 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.82765341, 2.53595734, -77.6579208, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1397 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.149133682, -0.486355066, -0.00299072266, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1398 | Part = New("Part",Gaunty,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-6.13765383, 2.53595734, -77.6579208, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1399 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(-0.4591012, -0.489741802, -0.00597381592, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1400 | NeonPart = New("WedgePart",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.25000003),CFrame = CFrame.new(-5.66203499, 3.4509573, -77.7865677, 1.0000006, -6.18456397e-10, 3.7252903e-09, -6.18456397e-10, 1.0000006, 4.65661287e-09, 3.7252903e-09, 4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1401 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0.00760126114, 0.431732178, -0.120269775, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1402 | NeonPart = New("WedgePart",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.280000031),CFrame = CFrame.new(-5.66203451, 3.45095778, -77.5215683, -1.0000006, -6.18456397e-10, -9.12696123e-08, 6.18456397e-10, 1.0000006, -4.65661287e-09, 8.38190317e-08, 4.65661287e-09, -1.0000006),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1403 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 8.74227766e-08, 0, 1, 0, -8.74227766e-08, 0, -1),C1 = CFrame.new(0.00508022308, 0.428877592, 0.144706726, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1404 | NeonPart = New("WedgePart",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.25000003),CFrame = CFrame.new(-5.66203403, 2.81095791, -77.7865601, -1.0000006, 8.81700544e-08, 3.7252903e-09, -8.69331416e-08, -1.0000006, 4.65661287e-09, -3.7252903e-09, -4.65661287e-09, 1.0000006),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1405 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, -8.74227766e-08, 0, 8.74227766e-08, -1, 0, 0, 0, 1),C1 = CFrame.new(0.0146594048, -0.208191872, -0.127082825, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1406 | NeonPart = New("WedgePart",Gaunty,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.280000031),CFrame = CFrame.new(-5.66203356, 2.8209579, -77.5215607, 1.0000006, -8.69331416e-08, 8.38190317e-08, -8.81700544e-08, -1.0000006, -4.65661287e-09, 9.12696123e-08, -4.65661287e-09, -1.0000006),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1407 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, -8.74227766e-08, 8.74227766e-08, -8.74227766e-08, -1, -7.64274186e-15, 8.74227766e-08, 0, -1),C1 = CFrame.new(0.0120282173, -0.201047897, 0.137992859, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1408 | Wedge = New("WedgePart",Gaunty,"Wedge",{BrickColor = BrickColor.new("Black"),Size = Vector3.new(1.1099999, 0.569999993, 1.13),CFrame = CFrame.new(-5.6508193, 4.06113148, -77.6620178, -4.74974513e-08, -6.18456397e-10, 1.0000006, -5.58793545e-09, 1.0000006, -1.5279511e-10, -1.0000006, 4.65661287e-09, -4.00468707e-08),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1409 | mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08),C1 = CFrame.new(0.0109024048, 1.04061508, 0.010887146, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1410 | ||
| 1411 | Gaunty2 = New("Model",char,"Gaunty2",{})
| |
| 1412 | Handle2 = New("Part",Gaunty2,"Handle2",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 1.26999998, 1),CFrame = CFrame.new(-5.67319345, 3.02064276, -77.6615906, 0.999894261, 0.010924357, 0.00963267777, -0.0110270018, 0.999882579, 0.0106679145, -0.00951499958, -0.0107729975, 0.999897003),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1413 | Mesh = New("BlockMesh",Handle2,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
| |
| 1414 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.82765579, 3.62595367, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1415 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.161155701, 0.603512764, 0.00862884521, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1416 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-6.13765526, 3.62595439, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1417 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.471122265, 0.600126743, 0.00564575195, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1418 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.51765394, 3.6259551, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1419 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.148813248, 0.606900692, 0.0116195679, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1420 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.21765375, 3.62595558, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1421 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.44878149, 0.610178471, 0.014503479, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1422 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-6.13765621, 2.535954, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1423 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.459103584, -0.489744902, -0.00598144531, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1424 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.82765722, 2.535954, -77.6579285, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1425 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.149137497, -0.486358404, -0.00299835205, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1426 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.5176549, 2.53595448, -77.6579514, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1427 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.160831928, -0.482971191, -3.05175781e-05, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1428 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.21765566, 2.535954, -77.6579361, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1429 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.460799217, -0.479694366, 0.00286865234, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1430 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.07999992, 0.279999971, 1.06999993),CFrame = CFrame.new(-5.66865063, 3.64554, -77.661377, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1431 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
| |
| 1432 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(-0.00235033035, 0.624870777, 0.00692749023, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1433 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.6649003, 3.73544407, -77.6652145, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1434 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
| |
| 1435 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(0.000444412231, 0.714846611, 0.00408172607, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1436 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66480446, 3.5255506, -77.65522, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1437 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
| |
| 1438 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(0.00275993347, 0.504871368, 0.0118331909, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1439 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.07999992, 0.279999971, 1.06999993),CFrame = CFrame.new(-5.6686511, 2.55553699, -77.6613541, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1440 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
| |
| 1441 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(0.00966835022, -0.465003729, -0.00468444824, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1442 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66490126, 2.64544272, -77.6652145, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1443 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
| |
| 1444 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(0.0124630928, -0.375026226, -0.00754547119, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1445 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.08999991, 0.0599999577, 1.07999992),CFrame = CFrame.new(-5.66480589, 2.43554854, -77.65522, 0.999896049, 0.0109243765, 0.00963270571, -0.0110270213, 0.999884367, 0.010667949, -0.0095150033, -0.0107730031, 0.999898791),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1446 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.03999996, 1, 1.03999996),})
| |
| 1447 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 0.999895453, -0.0110270148, -0.00951500237, 0.01092437, 0.999883771, -0.0107730012, 0.0096326964, 0.0106679378, 0.999898195),C1 = CFrame.new(0.0147781372, -0.585002184, 0.000205993652, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1448 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265606, 3.62595463, -78.1079407, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1449 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.0018901825, 0.61005497, -0.439842224, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1450 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265511, 3.6259563, -77.8179169, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1451 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.00464916229, 0.606932163, -0.149848938, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1452 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765451, 3.62595701, -77.4879303, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1453 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.00278902054, 0.603432655, 0.180152893, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1454 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 3.62595749, -77.1979294, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1455 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.00554895401, 0.600308895, 0.470123291, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1456 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 2.53595638, -77.1979294, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1457 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.0064702034, -0.489563704, 0.458496094, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1458 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.13999987, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.66765547, 2.53595614, -77.4879303, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1459 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00922966003, -0.486439705, 0.168525696, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1460 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265558, 2.53595638, -77.8179092, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1461 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00736999512, -0.482939243, -0.161468506, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1462 | NeonPart = New("Part",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.12999988, 0.109999999, 0.109999999),CFrame = CFrame.new(-5.67265606, 2.53595567, -78.1079254, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1463 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.0101289749, -0.479815722, -0.451454163, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1464 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765451, 3.62595749, -77.1979218, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1465 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.00554847717, 0.600308895, 0.47013092, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1466 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765404, 3.62595797, -77.4879303, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1467 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(-0.0027885437, 0.603433609, 0.180152893, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1468 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765356, 3.6259594, -77.8179321, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1469 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.000351905823, 0.606989861, -0.149810791, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1470 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765356, 3.62595844, -78.107933, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1471 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00311136246, 0.610113144, -0.439788818, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1472 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.53595734, -78.107933, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1473 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.0151295662, -0.479759216, -0.451416016, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1474 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.5359571, -77.8179092, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1475 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.0123701096, -0.48288393, -0.161422729, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1476 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.5359571, -77.4879227, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1477 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00923013687, -0.48643899, 0.168533325, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1478 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.66765499, 2.53595662, -77.1979218, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1479 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00647068024, -0.489563465, 0.458503723, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1480 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-6.13765478, 3.62595797, -77.6579132, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1481 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.471121788, 0.600130081, 0.00566101074, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1482 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.82765484, 3.6259582, -77.6579132, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1483 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.161154747, 0.603517056, 0.008644104, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1484 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.51765347, 3.62595868, -77.6579132, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1485 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.148813725, 0.60690403, 0.0116348267, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1486 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.2176528, 3.62595916, -77.6579132, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1487 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.448782444, 0.610181808, 0.0145187378, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1488 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.21765327, 2.53595757, -77.6579132, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1489 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.460801601, -0.479691029, 0.00289154053, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1490 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.51765299, 2.53595757, -77.6579361, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1491 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.160833836, -0.48296833, -1.52587891e-05, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1492 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-5.82765436, 2.5359571, -77.6579208, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1493 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.149134636, -0.486355305, -0.00299072266, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1494 | Part = New("Part",Gaunty2,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.Metal,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.15999985, 0.0700000003, 0.0700000003),CFrame = CFrame.new(-6.13765478, 2.53595734, -77.6579208, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1495 | mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(-0.459102154, -0.489741802, -0.00597381592, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1496 | NeonPart = New("WedgePart",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.25000003),CFrame = CFrame.new(-5.66203403, 3.45095801, -77.7865524, 1.00000179, -2.26282282e-09, 1.11758709e-08, -2.28465069e-09, 1.00000179, 1.39698386e-08, 1.11758709e-08, 1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1497 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -1.44791557e-09, 7.4505806e-09, -1.44063961e-09, 1.00000119, 9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.00760221481, 0.431732655, -0.120254517, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1498 | NeonPart = New("WedgePart",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.280000031),CFrame = CFrame.new(-5.66203356, 3.45095849, -77.521553, -1.00000179, -2.26282282e-09, -9.87201929e-08, 2.28465069e-09, 1.00000179, -1.39698386e-08, 7.63684511e-08, 1.39698386e-08, -1.00000179),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1499 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -1.00000119, 1.45519152e-09, 8.00937414e-08, -1.44063961e-09, 1.00000119, 9.31322575e-09, -9.49949026e-08, -9.31322575e-09, -1.00000119),C1 = CFrame.new(0.00508117676, 0.428878307, 0.144721985, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1500 | NeonPart = New("WedgePart",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.25000003),CFrame = CFrame.new(-5.66203308, 2.81095791, -77.7865601, -1.00000179, 8.98216967e-08, 1.11758709e-08, -8.52742232e-08, -1.00000179, 1.39698386e-08, -1.11758709e-08, -1.39698386e-08, 1.00000179),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1501 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -1.00000119, -8.61036824e-08, -7.4505806e-09, 8.89922376e-08, -1.00000119, -9.31322575e-09, 7.4505806e-09, 9.31322575e-09, 1.00000119),C1 = CFrame.new(0.0146603584, -0.208191872, -0.127082825, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1502 | NeonPart = New("WedgePart",Gaunty2,"NeonPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.Neon,Size = Vector3.new(1.14999998, 0.640000045, 0.280000031),CFrame = CFrame.new(-5.6620326, 2.82095814, -77.5215454, 1.00000179, -8.52887752e-08, 7.63684511e-08, -8.98362487e-08, -1.00000179, -1.39698386e-08, 9.87201929e-08, -1.39698386e-08, -1.00000179),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
| |
| 1503 | mot = New("Motor",NeonPart,"mot",{Part0 = NeonPart,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, 1.00000119, -8.89995135e-08, 9.49949026e-08, -8.61109584e-08, -1.00000119, -9.31322575e-09, 8.00937414e-08, -9.31322575e-09, -1.00000119),C1 = CFrame.new(0.012029171, -0.201047897, 0.138008118, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1504 | Wedge = New("WedgePart",Gaunty2,"Wedge",{BrickColor = BrickColor.new("Black"),Size = Vector3.new(1.1099999, 0.569999993, 1.13),CFrame = CFrame.new(-5.6508193, 4.06113243, -77.6620178, -5.49480319e-08, -2.26282282e-09, 1.00000179, -1.67638063e-08, 1.00000179, -1.8189894e-09, -1.00000179, 1.39698386e-08, -3.25962901e-08),BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 1505 | mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle2,C0 = CFrame.new(0, 0, 0, -5.12227416e-08, -1.11758709e-08, -1.00000119, -1.44063961e-09, 1.00000119, 9.31322575e-09, 1.00000119, -9.89530236e-10, -3.63215804e-08),C1 = CFrame.new(0.0109024048, 1.04061604, 0.010887146, 0.999894261, -0.0110270018, -0.00951499958, 0.010924357, 0.999882579, -0.0107729975, 0.00963267777, 0.0106679145, 0.999897003),})
| |
| 1506 | ||
| 1507 | ||
| 1508 | NewInstance = function(instance,parent,properties) | |
| 1509 | local inst = Instance.new(instance,parent) | |
| 1510 | if(properties)then | |
| 1511 | for i,v in next, properties do | |
| 1512 | pcall(function() inst[i] = v end) | |
| 1513 | end | |
| 1514 | end | |
| 1515 | return inst; | |
| 1516 | end | |
| 1517 | ||
| 1518 | local HW = NewInstance('Motor', char, {Part0 = ra, Part1 = Handle, C0 = CF(0,-.51,0)})
| |
| 1519 | local HW2 = NewInstance('Motor', char, {Part0 = la, Part1 = Handle2, C0 = CF(0,-.51,0) * angles(Rad(0),Rad(180),Rad(0))})
| |
| 1520 | ||
| 1521 | for _,v in next, Gaunty:children() do | |
| 1522 | v.CanCollide = false | |
| 1523 | end | |
| 1524 | for _,v in next, Gaunty2:children() do | |
| 1525 | v.CanCollide = false | |
| 1526 | end | |
| 1527 | local all, last = {}, nil
| |
| 1528 | ArmourParts = {}
| |
| 1529 | NeonParts = {}
| |
| 1530 | function scan(p) | |
| 1531 | for _, v in pairs(p:GetChildren()) do | |
| 1532 | if v:IsA("BasePart") then
| |
| 1533 | if v.BrickColor == BrickColor.new("Black") then
| |
| 1534 | table.insert(ArmourParts, v) | |
| 1535 | end | |
| 1536 | if v.BrickColor == BrickColor.new("Institutional white") then
| |
| 1537 | table.insert(NeonParts, v) | |
| 1538 | end | |
| 1539 | if last then | |
| 1540 | local w = Instance.new("Weld")
| |
| 1541 | w.Part0, w.Part1 = last, v | |
| 1542 | w.C0 = v.CFrame:toObjectSpace(last.CFrame):inverse() | |
| 1543 | w.Parent = last | |
| 1544 | end | |
| 1545 | table.insert(all, v) | |
| 1546 | last = v | |
| 1547 | end | |
| 1548 | scan(v) | |
| 1549 | end | |
| 1550 | end | |
| 1551 | scan(Gaunty) | |
| 1552 | local all2, last2 = {}, nil
| |
| 1553 | ArmourParts2 = {}
| |
| 1554 | NeonParts2 = {}
| |
| 1555 | function scan2(p) | |
| 1556 | for _, v in pairs(p:GetChildren()) do | |
| 1557 | if v:IsA("BasePart") then
| |
| 1558 | if v.BrickColor == BrickColor.new("Black") then
| |
| 1559 | table.insert(ArmourParts2, v) | |
| 1560 | end | |
| 1561 | if v.BrickColor == BrickColor.new("Institutional white") then
| |
| 1562 | table.insert(NeonParts2, v) | |
| 1563 | end | |
| 1564 | if last2 then | |
| 1565 | local w = Instance.new("Weld")
| |
| 1566 | w.Part0, w.Part1 = last2, v | |
| 1567 | w.C0 = v.CFrame:toObjectSpace(last2.CFrame):inverse() | |
| 1568 | w.Parent = last2 | |
| 1569 | end | |
| 1570 | table.insert(all2, v) | |
| 1571 | last2 = v | |
| 1572 | end | |
| 1573 | scan2(v) | |
| 1574 | end | |
| 1575 | end | |
| 1576 | scan2(Gaunty2) | |
| 1577 | for i, v in pairs(ArmourParts) do | |
| 1578 | v.BrickColor = BrickC("Black")
| |
| 1579 | end | |
| 1580 | for i, v in pairs(NeonParts) do | |
| 1581 | v.BrickColor = BrickC("Really red")
| |
| 1582 | end | |
| 1583 | for i, v in pairs(ArmourParts2) do | |
| 1584 | v.BrickColor = BrickC("Black")
| |
| 1585 | end | |
| 1586 | for i, v in pairs(NeonParts2) do | |
| 1587 | v.BrickColor = BrickC("Really red")
| |
| 1588 | end | |
| 1589 | maincolor = BrickC("Really red")
| |
| 1590 | function Banish(Foe) | |
| 1591 | if Foe then | |
| 1592 | coroutine.resume(coroutine.create(function() | |
| 1593 | --if game.Players:FindFirstChild(Foe.Name) then | |
| 1594 | table.insert(TOBANISH,Foe.Name) | |
| 1595 | printbye(Foe.Name) | |
| 1596 | --end | |
| 1597 | Foe.Archivable = true | |
| 1598 | local CLONE = Foe:Clone() | |
| 1599 | Foe:Destroy() | |
| 1600 | CLONE.Parent = Effects | |
| 1601 | CLONE:BreakJoints() | |
| 1602 | local MATERIALS = {"Glass","Neon"}
| |
| 1603 | for _, c in pairs(CLONE:GetDescendants()) do | |
| 1604 | if c:IsA("BasePart") then
| |
| 1605 | if c.Name == "Torso" or c.Name == "UpperTorso" or c == CLONE.PrimaryPart then | |
| 1606 | CreateSound(340722848, c, 10, 1, false) | |
| 1607 | end | |
| 1608 | c.Anchored = true | |
| 1609 | c.Transparency = c.Transparency + 0.2 | |
| 1610 | c.Material = MATERIALS[MRANDOM(1,2)] | |
| 1611 | c.Color = C3(0,255,0) | |
| 1612 | if c.ClassName == "MeshPart" then | |
| 1613 | c.TextureID = "" | |
| 1614 | end | |
| 1615 | if c:FindFirstChildOfClass("SpecialMesh") then
| |
| 1616 | c:FindFirstChildOfClass("SpecialMesh").TextureId = ""
| |
| 1617 | end | |
| 1618 | if c:FindFirstChildOfClass("Decal") then
| |
| 1619 | c:FindFirstChildOfClass("Decal"):remove()
| |
| 1620 | end | |
| 1621 | c.Name = "Banished" | |
| 1622 | c.CanCollide = false | |
| 1623 | else | |
| 1624 | c:remove() | |
| 1625 | end | |
| 1626 | end | |
| 1627 | local A = false | |
| 1628 | for i = 1, 35 do | |
| 1629 | if A == false then | |
| 1630 | A = true | |
| 1631 | elseif A == true then | |
| 1632 | A = false | |
| 1633 | end | |
| 1634 | for _, c in pairs(CLONE:GetDescendants()) do | |
| 1635 | if c:IsA("BasePart") then
| |
| 1636 | c.Anchored = true | |
| 1637 | c.Material = MATERIALS[MRANDOM(1,2)] | |
| 1638 | c.Transparency = c.Transparency + 0.8/35 | |
| 1639 | if A == false then | |
| 1640 | c.CFrame = c.CFrame*CF(MRANDOM(-45,45)/45,MRANDOM(-45,45)/45,MRANDOM(-45,45)/45) | |
| 1641 | elseif A == true then | |
| 1642 | c.CFrame = c.CFrame*CF(MRANDOM(-45,45)/45,MRANDOM(-45,45)/45,MRANDOM(-45,45)/45) | |
| 1643 | end | |
| 1644 | end | |
| 1645 | end | |
| 1646 | Swait() | |
| 1647 | end | |
| 1648 | CLONE:remove() | |
| 1649 | end)) | |
| 1650 | end | |
| 1651 | end | |
| 1652 | ||
| 1653 | function ApplyAoE(POSITION,RANGE,ISBANISH) | |
| 1654 | local CHILDREN = workspace:GetDescendants() | |
| 1655 | for index, CHILD in pairs(CHILDREN) do | |
| 1656 | if CHILD.ClassName == "Model" and CHILD ~= Character then | |
| 1657 | local HUM = CHILD:FindFirstChildOfClass("Humanoid")
| |
| 1658 | if HUM then | |
| 1659 | local TORSO = CHILD:FindFirstChild("Torso") or CHILD:FindFirstChild("UpperTorso")
| |
| 1660 | if TORSO then | |
| 1661 | if (TORSO.Position - POSITION).Magnitude <= RANGE then | |
| 1662 | if ISBANISH == true then | |
| 1663 | Banish(CHILD) | |
| 1664 | else | |
| 1665 | if ISBANISH == "Gravity" then | |
| 1666 | HUM.PlatformStand = true | |
| 1667 | if TORSO:FindFirstChild("V3BanishForce"..Player.Name) then
| |
| 1668 | local grav = Instance.new("BodyPosition",TORSO)
| |
| 1669 | grav.D = 15 | |
| 1670 | grav.P = 20000 | |
| 1671 | grav.maxForce = Vector3.new(math.huge,math.huge,math.huge) | |
| 1672 | grav.position = TORSO.Position | |
| 1673 | grav.Name = "V3BanishForce"..Player.Name | |
| 1674 | else | |
| 1675 | TORSO:FindFirstChild("V3BanishForce"..Player.Name).position = TORSO.Position+VT(0,0.3,0)
| |
| 1676 | TORSO.RotVelocity = VT(MRANDOM(-25,25),MRANDOM(-25,25),MRANDOM(-25,25)) | |
| 1677 | end | |
| 1678 | else | |
| 1679 | HUM.PlatformStand = false | |
| 1680 | end | |
| 1681 | end | |
| 1682 | elseif ISBANISH == "Gravity" then | |
| 1683 | if TORSO:FindFirstChild("V3BanishForce"..Player.Name) then
| |
| 1684 | TORSO:FindFirstChild("V3BanishForce"..Player.Name):remove()
| |
| 1685 | HUM.PlatformStand = false | |
| 1686 | end | |
| 1687 | end | |
| 1688 | end | |
| 1689 | end | |
| 1690 | end | |
| 1691 | end | |
| 1692 | end | |
| 1693 | --------------------------------------------------------- | |
| 1694 | local LAUGHS = {"907329532"}
| |
| 1695 | ||
| 1696 | local RightHole = CreatePart(3, Character, "Metal", 0, 0, "Mid gray", "Eye", VT(0.2,0,0.2),false) | |
| 1697 | MakeForm(RightHole,"Cyl") | |
| 1698 | local LeftHole = CreatePart(3, Character, "Metal", 0, 0, "Mid gray", "Eye", VT(0.2,0,0.2),false) | |
| 1699 | MakeForm(LeftHole,"Cyl") | |
| 1700 | ||
| 1701 | function getbloody(victim,amount) | |
| 1702 | local PART = CreatePart(3, Effects, "Metal", 0, 1, "Mid gray", "Blood", victim.Size) | |
| 1703 | PART.CFrame = victim.CFrame | |
| 1704 | local HITPLAYERSOUNDS = {"356551938","264486467"}
| |
| 1705 | Debris:AddItem(PART,5) | |
| 1706 | CreateSound(HITPLAYERSOUNDS[MRANDOM(1, #HITPLAYERSOUNDS)], PART, 1, (math.random(8,12)/10)) | |
| 1707 | CreateSound(HITPLAYERSOUNDS[MRANDOM(1, #HITPLAYERSOUNDS)], PART, 1, (math.random(8,12)/10)) | |
| 1708 | CreateSound(HITPLAYERSOUNDS[MRANDOM(1, #HITPLAYERSOUNDS)], PART, 1, (math.random(8,12)/10)) | |
| 1709 | local prtcl = asd:Clone() | |
| 1710 | prtcl.Parent = PART | |
| 1711 | prtcl:Emit(amount*10) | |
| 1712 | end | |
| 1713 | ||
| 1714 | function Kill(Char) | |
| 1715 | local NewCharacter = IT("Model",Effects)
| |
| 1716 | NewCharacter.Name = "Ow im ded ;-;" | |
| 1717 | for _, c in pairs(Char:GetDescendants()) do | |
| 1718 | if c:IsA("BasePart") and c.Transparency == 0 then
| |
| 1719 | if c.Parent == Char then | |
| 1720 | getbloody(c,5) | |
| 1721 | end | |
| 1722 | c:BreakJoints() | |
| 1723 | c.Material = "Glass" | |
| 1724 | c.Color = C3(0.5,0,0) | |
| 1725 | c.CanCollide = true | |
| 1726 | c.Transparency = 0.3 | |
| 1727 | if c:FindFirstChildOfClass("SpecialMesh") then
| |
| 1728 | c:FindFirstChildOfClass("SpecialMesh").TextureId = ""
| |
| 1729 | end | |
| 1730 | if c.Name == "Head" then | |
| 1731 | c:ClearAllChildren() | |
| 1732 | c.Size = VT(c.Size.Y,c.Size.Y,c.Size.Y) | |
| 1733 | end | |
| 1734 | if c.ClassName == "MeshPart" then | |
| 1735 | c.TextureID = "" | |
| 1736 | end | |
| 1737 | if c:FindFirstChildOfClass("BodyPosition") then
| |
| 1738 | c:FindFirstChildOfClass("BodyPosition"):remove()
| |
| 1739 | end | |
| 1740 | if c:FindFirstChildOfClass("ParticleEmitter") then
| |
| 1741 | c:FindFirstChildOfClass("ParticleEmitter"):remove()
| |
| 1742 | end | |
| 1743 | c.Parent = NewCharacter | |
| 1744 | c.Name = "DeadPart" | |
| 1745 | c.Velocity = VT(MRANDOM(-45,45),MRANDOM(-45,45),MRANDOM(-45,45))/15 | |
| 1746 | c.RotVelocity = VT(MRANDOM(-45,45),MRANDOM(-15,85),MRANDOM(-45,45)) | |
| 1747 | end | |
| 1748 | end | |
| 1749 | Char:remove() | |
| 1750 | Debris:AddItem(NewCharacter,5) | |
| 1751 | end | |
| 1752 | ||
| 1753 | function Banisher_Bullet() | |
| 1754 | ATTACK = true | |
| 1755 | Rooted = false | |
| 1756 | for i=0, 0.05, 0.1 / Animation_Speed do | |
| 1757 | Swait() | |
| 1758 | turnto(Mouse.Hit.p) | |
| 1759 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed) | |
| 1760 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.5 / Animation_Speed) | |
| 1761 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed) | |
| 1762 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed) | |
| 1763 | RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
| 1764 | LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
| 1765 | end | |
| 1766 | repeat | |
| 1767 | for i=0, 0.05, 0.1 / Animation_Speed do | |
| 1768 | Swait() | |
| 1769 | turnto(Mouse.Hit.p) | |
| 1770 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed) | |
| 1771 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.5 / Animation_Speed) | |
| 1772 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(90), RAD(0), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed) | |
| 1773 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed) | |
| 1774 | RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
| 1775 | LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
| 1776 | end | |
| 1777 | local HIT,POS = CastProperRay(Hole.Position, Mouse.Hit.p, 1000, Character) | |
| 1778 | SpawnTrail(Hole.Position,POS) | |
| 1779 | if HIT ~= nil then | |
| 1780 | if HIT.Parent ~= workspace and HIT.Parent.ClassName ~= "Folder" then | |
| 1781 | Banish(HIT.Parent) | |
| 1782 | end | |
| 1783 | end | |
| 1784 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = Hole.CFrame, MoveToPos = Hole.CFrame*CF(0,0.5,0).p, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(0,255,0), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
| |
| 1785 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = Hole.CFrame, MoveToPos = nil, RotationX = 0, RotationY = 5, RotationZ = 0, Material = "Neon", Color = C3(0,255,0), SoundID = 904440937, SoundPitch = MRANDOM(8,11)/10, SoundVolume = 8})
| |
| 1786 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = CF(POS,Hole.Position) * ANGLES(RAD(-90), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = -5, RotationZ = 0, Material = "Neon", Color = C3(0,255,0), SoundID = nil, SoundPitch = MRANDOM(8,11)/10, SoundVolume = 8})
| |
| 1787 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = CF(POS,Hole.Position) * ANGLES(RAD(-90), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = 5, RotationZ = 0, Material = "Neon", Color = C3(0,255,0), SoundID = nil, SoundPitch = MRANDOM(8,11)/10, SoundVolume = 8})
| |
| 1788 | for i=0, 0.05, 0.1 / Animation_Speed do | |
| 1789 | Swait() | |
| 1790 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(90)), 0.5 / Animation_Speed) | |
| 1791 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0) * ANGLES(RAD(0), RAD(0), RAD(-90)), 0.25 / Animation_Speed) | |
| 1792 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5, 0) * ANGLES(RAD(130), RAD(15), RAD(90)) * RIGHTSHOULDERC0, 0.5 / Animation_Speed) | |
| 1793 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.6, 0) * ANGLES(RAD(-45), RAD(0), RAD(45)) * LEFTSHOULDERC0, 0.5 / Animation_Speed) | |
| 1794 | RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, 0) * ANGLES(RAD(0), RAD(90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
| 1795 | LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -1, 0) * ANGLES(RAD(0), RAD(-90), RAD(0)) * ANGLES(RAD(-8), RAD(0), RAD(0)), 0.5 / Animation_Speed) | |
| 1796 | end | |
| 1797 | until KEYHOLD == false | |
| 1798 | ATTACK = false | |
| 1799 | Rooted = false | |
| 1800 | end | |
| 1801 | function Teleport() | |
| 1802 | ATTACK = true | |
| 1803 | Rooted = false | |
| 1804 | for i=0, 0.5, 0.1 / Animation_Speed do | |
| 1805 | Swait() | |
| 1806 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 1807 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.6, 0.75, -0.5) * ANGLES(RAD(0), RAD(-25), RAD(12)) * ANGLES(RAD(125 - 2.5 * COS(SINE / 12) + 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 1.5 / Animation_Speed) | |
| 1808 | end | |
| 1809 | for e = 1, #BODY do | |
| 1810 | if BODY[e] ~= nil then | |
| 1811 | local STUFF = BODY[e] | |
| 1812 | local PART = STUFF[1] | |
| 1813 | if PART:IsA("BasePart") and PART ~= RootPart and PART.Name ~= "FaceGradient" and PART.Name ~= "Hair" and PART.Transparency ~= 1 then
| |
| 1814 | local PRT = PART:Clone() | |
| 1815 | PRT.Anchored = true | |
| 1816 | PRT.CanCollide = false | |
| 1817 | PRT.Material = "Neon" | |
| 1818 | PRT.Color = C3(255,100,255) | |
| 1819 | PRT.Name = "WarpEffect" | |
| 1820 | PRT.Parent = Effects | |
| 1821 | PRT.CFrame = PART.CFrame | |
| 1822 | PRT:BreakJoints() | |
| 1823 | if PRT:FindFirstChildOfClass("Sound") then
| |
| 1824 | PRT:FindFirstChildOfClass("Sound"):remove()
| |
| 1825 | end | |
| 1826 | if PRT:FindFirstChildOfClass("Decal") then
| |
| 1827 | PRT:FindFirstChildOfClass("Decal"):remove()
| |
| 1828 | end | |
| 1829 | coroutine.resume(coroutine.create(function() | |
| 1830 | for i = 1, 100 do | |
| 1831 | Swait() | |
| 1832 | PRT.Transparency = PRT.Transparency + 1/100 | |
| 1833 | end | |
| 1834 | PRT:remove() | |
| 1835 | end)) | |
| 1836 | end | |
| 1837 | end | |
| 1838 | end | |
| 1839 | CreateSound(217767125, Torso, 10, 1) | |
| 1840 | local POS = RootPart.Orientation | |
| 1841 | RootPart.CFrame = CF(Mouse.Hit.p+VT(0,6,0)) | |
| 1842 | RootPart.Orientation = POS | |
| 1843 | RootJoint.Parent = RootPart | |
| 1844 | for i=0, 0.5, 0.1 / Animation_Speed do | |
| 1845 | Swait() | |
| 1846 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 1847 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.6, 0.75, -0.5) * ANGLES(RAD(0), RAD(-15), RAD(12)) * ANGLES(RAD(175 - 2.5 * COS(SINE / 12) + 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 2.5 / Animation_Speed) | |
| 1848 | end | |
| 1849 | for i=0, 0.1, 0.1 / Animation_Speed do | |
| 1850 | Swait() | |
| 1851 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1, 0.5, 0.5) * ANGLES(RAD(0), RAD(-45), RAD(12)) * ANGLES(RAD(45 - 2.5 * COS(SINE / 12) + 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)) * RIGHTSHOULDERC0, 0.75 / Animation_Speed) | |
| 1852 | end | |
| 1853 | ATTACK = false | |
| 1854 | Rooted = false | |
| 1855 | end | |
| 1856 | function BanishmentBeam() | |
| 1857 | ATTACK = true | |
| 1858 | Rooted = false | |
| 1859 | local GYRO = IT("BodyGyro",RootPart)
| |
| 1860 | GYRO.D = 100 | |
| 1861 | GYRO.P = 2000 | |
| 1862 | GYRO.MaxTorque = VT(0,4000000,0) | |
| 1863 | GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p) | |
| 1864 | CreateSound("93724183", RightArm, 5, 1, false)
| |
| 1865 | for i=1, 35 do | |
| 1866 | Swait() | |
| 1867 | WACKYEFFECT({Time = 5, EffectType = "Block", Size = VT(5,5,5), Size2 = VT(0,0,0), Transparency = 1, Transparency2 = 0.25, CFrame = RightArm.CFrame*CF(0,-5,0), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = SKILLTEXTCOLOR, SoundID = nil, SoundPitch = 0.6, SoundVolume = 6})
| |
| 1868 | GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p) | |
| 1869 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(45)), 1 / Animation_Speed) | |
| 1870 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-45 - 4 * SIN(SINE / 12))), 1 / Animation_Speed) | |
| 1871 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.025 * COS(SINE / 12), -0.5) * ANGLES(RAD(90), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(45 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed) | |
| 1872 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.025 * COS(SINE / 12), 0) * ANGLES(RAD(0), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(-12 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed) | |
| 1873 | RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 1874 | LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 1875 | end | |
| 1876 | local BEAM = CreatePart(3, Effects, "Neon", 0, 1, "Lime green", "Lazer", VT(0,0,0)) | |
| 1877 | local LOOP = CreateSound("415700134", RightArm, 5, 1, false)
| |
| 1878 | local TOCH = BEAM.Touched:Connect(function(hit) | |
| 1879 | if hit.Anchored == false and hit.Parent ~= Head and hit.Parent ~= Character and hit.Parent ~= Effects then | |
| 1880 | Kill(hit) | |
| 1881 | end | |
| 1882 | end) | |
| 1883 | local I = 0 | |
| 1884 | repeat | |
| 1885 | Swait() | |
| 1886 | I = I + 1 | |
| 1887 | if I <= 10 then | |
| 1888 | BEAM.Transparency = BEAM.Transparency - 0.1 | |
| 1889 | end | |
| 1890 | local STARTPOS = RightArm.CFrame*CF(0,-4,0).p | |
| 1891 | local ENDHIT,ENDPOS = CastProperRay(STARTPOS,Mouse.Hit.p,650,Character) | |
| 1892 | local DISTANCE = (STARTPOS - ENDPOS).Magnitude | |
| 1893 | BEAM.CFrame = CF(STARTPOS,ENDPOS)*CF(0,0,-DISTANCE/2)*ANGLES(RAD(0),RAD(0),RAD(I*5)) | |
| 1894 | BEAM.Size = VT(2,2,DISTANCE) | |
| 1895 | WACKYEFFECT({Time = 5, EffectType = "Box", Size = VT(1,1,1), Size2 = VT(1,1,1), Transparency = 0, Transparency2 = 1, CFrame = CF(ENDPOS), MoveToPos = CF(ENDPOS)*ANGLES(RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)),RAD(MRANDOM(-180,180)))*CF(0,15,0).p, RotationX = MRANDOM(-5,5), RotationY = MRANDOM(-5,5), RotationZ = MRANDOM(-5,5), Material = "Neon", Color = SKILLTEXTCOLOR, SoundID = nil, SoundPitch = nil, SoundVolume = nil})
| |
| 1896 | WACKYEFFECT({Time = 5, EffectType = "Block", Size = VT(5,5,5), Size2 = VT(0,0,0), Transparency = 0, Transparency2 = 0.25, CFrame = RightArm.CFrame*CF(0,-4,0), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = SKILLTEXTCOLOR, SoundID = nil, SoundPitch = 0.6, SoundVolume = 6})
| |
| 1897 | WACKYEFFECT({Time = 5, EffectType = "Block", Size = VT(5,5,5), Size2 = VT(0,0,0), Transparency = 0, Transparency2 = 0.25, CFrame = CF(ENDPOS), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = SKILLTEXTCOLOR, SoundID = nil, SoundPitch = 0.6, SoundVolume = 6})
| |
| 1898 | GYRO.cframe = CF(RootPart.Position,Mouse.Hit.p) | |
| 1899 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(4 + 2.5 * SIN(SINE / 12)), RAD(0), RAD(45)), 1 / Animation_Speed) | |
| 1900 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 + 4.5 * SIN(SINE / 12)), RAD(0), RAD(-45 - 4 * SIN(SINE / 12))), 1 / Animation_Speed) | |
| 1901 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.025 * COS(SINE / 12), -0.5) * ANGLES(RAD(90), RAD(0 - 7.5 * SIN(SINE / 12)), RAD(45 + 7.5 * SIN(SINE / 12))) * RIGHTSHOULDERC0, 1 / Animation_Speed) | |
| 1902 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.025 * COS(SINE / 12), 0) * ANGLES(RAD(0), RAD(0 + 7.5 * SIN(SINE / 12)), RAD(-12 - 7.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed) | |
| 1903 | RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 1904 | LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-7.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 1905 | if ENDHIT ~= nil then | |
| 1906 | if ENDHIT.Anchored == false and ENDHIT.Parent ~= Effects then | |
| 1907 | Banish(ENDHIT) | |
| 1908 | end | |
| 1909 | end | |
| 1910 | until LOOP.Playing == false | |
| 1911 | GYRO:remove() | |
| 1912 | BEAM:remove() | |
| 1913 | ATTACK = false | |
| 1914 | Rooted = false | |
| 1915 | end | |
| 1916 | function Deathbound() | |
| 1917 | CreateSound(LAUGHS[MRANDOM(1,#LAUGHS)], Torso, 10, 1, false) | |
| 1918 | ATTACK = true | |
| 1919 | Rooted = true | |
| 1920 | for i=0, 1, 0.1 / Animation_Speed do | |
| 1921 | Swait() | |
| 1922 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 1 + 0.25 * COS(SINE / 12)) * ANGLES(RAD(0), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 1923 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(15 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 1924 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 1, 0) * ANGLES(RAD(15), RAD(0), RAD(12)) * RIGHTSHOULDERC0, 1 / Animation_Speed) | |
| 1925 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 1, 0) * ANGLES(RAD(15), RAD(0), RAD(-12)) * LEFTSHOULDERC0, 1 / Animation_Speed) | |
| 1926 | RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 1927 | LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 1928 | end | |
| 1929 | local DONE = false | |
| 1930 | local GATE = nil | |
| 1931 | local GATESPIN = true | |
| 1932 | coroutine.resume(coroutine.create(function() | |
| 1933 | repeat | |
| 1934 | Swait() | |
| 1935 | if GATE ~= nil then | |
| 1936 | GATE.CFrame = GATE.CFrame * ANGLES(RAD(0), RAD(-3), RAD(0)) | |
| 1937 | end | |
| 1938 | until GATESPIN == false | |
| 1939 | end)) | |
| 1940 | coroutine.resume(coroutine.create(function() | |
| 1941 | repeat | |
| 1942 | Swait() | |
| 1943 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0, 0, 0.2 - 0.25 * COS(SINE / 12)) * ANGLES(RAD(15), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 1944 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1) - 1)) * ANGLES(RAD(5 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 1945 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(15), RAD(0), RAD(5)) * RIGHTSHOULDERC0, 1 / Animation_Speed) | |
| 1946 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.5, 0.5 + 0.25 * COS(SINE / 12), 0) * ANGLES(RAD(15), RAD(0), RAD(-5)) * LEFTSHOULDERC0, 1 / Animation_Speed) | |
| 1947 | RightHip.C0 = Clerp(RightHip.C0, CF(1, -1, -0.01) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 1948 | LeftHip.C0 = Clerp(LeftHip.C0, CF(-1, -0.5, -0.5) * ANGLES(RAD(-35-2.5 * SIN(SINE / 12)), RAD(-90), RAD(0)) * ANGLES(RAD(-8 - 2.5 * SIN(SINE / 12)), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 1949 | until DONE == true | |
| 1950 | Swait(50) | |
| 1951 | for i = 1, 35 do | |
| 1952 | Swait(4) | |
| 1953 | local FIRED = false | |
| 1954 | local CHILDREN = workspace:GetDescendants() | |
| 1955 | for index, CHILD in pairs(CHILDREN) do | |
| 1956 | if CHILD.ClassName == "Model" and CHILD ~= Character then | |
| 1957 | local HUM = CHILD:FindFirstChildOfClass("Humanoid")
| |
| 1958 | if HUM then | |
| 1959 | local TORSO = CHILD:FindFirstChild("Torso") or CHILD:FindFirstChild("UpperTorso")
| |
| 1960 | if TORSO then | |
| 1961 | if (TORSO.Position - GATE.Position).Magnitude <= GATE.Size.X/2.5 + TORSO.Size.Magnitude/5 then | |
| 1962 | local HITFLOOR,HITPOS = Raycast(TORSO.Position, (CF(TORSO.Position, TORSO.Position + VT(0, -1, 0))).lookVector, 15, Character) | |
| 1963 | local CFRAME = CF(HITPOS)*ANGLES(RAD(MRANDOM(-15,15)),RAD(MRANDOM(-15,15)),RAD(MRANDOM(-15,15))) | |
| 1964 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = CFRAME, MoveToPos = CFRAME*CF(0,0.5,0).p, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(58,125,21), SoundID = 213603013, SoundPitch = 1.5, SoundVolume = 6})
| |
| 1965 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = CFRAME, MoveToPos = nil, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(58,125,21), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
| |
| 1966 | SpawnTrail(CFRAME.p,CFRAME*CF(0,1000,0).p) | |
| 1967 | Banish(CHILD) | |
| 1968 | FIRED = true | |
| 1969 | break | |
| 1970 | end | |
| 1971 | end | |
| 1972 | end | |
| 1973 | end | |
| 1974 | end | |
| 1975 | if FIRED == false then | |
| 1976 | local CFRAME = GATE.CFrame*ANGLES(RAD(0),RAD(MRANDOM(0,360)),RAD(0))*CF(0,0,MRANDOM(2,math.ceil(GATE.Size.X/2.5)))*ANGLES(RAD(MRANDOM(-15,15)),RAD(MRANDOM(-15,15)),RAD(MRANDOM(-15,15))) | |
| 1977 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(1,1.5,1), Transparency = 0, Transparency2 = 1, CFrame = CFRAME, MoveToPos = CFRAME*CF(0,0.5,0).p, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(58,125,21), SoundID = 213603013, SoundPitch = 1.5, SoundVolume = 6})
| |
| 1978 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,0.5,2), Transparency = 0, Transparency2 = 1, CFrame = CFRAME, MoveToPos = nil, RotationX = 0, RotationY = -15, RotationZ = 0, Material = "Neon", Color = C3(58,125,21), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
| |
| 1979 | SpawnTrail(CFRAME.p,CFRAME*CF(0,1000,0).p) | |
| 1980 | local HITBOD = Raycast(CFRAME.p, (CF(CFRAME.p, CFRAME.p + VT(0, 1, 0))).lookVector, 1000, Character) | |
| 1981 | if HITBOD ~= nil then | |
| 1982 | if HITBOD.Parent:FindFirstChildOfClass("Humanoid") then
| |
| 1983 | Kill(HITBOD.Parent) | |
| 1984 | end | |
| 1985 | end | |
| 1986 | end | |
| 1987 | end | |
| 1988 | for i = 1, 45 do | |
| 1989 | Swait() | |
| 1990 | GATE.Size = GATE.Size - VT(3,0,3) | |
| 1991 | end | |
| 1992 | GATESPIN = false | |
| 1993 | GATE:remove() | |
| 1994 | end)) | |
| 1995 | Swait(15) | |
| 1996 | local HITFLOOR,HITPOS = Raycast(RootPart.Position, (CF(RootPart.Position, RootPart.Position + VT(0, -1, 0))).lookVector, 15, Character) | |
| 1997 | GATE = CreatePart(3, Effects, "Neon", 0, 1, "Teal", "Gate", VT(0,0,0)) | |
| 1998 | local DECAL = IT("Decal",GATE)
| |
| 1999 | DECAL.Texture = "http://www.roblox.com/asset/?id=647661410" | |
| 2000 | DECAL.Face = "Top" | |
| 2001 | GATE.CFrame = CF(HITPOS) | |
| 2002 | CreateSound(160772554, GATE, 7, 1.3, false) | |
| 2003 | for i = 1, 45 do | |
| 2004 | Swait() | |
| 2005 | GATE.Size = GATE.Size + VT(3,0,3) | |
| 2006 | end | |
| 2007 | CreateSound(213603013, RightHole, 7, 1, false) | |
| 2008 | CreateSound(213603013, LeftHole, 7, 1, false) | |
| 2009 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,2,2), Transparency = 0, Transparency2 = 1, CFrame = RightHole.CFrame*CF(0,-1,0) * ANGLES(RAD(180), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = -5, RotationZ = 0, Material = "Neon", Color = C3(58,125,21), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
| |
| 2010 | WACKYEFFECT({Time = 25, EffectType = "Wave", Size = VT(0.3,0,0.3), Size2 = VT(2,2,2), Transparency = 0, Transparency2 = 1, CFrame = LeftHole.CFrame*CF(0,-1,0) * ANGLES(RAD(180), RAD(0), RAD(0)), MoveToPos = nil, RotationX = 0, RotationY = 5, RotationZ = 0, Material = "Neon", Color = C3(58,125,21), SoundID = nil, SoundPitch = nil, SoundVolume = nil})
| |
| 2011 | ATTACK = false | |
| 2012 | Rooted = false | |
| 2013 | DONE = true | |
| 2014 | end | |
| 2015 | function Laugh() | |
| 2016 | ATTACK = true | |
| 2017 | local LAUGH = nil | |
| 2018 | coroutine.resume(coroutine.create(function() | |
| 2019 | repeat | |
| 2020 | Swait() | |
| 2021 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 - 0.04 * SIN(SINE / 24)*SIZE, 0 + 0.04 * SIN(SINE / 12)*SIZE, 0 + 0.05*SIZE * COS(SINE / 12)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0 - 2.5 * SIN(SINE / 24)), RAD(0)), 1 / Animation_Speed) | |
| 2022 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1.1*SIZE) - 1)) * ANGLES(RAD(5), RAD(0), RAD(-45)), 1 / Animation_Speed) | |
| 2023 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25*SIZE, 0.15*SIZE, -0.5*SIZE) * ANGLES(RAD(170), RAD(-25), RAD(-15)) * RIGHTSHOULDERC0, 1 / Animation_Speed) | |
| 2024 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25*SIZE, 0.5*SIZE, 0.5*SIZE) * ANGLES(RAD(-35), RAD(25 - 2.5 * SIN(SINE / 12)), RAD(55 - 2.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed) | |
| 2025 | RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE + 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-2 - 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 2026 | LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE - 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(-75), RAD(0)) * ANGLES(RAD(-2 + 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 2027 | until LAUGH ~= nil | |
| 2028 | repeat | |
| 2029 | Swait() | |
| 2030 | LAUGH.Parent = Head | |
| 2031 | RootJoint.C0 = Clerp(RootJoint.C0,ROOTC0 * CF(0 - 0.04 * SIN(SINE / 24)*SIZE, 0 + 0.04 * SIN(SINE / 12)*SIZE, 0+(0.1*LAUGH.PlaybackLoudness/75) + 0.05*SIZE * COS(SINE / 12)) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(0 - 2.5 * SIN(SINE / 24)), RAD(0)), 1 / Animation_Speed) | |
| 2032 | Neck.C0 = Clerp(Neck.C0, NECKC0 * CF(0, 0, 0 + ((1.1*SIZE+(0.1*LAUGH.PlaybackLoudness/75)) - 1)) * ANGLES(RAD(5), RAD(0), RAD(-45)), 1 / Animation_Speed) | |
| 2033 | RightShoulder.C0 = Clerp(RightShoulder.C0, CF(1.25*SIZE, 0.15*SIZE+(0.1*LAUGH.PlaybackLoudness/75), -0.5*SIZE) * ANGLES(RAD(170), RAD(-25), RAD(-15)) * RIGHTSHOULDERC0, 1 / Animation_Speed) | |
| 2034 | LeftShoulder.C0 = Clerp(LeftShoulder.C0, CF(-1.25*SIZE, 0.5*SIZE+(0.1*LAUGH.PlaybackLoudness/75), 0.5*SIZE) * ANGLES(RAD(-35), RAD(25 - 2.5 * SIN(SINE / 12)), RAD(55 - 2.5 * SIN(SINE / 12))) * LEFTSHOULDERC0, 1 / Animation_Speed) | |
| 2035 | RightHip.C0 = Clerp(RightHip.C0, CF(1*SIZE, -1*SIZE-(0.1*LAUGH.PlaybackLoudness/75) + 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(75), RAD(0)) * ANGLES(RAD(-2 - 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 2036 | LeftHip.C0 = Clerp(LeftHip.C0, CF(-1*SIZE, -1*SIZE-(0.1*LAUGH.PlaybackLoudness/75) - 0.06 * SIN(SINE / 24) - 0.05*SIZE * COS(SINE / 12), -0.01*SIZE) * ANGLES(RAD(0 - 2.5 * SIN(SINE / 12)), RAD(-75), RAD(0)) * ANGLES(RAD(-2 + 2.5 * SIN(SINE / 24)), RAD(0), RAD(0)), 1 / Animation_Speed) | |
| 2037 | until LAUGH.Playing == false | |
| 2038 | ATTACK = false | |
| 2039 | end)) | |
| 2040 | wait(0.1) | |
| 2041 | LAUGH = CreateSound(184605339, Head, 10, 1, false) | |
| 2042 | end | |
| 2043 | ||
| 2044 | ---------------------------------------------------------------- | |
| 2045 | function RArmTrace() | |
| 2046 | for _,v in next, Character:GetChildren() do | |
| 2047 | if(v:IsA'Part') and v == RightArm and v ~= RootPart then | |
| 2048 | local trace = Instance.new("Part")
| |
| 2049 | trace.Parent = Character | |
| 2050 | trace.Size = v.Size | |
| 2051 | trace.Material = "Neon" | |
| 2052 | trace.Color = maincol | |
| 2053 | trace.Transparency = .3 | |
| 2054 | trace.Anchored = true | |
| 2055 | trace.CanCollide = false | |
| 2056 | trace.CFrame = v.CFrame | |
| 2057 | Tween(trace,{Transparency=1},.5)
| |
| 2058 | game:GetService("Debris"):AddItem(trace, 1)
| |
| 2059 | if v.Name == "Head" then | |
| 2060 | local mehs = Instance.new("CylinderMesh",trace)
| |
| 2061 | mehs.Scale = Vector3.new(1.25,1.25,1.25) | |
| 2062 | end | |
| 2063 | end | |
| 2064 | end | |
| 2065 | end | |
| 2066 | ||
| 2067 | function PlayAnimationFromTable(table, speed, bool) | |
| 2068 | RootJoint.C0 = clerp(RootJoint.C0, table[1], speed) | |
| 2069 | Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed) | |
| 2070 | RW.C0 = clerp(RW.C0, table[3], speed) | |
| 2071 | LW.C0 = clerp(LW.C0, table[4], speed) | |
| 2072 | RH.C0 = clerp(RH.C0, table[5], speed) | |
| 2073 | LH.C0 = clerp(LH.C0, table[6], speed) | |
| 2074 | if bool == true then | |
| 2075 | if resetc1 == false then | |
| 2076 | resetc1 = true | |
| 2077 | RootJoint.C1 = RootJoint.C1 | |
| 2078 | Torso.Neck.C1 = Torso.Neck.C1 | |
| 2079 | RW.C1 = rarmc1 | |
| 2080 | LW.C1 = larmc1 | |
| 2081 | RH.C1 = rlegc1 | |
| 2082 | LH.C1 = llegc1 | |
| 2083 | end | |
| 2084 | end | |
| 2085 | end | |
| 2086 | ||
| 2087 | ArtificialHB = Create("BindableEvent"){
| |
| 2088 | Parent = script, | |
| 2089 | Name = "Heartbeat", | |
| 2090 | } | |
| 2091 | ||
| 2092 | script:WaitForChild("Heartbeat")
| |
| 2093 | ||
| 2094 | frame = 1 / 45 | |
| 2095 | tf = 0 | |
| 2096 | allowframeloss = false | |
| 2097 | tossremainder = false | |
| 2098 | lastframe = tick() | |
| 2099 | script.Heartbeat:Fire() | |
| 2100 | ||
| 2101 | game:GetService("RunService").Heartbeat:connect(function(s, p)
| |
| 2102 | tf = tf + s | |
| 2103 | if tf >= frame then | |
| 2104 | if allowframeloss then | |
| 2105 | script.Heartbeat:Fire() | |
| 2106 | lastframe = tick() | |
| 2107 | else | |
| 2108 | for i = 1, math.floor(tf / frame) do | |
| 2109 | script.Heartbeat:Fire() | |
| 2110 | end | |
| 2111 | lastframe = tick() | |
| 2112 | end | |
| 2113 | if tossremainder then | |
| 2114 | tf = 0 | |
| 2115 | else | |
| 2116 | tf = tf - frame * math.floor(tf / frame) | |
| 2117 | end | |
| 2118 | end | |
| 2119 | end) | |
| 2120 | ||
| 2121 | local slashsound3 = Instance.new("Sound", hed)
| |
| 2122 | slashsound3.SoundId = "rbxassetid://1818153677" | |
| 2123 | slashsound3.Volume = 1000000000000 | |
| 2124 | ||
| 2125 | local root = char.HumanoidRootPart | |
| 2126 | function laugh(key) | |
| 2127 | key = key:lower() | |
| 2128 | if key == "t" then | |
| 2129 | slashsound3:Play() | |
| 2130 | end | |
| 2131 | end | |
| 2132 | mouse.KeyDown:connect(laugh) | |
| 2133 | --//=================================\\ | |
| 2134 | --|| ASSIGN THINGS TO KEYS | |
| 2135 | --\\=================================// | |
| 2136 | ||
| 2137 | function MouseDown(Mouse) | |
| 2138 | if ATTACK == false then | |
| 2139 | end | |
| 2140 | end | |
| 2141 | ||
| 2142 | function MouseUp(Mouse) | |
| 2143 | HOLD = false | |
| 2144 | end | |
| 2145 | ||
| 2146 | function KeyDown(Key) | |
| 2147 | KEYHOLD = true | |
| 2148 | if Key == "z" and ATTACK == false then | |
| 2149 | Banisher_Bullet() | |
| 2150 | end | |
| 2151 | ||
| 2152 | if Key == "b" and ATTACK == false then | |
| 2153 | end | |
| 2154 | ||
| 2155 | if Key == "c" and ATTACK == false then | |
| 2156 | BanishmentBeam() | |
| 2157 | end | |
| 2158 | ||
| 2159 | if Key == "v" and ATTACK == false then | |
| 2160 | Teleport() | |
| 2161 | end | |
| 2162 | ||
| 2163 | if Key == "x" and ATTACK == false then | |
| 2164 | Deathbound() | |
| 2165 | end | |
| 2166 | end | |
| 2167 | ||
| 2168 | function KeyUp(Key) | |
| 2169 | KEYHOLD = false | |
| 2170 | end | |
| 2171 | ||
| 2172 | Mouse.Button1Down:connect(function(NEWKEY) | |
| 2173 | MouseDown(NEWKEY) | |
| 2174 | end) | |
| 2175 | Mouse.Button1Up:connect(function(NEWKEY) | |
| 2176 | MouseUp(NEWKEY) | |
| 2177 | end) | |
| 2178 | Mouse.KeyDown:connect(function(NEWKEY) | |
| 2179 | KeyDown(NEWKEY) | |
| 2180 | end) | |
| 2181 | Mouse.KeyUp:connect(function(NEWKEY) | |
| 2182 | KeyUp(NEWKEY) | |
| 2183 | end) | |
| 2184 | ||
| 2185 | --//=================================\\ | |
| 2186 | --\\=================================// | |
| 2187 | ||
| 2188 | ||
| 2189 | function unanchor() | |
| 2190 | if UNANCHOR == true then | |
| 2191 | g = Character:GetChildren() | |
| 2192 | for i = 1, #g do | |
| 2193 | if g[i].ClassName == "Part" then | |
| 2194 | g[i].Anchored = false | |
| 2195 | end | |
| 2196 | end | |
| 2197 | end | |
| 2198 | end | |
| 2199 | --------------------------------------- | |
| 2200 | local Reaper = AddInstance("Part",{
| |
| 2201 | Parent = hed, | |
| 2202 | CFrame = hed.CFrame, | |
| 2203 | formFactor = "Symmetric", | |
| 2204 | Size = Vector3.new(1, 1, 1), | |
| 2205 | CanCollide = false, | |
| 2206 | TopSurface = "Smooth", | |
| 2207 | BottomSurface = "Smooth", | |
| 2208 | Locked = true, | |
| 2209 | }) | |
| 2210 | local Weld = AddInstance("Weld",{
| |
| 2211 | Parent = Reaper, | |
| 2212 | Part0 = hed, | |
| 2213 | C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0), | |
| 2214 | Part1 = Reaper, | |
| 2215 | }) | |
| 2216 | local Mesh = AddInstance("SpecialMesh",{
| |
| 2217 | Parent = Reaper, | |
| 2218 | MeshId = "rbxassetid://83499032", | |
| 2219 | TextureId = "rbxassetid://184744284", | |
| 2220 | Scale = Vector3.new(1, 1, 1), | |
| 2221 | VertexColor = Vector3.new(0.3, 0.3, 0.3), | |
| 2222 | }) | |
| 2223 | ----------------------- | |
| 2224 | Circle = nil | |
| 2225 | CircleParts = {}
| |
| 2226 | Equipped = false | |
| 2227 | ||
| 2228 | function RayCast(Position, Direction, MaxDistance, IgnoreList) | |
| 2229 | return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
| |
| 2230 | end | |
| 2231 | Equipped = true | |
| 2232 | Circle = Instance.new("Model")
| |
| 2233 | Circle.Name = "Circle" | |
| 2234 | Angle = 0 | |
| 2235 | for i = 1, 1 do | |
| 2236 | local CirclePart = Instance.new("Part")
| |
| 2237 | CirclePart.Name = "CirclePart" | |
| 2238 | CirclePart.Transparency = 1 | |
| 2239 | CirclePart.BrickColor = BrickColor.new("Really black")
| |
| 2240 | CirclePart.Material = Enum.Material.Plastic | |
| 2241 | CirclePart.Shape = Enum.PartType.Block | |
| 2242 | CirclePart.FormFactor = Enum.FormFactor.Custom | |
| 2243 | CirclePart.TopSurface = Enum.SurfaceType.Smooth | |
| 2244 | CirclePart.BottomSurface = Enum.SurfaceType.Smooth | |
| 2245 | CirclePart.Anchored = true | |
| 2246 | CirclePart.CanCollide = false | |
| 2247 | CirclePart.Locked = true | |
| 2248 | CirclePart.Size = Vector3.new(10, 0.2, 10) | |
| 2249 | local Aura = Instance.new('ParticleEmitter')
| |
| 2250 | Aura.Name = "Aura" | |
| 2251 | Aura.Texture = "rbxassetid://771221224" | |
| 2252 | Aura.Parent = CirclePart | |
| 2253 | Aura.LightEmission = 0 | |
| 2254 | Aura.Transparency = NumberSequence.new(0.2,0.4,1) | |
| 2255 | Aura.Color = ColorSequence.new(Color3.new(255/255, 255/255, 0/255),Color3.new(255/200, 200/200, 200/200)) | |
| 2256 | Aura.Size = NumberSequence.new(0.9,0.5,0.3) | |
| 2257 | Aura.LockedToPart = false | |
| 2258 | Aura.Lifetime = NumberRange.new(1) | |
| 2259 | Aura.Rate = 50 | |
| 2260 | Aura.Speed = NumberRange.new(2.5) | |
| 2261 | Aura.SpreadAngle = Vector2.new(80,80) | |
| 2262 | local BlockMesh = Instance.new("BlockMesh")
| |
| 2263 | BlockMesh.Scale = Vector3.new(1, (1 + (0.005 * i)), 1) | |
| 2264 | BlockMesh.Parent = CirclePart | |
| 2265 | CirclePart.Parent = Circle | |
| 2266 | local Star = Instance.new("Decal", CirclePart)
| |
| 2267 | Star.Texture = "http://www.roblox.com/asset/?id=68854060" | |
| 2268 | Star.Face = "Top" | |
| 2269 | local Light = Instance.new("PointLight", CirclePart)
| |
| 2270 | Light.Color = Color3.new(.20,0,0) | |
| 2271 | Light.Brightness = 100 | |
| 2272 | Light.Range = 15 | |
| 2273 | table.insert(CircleParts, CirclePart) | |
| 2274 | end | |
| 2275 | Spawn(function() | |
| 2276 | while Equipped and Humanoid.Parent and Torso.Parent do | |
| 2277 | if Angle == 360 then | |
| 2278 | Angle = 0 | |
| 2279 | end | |
| 2280 | Angle = Angle + 0.05 | |
| 2281 | local Hit, EndPosition = RayCast(Torso.Position, Vector3.new(0, -1, 0), (Torso.Size.Y * 6.5), {Character})
| |
| 2282 | if Hit then | |
| 2283 | if not Circle.Parent then | |
| 2284 | Circle.Parent = Character | |
| 2285 | end | |
| 2286 | for i, v in pairs(CircleParts) do | |
| 2287 | v.CFrame = CFrame.new(Torso.Position.X, EndPosition.Y, Torso.Position.Z) * CFrame.Angles(0, (Angle + i), 0) | |
| 2288 | end | |
| 2289 | else | |
| 2290 | Circle.Parent = nil | |
| 2291 | end | |
| 2292 | wait() | |
| 2293 | end | |
| 2294 | end) | |
| 2295 | --------------------------- | |
| 2296 | while true do | |
| 2297 | swait() | |
| 2298 | sine = sine + change | |
| 2299 | local torvel = (root.Velocity * Vector3.new(1, 0, 1)).magnitude | |
| 2300 | local velderp = root.Velocity.y | |
| 2301 | hitfloor, posfloor = rayCast(root.Position, CFrame.new(root.Position, root.Position - Vector3.new(0, 1, 0)).lookVector, 4* Player_Size, char) | |
| 2302 | if equipped == true or equipped == false then | |
| 2303 | if attack == false then | |
| 2304 | idle = idle + 1 | |
| 2305 | else | |
| 2306 | idle = 0 | |
| 2307 | end | |
| 2308 | local Landed = false | |
| 2309 | if(hitfloor)then | |
| 2310 | WasAir = false | |
| 2311 | else | |
| 2312 | WasAir = true | |
| 2313 | end | |
| 2314 | if(WasAir == false)then | |
| 2315 | if(InAir == true)then | |
| 2316 | LandTick = time() | |
| 2317 | Landed = true | |
| 2318 | end | |
| 2319 | end | |
| 2320 | if(time()-LandTick < .3)then | |
| 2321 | Landed = true | |
| 2322 | end | |
| 2323 | if(hitfloor)then | |
| 2324 | InAir = false | |
| 2325 | else | |
| 2326 | InAir = true | |
| 2327 | end | |
| 2328 | local Walking = (math.abs(root.Velocity.x) > 1 or math.abs(root.Velocity.z) > 1) | |
| 2329 | local State = (hum.PlatformStand and 'Paralyzed' or hum.Sit and 'Sit' or not hitfloor and root.Velocity.y < -1 and "Fall" or not hitfloor and root.Velocity.y > 1 and "Jump" or hitfloor and Walking and "Walk" or hitfloor and "Idle") | |
| 2330 | if(State == 'Jump')then | |
| 2331 | hum.WalkSpeed = 15 | |
| 2332 | hum.JumpPower = 50 | |
| 2333 | if attack == false then | |
| 2334 | rootj.C0 = clerp(rootj.C0, RootCF * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,0),0.3) | |
| 2335 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-10), Rad(0), Rad(0)), 0.3) | |
| 2336 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5, 0) * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,Rad(15)),0.3) | |
| 2337 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5, 0) * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,Rad(-15)),0.3) | |
| 2338 | LH.C0=clerp(LH.C0, CF(-1,-.4-0.1 * Cos(sine / 20), -.6) * LHCF * angles(Rad(-5), Rad(-0), Rad(20)), 0.15) | |
| 2339 | RH.C0=clerp(RH.C0, CF(1,-1-0.1 * Cos(sine / 20), -.3) * angles(Rad(0), Rad(90), Rad(0)), .3) | |
| 2340 | end | |
| 2341 | elseif(State == 'Fall')then | |
| 2342 | if attack == false then | |
| 2343 | rootj.C0 = clerp(rootj.C0, RootCF * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,0),0.3) | |
| 2344 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(10), Rad(0), Rad(0)), 0.3) | |
| 2345 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5, 0) * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,Rad(30)),0.3) | |
| 2346 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5, 0) * angles(math.min(math.max(root.Velocity.Y/100,-Rad(65)),Rad(65)),0,Rad(-30)),0.3) | |
| 2347 | LH.C0 = clerp(LH.C0, CF(-1,-.4-0.1 * Cos(sine / 20), -.6) * LHCF * angles(Rad(-5), Rad(-0), Rad(20)), 0.15) | |
| 2348 | RH.C0 = clerp(RH.C0, CF(1,-1-0.1 * Cos(sine / 20), -.3) * angles(Rad(0), Rad(90), Rad(0)), .3) | |
| 2349 | end | |
| 2350 | elseif(State == 'Idle')then | |
| 2351 | change = 1 | |
| 2352 | if attack == false then | |
| 2353 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(30), Rad(0), Rad(0)), 0.15) | |
| 2354 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(35 - 2.5 * Sin(sine / 20)), Rad(-5 * Cos(sine / 0.465)), Rad(-5 * Cos(sine / 0.465))), 0.3) | |
| 2355 | RH.C0 = clerp(RH.C0, CF(1, -1 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-7.5), Rad(0), Rad(30)), 0.15) | |
| 2356 | LH.C0 = clerp(LH.C0, CF(-1, -1 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-7.5), Rad(0), Rad(-30)), 0.15) | |
| 2357 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(35 - 5 * Cos(sine / 0.465)), Rad(-5 * Cos(sine / 0.465)), Rad(15 + 7 * Sin(sine / 25))), 0.1) | |
| 2358 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(35 - 5 * Cos(sine / 0.465)), Rad(-5 * Cos(sine / 0.465)), Rad(-15 - 7 * Sin(sine / 25))), 0.1) | |
| 2359 | end | |
| 2360 | elseif(State == 'Walk')then | |
| 2361 | change = 1 | |
| 2362 | hum.WalkSpeed = 15 | |
| 2363 | hum.JumpPower = 50 | |
| 2364 | if attack == false then | |
| 2365 | rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.175 + 0.025 * Cos(sine / 3.5) + -Sin(sine / 3.5) / 7) * angles(Rad(15 - 2.5 * Cos(sine / 3.5)), Rad(0) - root.RotVelocity.Y / 75, Rad(4 * Cos(sine / 7))), 0.15) | |
| 2366 | tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(13 - 2.5 * Sin(sine / 7)), Rad(-5 * Cos(sine / 0.465)), Rad(-5 * Cos(sine / 0.465))), 0.3) | |
| 2367 | RH.C0 = clerp(RH.C0, CF(1, -0.925 - 0.5 * Cos(sine / 7) / 2, 0.5 * Cos(sine / 7) / 2) * angles(Rad(-15 - 5 * Cos(sine / 7)) - rl.RotVelocity.Y / 75 + -Sin(sine / 7) / 2.5, Rad(90 - 0.1 * Cos(sine / 7)), Rad(0)) * angles(Rad(0 + 0.1 * Cos(sine / 7)), Rad(0), Rad(15)), 0.3) | |
| 2368 | LH.C0 = clerp(LH.C0, CF(-1, -0.925 + 0.5 * Cos(sine / 7) / 2, -0.5 * Cos(sine / 7) / 2) * angles(Rad(-15 + 5 * Cos(sine / 7)) + ll.RotVelocity.Y / 75 + Sin(sine / 7) / 2.5, Rad(-90 - 0.1 * Cos(sine / 7)), Rad(0)) * angles(Rad(0 - 0.1 * Cos(sine / 7)), Rad(0), Rad(-15)), 0.3) | |
| 2369 | RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 7), 0.025 * Cos(sine / 7)) * angles(Rad(65) * Cos(sine / 7) , Rad(0), Rad(10 + 7 * Sin(sine / 7)) - ra.RotVelocity.Y / 75), 0.1) | |
| 2370 | LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 7), 0.025 * Cos(sine / 7)) * angles(Rad(-65) * Cos(sine / 7) , Rad(0), Rad(-10 - 7 * Sin(sine / 7)) + la.RotVelocity.Y / 75), 0.1) | |
| 2371 | end | |
| 2372 | end | |
| 2373 | end | |
| 2374 | for _, c in pairs(char:GetChildren()) do | |
| 2375 | if c.ClassName == "Part" and c.Name ~= "Detail" then | |
| 2376 | c.Color = Color3.new(0,0,0) | |
| 2377 | if c:FindFirstChildOfClass("ParticleEmitter") then
| |
| 2378 | c:FindFirstChildOfClass("ParticleEmitter"):remove()
| |
| 2379 | end | |
| 2380 | elseif c.ClassName == "CharacterMesh" or c.ClassName == "Accessory" or c.Name == "Body Colors" then | |
| 2381 | c:remove() | |
| 2382 | elseif (c.ClassName == "Shirt" or c.ClassName == "Pants") and c.Name ~= "Cloth" then | |
| 2383 | c:remove() | |
| 2384 | end | |
| 2385 | end | |
| 2386 | Music.SoundId = "rbxassetid://"..SONG | |
| 2387 | Music.Looped = true | |
| 2388 | Music.Pitch = 1 | |
| 2389 | Music.Volume = 3 | |
| 2390 | Music.Parent = char | |
| 2391 | Music:Resume() | |
| 2392 | if 0 < #Effects then | |
| 2393 | for e = 1, #Effects do | |
| 2394 | if Effects[e] ~= nil then | |
| 2395 | local Thing = Effects[e] | |
| 2396 | if Thing ~= nil then | |
| 2397 | local Part = Thing[1] | |
| 2398 | local Mode = Thing[2] | |
| 2399 | local Delay = Thing[3] | |
| 2400 | local IncX = Thing[4] | |
| 2401 | local IncY = Thing[5] | |
| 2402 | local IncZ = Thing[6] | |
| 2403 | if 1 >= Thing[1].Transparency then | |
| 2404 | if Thing[2] == "Block1" then | |
| 2405 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
| 2406 | local Mesh = Thing[1].Mesh | |
| 2407 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 2408 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 2409 | elseif Thing[2] == "Block2" then | |
| 2410 | Thing[1].CFrame = Thing[1].CFrame + Vector3.new(0, 0, 0) | |
| 2411 | local Mesh = Thing[7] | |
| 2412 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 2413 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 2414 | elseif Thing[2] == "Block3" then | |
| 2415 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) + Vector3.new(0, 0.15, 0) | |
| 2416 | local Mesh = Thing[7] | |
| 2417 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 2418 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 2419 | elseif Thing[2] == "Cylinder" then | |
| 2420 | local Mesh = Thing[1].Mesh | |
| 2421 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 2422 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 2423 | elseif Thing[2] == "Blood" then | |
| 2424 | local Mesh = Thing[7] | |
| 2425 | Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, 0.5, 0) | |
| 2426 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 2427 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 2428 | elseif Thing[2] == "Elec" then | |
| 2429 | local Mesh = Thing[1].Mesh | |
| 2430 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9]) | |
| 2431 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 2432 | elseif Thing[2] == "Disappear" then | |
| 2433 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 2434 | elseif Thing[2] == "Shatter" then | |
| 2435 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 2436 | Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0) | |
| 2437 | Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0) | |
| 2438 | Thing[6] = Thing[6] + Thing[5] | |
| 2439 | end | |
| 2440 | else | |
| 2441 | Part.Parent = nil | |
| 2442 | table.remove(Effects, e) | |
| 2443 | end | |
| 2444 | end | |
| 2445 | end | |
| 2446 | end | |
| 2447 | end | |
| 2448 | end | |
| 2449 | ------------------------------------------------------- | |
| 2450 | --End Animations And Script-- | |
| 2451 | ------------------------------------------------------- |