SHOW:
|
|
- or go back to the newest paste.
| 1 | --[[Nemessis.Inc]]-- | |
| 2 | --[[Nemessis.Inc Members]]-- | |
| 3 | --[[Ki_tchen [Owner] ]]-- | |
| 4 | --[[Mewy23 CO-OWNER]]-- | |
| 5 | --[[Unknown]]-- | |
| 6 | --[[Unknown]]-- | |
| 7 | --[[Unknown]]-- | |
| 8 | --[[Unknown]]-- | |
| 9 | --[[Unknown]]-- | |
| 10 | --[[Unknown]]-- | |
| 11 | --[[Unknown]]-- | |
| 12 | ||
| 13 | --[[Every Script we release a new member will be shown.]]-- | |
| 14 | ||
| 15 | --[[Nemessis.Inc Out.]]-- | |
| 16 | ||
| 17 | wait(1 / 60) | |
| 18 | -- Trail Made by Gallizur | |
| 19 | --R15 Compatible in TrailSettings | |
| 20 | local Player = game:GetService('Players').LocalPlayer
| |
| 21 | repeat wait() until Player.Character | |
| 22 | local Character = Player.Character | |
| 23 | Head = Character["Head"] | |
| 24 | ||
| 25 | Head.face.Texture = "http://www.roblox.com/asset/?id=638471026" | |
| 26 | - | Lifetime = 0.5, |
| 26 | + | |
| 27 | --All The Settings for Trails in this Script | |
| 28 | TrailSettings = {
| |
| 29 | - | Color1 = ColorSequence.new(BrickColor.new('Toothpaste').Color,BrickColor.new('Royal purple').Color),
|
| 29 | + | Lifetime = 1.7, |
| 30 | - | Color2 = ColorSequence.new(BrickColor.new('Institutional white').Color,BrickColor.new('Really black').Color),
|
| 30 | + | |
| 31 | --Color1 is for UpperBody and Accessories, Color2 is for Lower Body | |
| 32 | Color1 = ColorSequence.new(BrickColor.new('Really blue').Color,BrickColor.new('Cyan').Color),
| |
| 33 | Color2 = ColorSequence.new(BrickColor.new('Sea green').Color,BrickColor.new('Pastel green').Color),
| |
| 34 | - | Accessories = false, |
| 34 | + | |
| 35 | UpperBodyOnly = false, | |
| 36 | LowerBodyOnly = false, | |
| 37 | Accessories = true, | |
| 38 | Extras = true, | |
| 39 | R15 = false, --Change to true if you're using R15 | |
| 40 | R15Parts = {
| |
| 41 | 'UpperTorso', | |
| 42 | 'LowerTorso', | |
| 43 | } | |
| 44 | } | |
| 45 | ||
| 46 | local Trail; --Making other Trails uses this in this Script | |
| 47 | ||
| 48 | --UpperBody Function | |
| 49 | UpperBody = function() | |
| 50 | if TrailSettings.R15 == false then | |
| 51 | A0 = Instance.new('Attachment',Character.Torso)
| |
| 52 | A1 = Instance.new('Attachment',Character.Head)
| |
| 53 | A2 = Instance.new('Attachment',Character['Right Arm'])
| |
| 54 | A3 = Instance.new('Attachment',Character['Left Arm'])
| |
| 55 | Trail = Instance.new('Trail',Character)
| |
| 56 | Trail.Attachment0 = A0 | |
| 57 | Trail.Attachment1 = A1 | |
| 58 | Trail.Texture = TrailSettings.Texture | |
| 59 | Trail.Color = TrailSettings.Color1 | |
| 60 | Trail.Lifetime = TrailSettings.Lifetime | |
| 61 | local Trail2 = Trail:Clone() | |
| 62 | Trail2.Parent = Character | |
| 63 | Trail2.Attachment1 = A2 | |
| 64 | local Trail3 = Trail:Clone() | |
| 65 | Trail3.Parent = Character | |
| 66 | Trail3.Attachment1 = A3 | |
| 67 | local Trail6 = Trail:Clone() | |
| 68 | Trail6.Parent = Character | |
| 69 | Trail6.Attachment0 = A1 | |
| 70 | Trail6.Attachment1 = A2 | |
| 71 | local Trail7 = Trail:Clone() | |
| 72 | Trail7.Parent = Character | |
| 73 | Trail7.Attachment0 = A1 | |
| 74 | Trail7.Attachment1 = A3 | |
| 75 | else | |
| 76 | A0 = Instance.new('Attachment',Character[TrailSettings.R15Parts[1]])
| |
| 77 | A0R = Instance.new('Attachment',Character[TrailSettings.R15Parts[2]])
| |
| 78 | A1 = Instance.new('Attachment',Character.Head)
| |
| 79 | A2 = Instance.new('Attachment',Character['RightUpperArm'])
| |
| 80 | A2R = Instance.new('Attachment',Character['RightLowerArm'])
| |
| 81 | A3 = Instance.new('Attachment',Character['LeftUpperArm'])
| |
| 82 | A3R = Instance.new('Attachment',Character['LeftLowerArm'])
| |
| 83 | Trail = Instance.new('Trail',Character)
| |
| 84 | Trail.Attachment0 = A0 | |
| 85 | Trail.Attachment1 = A1 | |
| 86 | Trail.Texture = TrailSettings.Texture | |
| 87 | Trail.Color = TrailSettings.Color1 | |
| 88 | Trail.Lifetime = TrailSettings.Lifetime | |
| 89 | local Trail2 = Trail:Clone() | |
| 90 | Trail2.Parent = Character | |
| 91 | Trail2.Attachment1 = A2 | |
| 92 | local Trail3 = Trail:Clone() | |
| 93 | Trail3.Parent = Character | |
| 94 | Trail3.Attachment1 = A3 | |
| 95 | local Trail6 = Trail:Clone() | |
| 96 | Trail6.Parent = Character | |
| 97 | Trail6.Attachment0 = A1 | |
| 98 | Trail6.Attachment1 = A2 | |
| 99 | local Trail7 = Trail:Clone() | |
| 100 | Trail7.Parent = Character | |
| 101 | Trail7.Attachment0 = A1 | |
| 102 | Trail7.Attachment1 = A3 | |
| 103 | --R15 Trails | |
| 104 | local Trail1R = Trail:Clone() | |
| 105 | Trail1R.Parent = Character | |
| 106 | Trail1R.Attachment1 = A2R | |
| 107 | local Trail2R = Trail:Clone() | |
| 108 | Trail2R.Parent = Character | |
| 109 | Trail2R.Attachment1 = A3R | |
| 110 | local Trail6R = Trail:Clone() | |
| 111 | Trail6.Parent = Character | |
| 112 | Trail6.Attachment0 = A1 | |
| 113 | Trail6.Attachment1 = A2R | |
| 114 | local Trail7R = Trail:Clone() | |
| 115 | Trail7.Parent = Character | |
| 116 | Trail7.Attachment0 = A1 | |
| 117 | Trail7.Attachment1 = A3R | |
| 118 | end | |
| 119 | end | |
| 120 | ||
| 121 | --Lower Body Function | |
| 122 | LowerBody = function() | |
| 123 | if TrailSettings.R15 == false then | |
| 124 | A4 = Instance.new('Attachment',Character['Right Leg'])
| |
| 125 | A5 = Instance.new('Attachment',Character['Left Leg'])
| |
| 126 | local Trail4 = Trail:Clone() | |
| 127 | Trail4.Parent = Character | |
| 128 | Trail4.Attachment1 = A4 | |
| 129 | local Trail5 = Trail:Clone() | |
| 130 | Trail5.Parent = Character | |
| 131 | Trail5.Attachment1 = A5 | |
| 132 | local Trail8 = Trail:Clone() | |
| 133 | Trail8.Parent = Character | |
| 134 | Trail8.Attachment0 = A2 | |
| 135 | Trail8.Attachment1 = A4 | |
| 136 | Trail8.Color = TrailSettings.Color2 | |
| 137 | local Trail9 = Trail:Clone() | |
| 138 | Trail9.Parent = Character | |
| 139 | Trail9.Attachment0 = A3 | |
| 140 | Trail9.Attachment1 = A5 | |
| 141 | Trail9.Color = TrailSettings.Color2 | |
| 142 | local FT = Trail:Clone() | |
| 143 | FT.Parent = Character | |
| 144 | FT.Attachment0 = A4 | |
| 145 | FT.Attachment1 = A5 | |
| 146 | FT.Color = TrailSettings.Color2 | |
| 147 | else | |
| 148 | A4 = Instance.new('Attachment',Character['RightLowerLeg'])
| |
| 149 | A4R = Instance.new('Attachment',Character['RightUpperLeg'])
| |
| 150 | A5 = Instance.new('Attachment',Character['LeftLowerLeg'])
| |
| 151 | A5R = Instance.new('Attachment',Character['LeftUpperLeg'])
| |
| 152 | local Trail4 = Trail:Clone() | |
| 153 | Trail4.Parent = Character | |
| 154 | Trail4.Attachment1 = A4 | |
| 155 | local Trail5 = Trail:Clone() | |
| 156 | Trail5.Parent = Character | |
| 157 | Trail5.Attachment1 = A5 | |
| 158 | local Trail8 = Trail:Clone() | |
| 159 | Trail8.Parent = Character | |
| 160 | Trail8.Attachment0 = A2 | |
| 161 | Trail8.Attachment1 = A4 | |
| 162 | Trail8.Color = TrailSettings.Color2 | |
| 163 | local Trail9 = Trail:Clone() | |
| 164 | Trail9.Parent = Character | |
| 165 | Trail9.Attachment0 = A3 | |
| 166 | Trail9.Attachment1 = A5 | |
| 167 | Trail9.Color = TrailSettings.Color2 | |
| 168 | local FT = Trail:Clone() | |
| 169 | FT.Parent = Character | |
| 170 | FT.Attachment0 = A4 | |
| 171 | FT.Attachment1 = A5 | |
| 172 | FT.Color = TrailSettings.Color2 | |
| 173 | --R15 Trails | |
| 174 | local Trail3R = Trail:Clone() | |
| 175 | Trail3R.Parent = Character | |
| 176 | Trail3R.Attachment1 = A4R | |
| 177 | local Trail4R = Trail:Clone() | |
| 178 | Trail4R.Parent = Character | |
| 179 | Trail4R.Attachment1 = A5R | |
| 180 | local Trail8 = Trail:Clone() | |
| 181 | Trail8.Parent = Character | |
| 182 | Trail8.Attachment0 = A2R | |
| 183 | Trail8.Attachment1 = A4R | |
| 184 | Trail8.Color = TrailSettings.Color2 | |
| 185 | local Trail9 = Trail:Clone() | |
| 186 | Trail9.Parent = Character | |
| 187 | Trail9.Attachment0 = A3R | |
| 188 | Trail9.Attachment1 = A5R | |
| 189 | Trail9.Color = TrailSettings.Color2 | |
| 190 | local FT2R = Trail:Clone() | |
| 191 | FT2R.Parent = Character | |
| 192 | FT2R.Attachment0 = A4R | |
| 193 | FT2R.Attachment1 = A5R | |
| 194 | FT2R.Color = TrailSettings.Color2 | |
| 195 | end | |
| 196 | end | |
| 197 | ||
| 198 | --All Body Function calling Both Functions | |
| 199 | AllBody = function() | |
| 200 | UpperBody() | |
| 201 | LowerBody() | |
| 202 | end | |
| 203 | ||
| 204 | --Checking to make sure that Only some Variables are Selected else do All Body | |
| 205 | if TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == true then | |
| 206 | TrailSettings.UpperBodyOnly = false | |
| 207 | TrailSettings.LowerBodyOnly = false | |
| 208 | elseif TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == false and TrailSettings.LowerBodyOnly == true then | |
| 209 | TrailSettings.UpperBodyOnly = false | |
| 210 | TrailSettings.LowerBodyOnly = false | |
| 211 | elseif TrailSettings.AllBody == true and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == false then | |
| 212 | TrailSettings.UpperBodyOnly = false | |
| 213 | TrailSettings.LowerBodyOnly = false | |
| 214 | elseif TrailSettings.AllBody == false and TrailSettings.UpperBodyOnly == true and TrailSettings.LowerBodyOnly == true then | |
| 215 | TrailSettings.AllBody = true | |
| 216 | TrailSettings.UpperBodyOnly = false | |
| 217 | TrailSettings.LowerBodyOnly = false | |
| 218 | end | |
| 219 | ||
| 220 | --Call Trail Functions | |
| 221 | if TrailSettings.UpperBodyOnly == true then | |
| 222 | UpperBody() | |
| 223 | print('Called Upper Body Trail')
| |
| 224 | elseif TrailSettings.LowerBodyOnly == true then | |
| 225 | LowerBody() | |
| 226 | print('Called Lower Body Trail')
| |
| 227 | elseif TrailSettings.AllBody == true then | |
| 228 | AllBody() | |
| 229 | print('Called Full Body Trail')
| |
| 230 | end | |
| 231 | ||
| 232 | --Trails for Accessories | |
| 233 | if TrailSettings.Accessories == true then | |
| 234 | for Index,Item in pairs(Character:GetChildren()) do | |
| 235 | if Item:IsA'Accessory' then | |
| 236 | local AA = Instance.new('Attachment',Item.Handle)
| |
| 237 | local ATrail = Trail:Clone() | |
| 238 | ATrail.Parent = Character | |
| 239 | ATrail.Attachment1 = AA | |
| 240 | end | |
| 241 | end | |
| 242 | end | |
| 243 | ||
| 244 | --Extras | |
| 245 | if TrailSettings.Extras == true then | |
| 246 | --Making an Invisible Platform Part | |
| 247 | local a = Instance.new('Part',Character)
| |
| 248 | a.CanCollide = false | |
| 249 | a.Size = Vector3.new(2,.2,2) | |
| 250 | a.Transparency = 1 | |
| 251 | ||
| 252 | --Constantly putting it under your feet | |
| 253 | if TrailSettings.R15 == false then | |
| 254 | spawn(function() | |
| 255 | game:GetService('RunService').RenderStepped:connect(function()
| |
| 256 | a.CFrame = Character.Torso.CFrame * CFrame.new(0,-3,0) | |
| 257 | end) | |
| 258 | end) | |
| 259 | else | |
| 260 | spawn(function() | |
| 261 | game:GetService('RunService').RenderStepped:connect(function()
| |
| 262 | a.CFrame = Character[TrailSettings.R15Parts[2]].CFrame * CFrame.new(0,-2,0) | |
| 263 | end) | |
| 264 | end) | |
| 265 | end | |
| 266 | ||
| 267 | --Make a Trail from both feet to the Platform | |
| 268 | spawn(function() | |
| 269 | repeat wait() until Trail | |
| 270 | local AB = Instance.new('Attachment',a)
| |
| 271 | local ABT = Trail:Clone() | |
| 272 | ABT.Parent = Character | |
| 273 | ABT.Attachment0 = A4 | |
| 274 | ABT.Attachment1 = AB | |
| 275 | ABT.Color = TrailSettings.Color2 | |
| 276 | local ABT2 = Trail:Clone() | |
| 277 | ABT2.Parent = Character | |
| 278 | ABT2.Attachment0 = A5 | |
| 279 | ABT2.Attachment1 = AB | |
| 280 | ABT2.Color = TrailSettings.Color2 | |
| 281 | end) | |
| 282 | end | |
| 283 | ||
| 284 | Effects = { }
| |
| 285 | local Player = game.Players.localPlayer | |
| 286 | local Character = Player.Character | |
| 287 | local Humanoid = Character.Humanoid | |
| 288 | local Mouse = Player:GetMouse() | |
| 289 | local LeftArm = Character["Left Arm"] | |
| 290 | local RightArm = Character["Right Arm"] | |
| 291 | local LeftLeg = Character["Left Leg"] | |
| 292 | local RightLeg = Character["Right Leg"] | |
| 293 | local Head = Character.Head | |
| 294 | local Torso = Character.Torso | |
| 295 | local Camera = game.Workspace.CurrentCamera | |
| 296 | local RootPart = Character.HumanoidRootPart | |
| 297 | local RootJoint = RootPart.RootJoint | |
| 298 | local attack = false | |
| 299 | local Anim = 'Idle' | |
| 300 | local attacktype = 1 | |
| 301 | local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude | |
| 302 | local velocity = RootPart.Velocity.y | |
| 303 | local sine = 0 | |
| 304 | local change = 1 | |
| 305 | local Create = LoadLibrary("RbxUtility").Create
| |
| 306 | local sick = Instance.new("Sound",Character.Torso)
| |
| 307 | sick.SoundId = "rbxassetid://869000977" | |
| 308 | sick.Looped = true | |
| 309 | sick.Pitch = 1 | |
| 310 | sick.Volume = 1 | |
| 311 | sick:Play() | |
| 312 | ||
| 313 | local m = Create("Model"){
| |
| 314 | Parent = Character, | |
| 315 | Name = "WeaponModel", | |
| 316 | } | |
| 317 | ||
| 318 | Humanoid.Animator.Parent = nil | |
| 319 | Character.Animate.Parent = nil | |
| 320 | ||
| 321 | local newMotor = function(part0, part1, c0, c1) | |
| 322 | local w = Create('Motor'){
| |
| 323 | Parent = part0, | |
| 324 | Part0 = part0, | |
| 325 | Part1 = part1, | |
| 326 | C0 = c0, | |
| 327 | C1 = c1, | |
| 328 | } | |
| 329 | return w | |
| 330 | end | |
| 331 | ||
| 332 | function clerp(a, b, t) | |
| 333 | return a:lerp(b, t) | |
| 334 | end | |
| 335 | ||
| 336 | RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14) | |
| 337 | NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
| 338 | ||
| 339 | local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0)) | |
| 340 | local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0)) | |
| 341 | local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0)) | |
| 342 | local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0)) | |
| 343 | RootJoint.C1 = CFrame.new(0, 0, 0) | |
| 344 | RootJoint.C0 = CFrame.new(0, 0, 0) | |
| 345 | Torso.Neck.C1 = CFrame.new(0, 0, 0) | |
| 346 | Torso.Neck.C0 = CFrame.new(0, 1.5, 0) | |
| 347 | ||
| 348 | local rarmc1 = RW.C1 | |
| 349 | local larmc1 = LW.C1 | |
| 350 | local rlegc1 = RH.C1 | |
| 351 | local llegc1 = LH.C1 | |
| 352 | ||
| 353 | local resetc1 = false | |
| 354 | ||
| 355 | function PlayAnimationFromTable(table, speed, bool) | |
| 356 | RootJoint.C0 = clerp(RootJoint.C0, table[1], speed) | |
| 357 | Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed) | |
| 358 | RW.C0 = clerp(RW.C0, table[3], speed) | |
| 359 | LW.C0 = clerp(LW.C0, table[4], speed) | |
| 360 | RH.C0 = clerp(RH.C0, table[5], speed) | |
| 361 | LH.C0 = clerp(LH.C0, table[6], speed) | |
| 362 | if bool == true then | |
| 363 | if resetc1 == false then | |
| 364 | resetc1 = true | |
| 365 | RootJoint.C1 = RootJoint.C1 | |
| 366 | Torso.Neck.C1 = Torso.Neck.C1 | |
| 367 | RW.C1 = rarmc1 | |
| 368 | LW.C1 = larmc1 | |
| 369 | RH.C1 = rlegc1 | |
| 370 | LH.C1 = llegc1 | |
| 371 | end | |
| 372 | end | |
| 373 | end | |
| 374 | ||
| 375 | ArtificialHB = Create("BindableEvent", script){
| |
| 376 | Parent = script, | |
| 377 | Name = "Heartbeat", | |
| 378 | } | |
| 379 | ||
| 380 | script:WaitForChild("Heartbeat")
| |
| 381 | ||
| 382 | frame = 1 / 30 | |
| 383 | tf = 0 | |
| 384 | allowframeloss = false | |
| 385 | tossremainder = false | |
| 386 | lastframe = tick() | |
| 387 | script.Heartbeat:Fire() | |
| 388 | ||
| 389 | game:GetService("RunService").Heartbeat:connect(function(s, p)
| |
| 390 | tf = tf + s | |
| 391 | if tf >= frame then | |
| 392 | if allowframeloss then | |
| 393 | script.Heartbeat:Fire() | |
| 394 | lastframe = tick() | |
| 395 | else | |
| 396 | for i = 1, math.floor(tf / frame) do | |
| 397 | script.Heartbeat:Fire() | |
| 398 | end | |
| 399 | lastframe = tick() | |
| 400 | end | |
| 401 | if tossremainder then | |
| 402 | tf = 0 | |
| 403 | else | |
| 404 | tf = tf - frame * math.floor(tf / frame) | |
| 405 | end | |
| 406 | end | |
| 407 | end) | |
| 408 | ||
| 409 | function swait(num) | |
| 410 | if num == 0 or num == nil then | |
| 411 | ArtificialHB.Event:wait() | |
| 412 | else | |
| 413 | for i = 0, num do | |
| 414 | ArtificialHB.Event:wait() | |
| 415 | end | |
| 416 | end | |
| 417 | end | |
| 418 | ||
| 419 | function RemoveOutlines(part) | |
| 420 | part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10 | |
| 421 | end | |
| 422 | ||
| 423 | CFuncs = {
| |
| 424 | Part = {
| |
| 425 | Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size) | |
| 426 | local Part = Create("Part"){
| |
| 427 | Parent = Parent, | |
| 428 | Reflectance = Reflectance, | |
| 429 | Transparency = Transparency, | |
| 430 | CanCollide = false, | |
| 431 | Locked = true, | |
| 432 | BrickColor = BrickColor.new(tostring(BColor)), | |
| 433 | Name = Name, | |
| 434 | Size = Size, | |
| 435 | Material = Material, | |
| 436 | } | |
| 437 | RemoveOutlines(Part) | |
| 438 | return Part | |
| 439 | end; | |
| 440 | }; | |
| 441 | ||
| 442 | Mesh = {
| |
| 443 | Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) | |
| 444 | local Msh = Create(Mesh){
| |
| 445 | Parent = Part, | |
| 446 | Offset = OffSet, | |
| 447 | Scale = Scale, | |
| 448 | } | |
| 449 | if Mesh == "SpecialMesh" then | |
| 450 | Msh.MeshType = MeshType | |
| 451 | Msh.MeshId = MeshId | |
| 452 | end | |
| 453 | return Msh | |
| 454 | end; | |
| 455 | }; | |
| 456 | ||
| 457 | Weld = {
| |
| 458 | Create = function(Parent, Part0, Part1, C0, C1) | |
| 459 | local Weld = Create("Weld"){
| |
| 460 | Parent = Parent, | |
| 461 | Part0 = Part0, | |
| 462 | Part1 = Part1, | |
| 463 | C0 = C0, | |
| 464 | C1 = C1, | |
| 465 | } | |
| 466 | return Weld | |
| 467 | end; | |
| 468 | }; | |
| 469 | ||
| 470 | Sound = {
| |
| 471 | Create = function(id, par, vol, pit) | |
| 472 | coroutine.resume(coroutine.create(function() | |
| 473 | local Sound = Create("Sound"){
| |
| 474 | Volume = vol, | |
| 475 | Pitch = pit or 1, | |
| 476 | SoundId = "rbxassetid://" .. id, | |
| 477 | Parent = par or workspace, | |
| 478 | } | |
| 479 | Sound:play() | |
| 480 | game:GetService("Debris"):AddItem(Sound, 10)
| |
| 481 | end)) | |
| 482 | end; | |
| 483 | }; | |
| 484 | ||
| 485 | Decal = {
| |
| 486 | Create = function(Color, Texture, Transparency, Name, Parent) | |
| 487 | local Decal = Create("Decal"){
| |
| 488 | Color3 = Color, | |
| 489 | Texture = "rbxassetid://" .. Texture, | |
| 490 | Transparency = Transparency, | |
| 491 | Name = Name, | |
| 492 | Parent = Parent, | |
| 493 | } | |
| 494 | return Decal | |
| 495 | end; | |
| 496 | }; | |
| 497 | ||
| 498 | BillboardGui = {
| |
| 499 | Create = function(Parent, Image, Position, Size) | |
| 500 | local BillPar = CFuncs.Part.Create(Parent, "SmoothPlastic", 0, 1, BrickColor.new("Black"), "BillboardGuiPart", Vector3.new(1, 1, 1))
| |
| 501 | BillPar.CFrame = CFrame.new(Position) | |
| 502 | local Bill = Create("BillboardGui"){
| |
| 503 | Parent = BillPar, | |
| 504 | Adornee = BillPar, | |
| 505 | Size = UDim2.new(1, 0, 1, 0), | |
| 506 | SizeOffset = Vector2.new(Size, Size), | |
| 507 | } | |
| 508 | local d = Create("ImageLabel", Bill){
| |
| 509 | Parent = Bill, | |
| 510 | BackgroundTransparency = 1, | |
| 511 | Size = UDim2.new(1, 0, 1, 0), | |
| 512 | Image = "rbxassetid://" .. Image, | |
| 513 | } | |
| 514 | return BillPar | |
| 515 | end | |
| 516 | }; | |
| 517 | ||
| 518 | ParticleEmitter = {
| |
| 519 | Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread) | |
| 520 | local Particle = Create("ParticleEmitter"){
| |
| 521 | Parent = Parent, | |
| 522 | Color = ColorSequence.new(Color1, Color2), | |
| 523 | LightEmission = LightEmission, | |
| 524 | Size = Size, | |
| 525 | Texture = Texture, | |
| 526 | Transparency = Transparency, | |
| 527 | ZOffset = ZOffset, | |
| 528 | Acceleration = Accel, | |
| 529 | Drag = Drag, | |
| 530 | LockedToPart = LockedToPart, | |
| 531 | VelocityInheritance = VelocityInheritance, | |
| 532 | EmissionDirection = EmissionDirection, | |
| 533 | Enabled = Enabled, | |
| 534 | Lifetime = LifeTime, | |
| 535 | Rate = Rate, | |
| 536 | Rotation = Rotation, | |
| 537 | RotSpeed = RotSpeed, | |
| 538 | Speed = Speed, | |
| 539 | VelocitySpread = VelocitySpread, | |
| 540 | } | |
| 541 | return Particle | |
| 542 | end; | |
| 543 | }; | |
| 544 | ||
| 545 | CreateTemplate = {
| |
| 546 | ||
| 547 | }; | |
| 548 | } | |
| 549 | ||
| 550 | function rayCast(Position, Direction, Range, Ignore) | |
| 551 | return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
| |
| 552 | end | |
| 553 | ||
| 554 | FindNearestTorso = function(pos) | |
| 555 | local list = (game.Workspace:children()) | |
| 556 | local torso = nil | |
| 557 | local dist = 1000 | |
| 558 | local temp, human, temp2 = nil, nil, nil | |
| 559 | for x = 1, #list do | |
| 560 | temp2 = list[x] | |
| 561 | if temp2.className == "Model" and temp2.Name ~= Character.Name then | |
| 562 | temp = temp2:findFirstChild("Torso")
| |
| 563 | human = temp2:findFirstChild("Humanoid")
| |
| 564 | if temp ~= nil and human ~= nil and human.Health > 0 and (temp.Position - pos).magnitude < dist then | |
| 565 | local dohit = true | |
| 566 | if dohit == true then | |
| 567 | torso = temp | |
| 568 | dist = (temp.Position - pos).magnitude | |
| 569 | end | |
| 570 | end | |
| 571 | end | |
| 572 | end | |
| 573 | return torso, dist | |
| 574 | end | |
| 575 | ||
| 576 | function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch) | |
| 577 | if hit.Parent == nil then | |
| 578 | return | |
| 579 | end | |
| 580 | local h = hit.Parent:FindFirstChild("Humanoid")
| |
| 581 | for _, v in pairs(hit.Parent:children()) do | |
| 582 | if v:IsA("Humanoid") then
| |
| 583 | h = v | |
| 584 | end | |
| 585 | end | |
| 586 | if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
| |
| 587 | if hit.Parent:findFirstChild("DebounceHit") ~= nil then
| |
| 588 | if hit.Parent.DebounceHit.Value == true then | |
| 589 | return | |
| 590 | end | |
| 591 | end | |
| 592 | local c = Create("ObjectValue"){
| |
| 593 | Name = "creator", | |
| 594 | Value = game:service("Players").LocalPlayer,
| |
| 595 | Parent = h, | |
| 596 | } | |
| 597 | game:GetService("Debris"):AddItem(c, .5)
| |
| 598 | if HitSound ~= nil and HitPitch ~= nil then | |
| 599 | CFuncs.Sound.Create(HitSound, hit, 1, HitPitch) | |
| 600 | end | |
| 601 | local Damage = math.random(minim, maxim) | |
| 602 | local blocked = false | |
| 603 | local block = hit.Parent:findFirstChild("Block")
| |
| 604 | if block ~= nil then | |
| 605 | if block.className == "IntValue" then | |
| 606 | if block.Value > 0 then | |
| 607 | blocked = true | |
| 608 | block.Value = block.Value - 1 | |
| 609 | print(block.Value) | |
| 610 | end | |
| 611 | end | |
| 612 | end | |
| 613 | if blocked == false then | |
| 614 | h.Health = h.Health - Damage | |
| 615 | ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Really black").Color)
| |
| 616 | else | |
| 617 | h.Health = h.Health - (Damage / 2) | |
| 618 | ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Really black").Color)
| |
| 619 | end | |
| 620 | if Type == "Knockdown" then | |
| 621 | local hum = hit.Parent.Humanoid | |
| 622 | hum.PlatformStand = true | |
| 623 | coroutine.resume(coroutine.create(function(HHumanoid) | |
| 624 | swait(1) | |
| 625 | HHumanoid.PlatformStand = false | |
| 626 | end), hum) | |
| 627 | local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit | |
| 628 | local bodvol = Create("BodyVelocity"){
| |
| 629 | velocity = angle * knockback, | |
| 630 | P = 5000, | |
| 631 | maxForce = Vector3.new(8e+003, 8e+003, 8e+003), | |
| 632 | Parent = hit, | |
| 633 | } | |
| 634 | local rl = Create("BodyAngularVelocity"){
| |
| 635 | P = 3000, | |
| 636 | maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000, | |
| 637 | angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)), | |
| 638 | Parent = hit, | |
| 639 | } | |
| 640 | game:GetService("Debris"):AddItem(bodvol, .5)
| |
| 641 | game:GetService("Debris"):AddItem(rl, .5)
| |
| 642 | elseif Type == "Normal" then | |
| 643 | local vp = Create("BodyVelocity"){
| |
| 644 | P = 500, | |
| 645 | maxForce = Vector3.new(math.huge, 0, math.huge), | |
| 646 | velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05, | |
| 647 | } | |
| 648 | if knockback > 0 then | |
| 649 | vp.Parent = hit.Parent.Torso | |
| 650 | end | |
| 651 | game:GetService("Debris"):AddItem(vp, .5)
| |
| 652 | elseif Type == "Up" then | |
| 653 | local bodyVelocity = Create("BodyVelocity"){
| |
| 654 | velocity = Vector3.new(0, 20, 0), | |
| 655 | P = 5000, | |
| 656 | maxForce = Vector3.new(8e+003, 8e+003, 8e+003), | |
| 657 | Parent = hit, | |
| 658 | } | |
| 659 | game:GetService("Debris"):AddItem(bodyVelocity, .5)
| |
| 660 | elseif Type == "DarkUp" then | |
| 661 | coroutine.resume(coroutine.create(function() | |
| 662 | for i = 0, 1, 0.1 do | |
| 663 | swait() | |
| 664 | Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
| |
| 665 | end | |
| 666 | end)) | |
| 667 | local bodyVelocity = Create("BodyVelocity"){
| |
| 668 | velocity = Vector3.new(0, 20, 0), | |
| 669 | P = 5000, | |
| 670 | maxForce = Vector3.new(8e+003, 8e+003, 8e+003), | |
| 671 | Parent = hit, | |
| 672 | } | |
| 673 | game:GetService("Debris"):AddItem(bodyVelocity, 1)
| |
| 674 | elseif Type == "Snare" then | |
| 675 | local bp = Create("BodyPosition"){
| |
| 676 | P = 2000, | |
| 677 | D = 100, | |
| 678 | maxForce = Vector3.new(math.huge, math.huge, math.huge), | |
| 679 | position = hit.Parent.Torso.Position, | |
| 680 | Parent = hit.Parent.Torso, | |
| 681 | } | |
| 682 | game:GetService("Debris"):AddItem(bp, 1)
| |
| 683 | elseif Type == "Freeze" then | |
| 684 | local BodPos = Create("BodyPosition"){
| |
| 685 | P = 50000, | |
| 686 | D = 1000, | |
| 687 | maxForce = Vector3.new(math.huge, math.huge, math.huge), | |
| 688 | position = hit.Parent.Torso.Position, | |
| 689 | Parent = hit.Parent.Torso, | |
| 690 | } | |
| 691 | local BodGy = Create("BodyGyro") {
| |
| 692 | maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge , | |
| 693 | P = 20e+003, | |
| 694 | Parent = hit.Parent.Torso, | |
| 695 | cframe = hit.Parent.Torso.CFrame, | |
| 696 | } | |
| 697 | hit.Parent.Torso.Anchored = true | |
| 698 | coroutine.resume(coroutine.create(function(Part) | |
| 699 | swait(1.5) | |
| 700 | Part.Anchored = false | |
| 701 | end), hit.Parent.Torso) | |
| 702 | game:GetService("Debris"):AddItem(BodPos, 3)
| |
| 703 | game:GetService("Debris"):AddItem(BodGy, 3)
| |
| 704 | end | |
| 705 | local debounce = Create("BoolValue"){
| |
| 706 | Name = "DebounceHit", | |
| 707 | Parent = hit.Parent, | |
| 708 | Value = true, | |
| 709 | } | |
| 710 | game:GetService("Debris"):AddItem(debounce, Delay)
| |
| 711 | c = Create("ObjectValue"){
| |
| 712 | Name = "creator", | |
| 713 | Value = Player, | |
| 714 | Parent = h, | |
| 715 | } | |
| 716 | game:GetService("Debris"):AddItem(c, .5)
| |
| 717 | end | |
| 718 | end | |
| 719 | ||
| 720 | function ShowDamage(Pos, Text, Time, Color) | |
| 721 | local Rate = (1 / 30) | |
| 722 | local Pos = (Pos or Vector3.new(0, 0, 0)) | |
| 723 | local Text = (Text or "") | |
| 724 | local Time = (Time or 2) | |
| 725 | local Color = (Color or Color3.new(1, 0, 1)) | |
| 726 | local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0)) | |
| 727 | EffectPart.Anchored = true | |
| 728 | local BillboardGui = Create("BillboardGui"){
| |
| 729 | Size = UDim2.new(3, 0, 3, 0), | |
| 730 | Adornee = EffectPart, | |
| 731 | Parent = EffectPart, | |
| 732 | } | |
| 733 | local TextLabel = Create("TextLabel"){
| |
| 734 | BackgroundTransparency = 1, | |
| 735 | Size = UDim2.new(1, 0, 1, 0), | |
| 736 | Text = Text, | |
| 737 | Font = "SciFi", | |
| 738 | TextColor3 = Color, | |
| 739 | TextScaled = true, | |
| 740 | Parent = BillboardGui, | |
| 741 | } | |
| 742 | game.Debris:AddItem(EffectPart, (Time)) | |
| 743 | EffectPart.Parent = game:GetService("Workspace")
| |
| 744 | delay(0, function() | |
| 745 | local Frames = (Time / Rate) | |
| 746 | for Frame = 1, Frames do | |
| 747 | wait(Rate) | |
| 748 | local Percent = (Frame / Frames) | |
| 749 | EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0) | |
| 750 | TextLabel.TextTransparency = Percent | |
| 751 | end | |
| 752 | if EffectPart and EffectPart.Parent then | |
| 753 | EffectPart:Destroy() | |
| 754 | end | |
| 755 | end) | |
| 756 | end | |
| 757 | ||
| 758 | function MagnitudeDamage(Part, Magnitude, MinimumDamage, MaximumDamage, KnockBack, Type, HitSound, HitPitch) | |
| 759 | for _, c in pairs(workspace:children()) do | |
| 760 | local hum = c:findFirstChild("Humanoid")
| |
| 761 | if hum ~= nil then | |
| 762 | local head = c:findFirstChild("Torso")
| |
| 763 | if head ~= nil then | |
| 764 | local targ = head.Position - Part.Position | |
| 765 | local mag = targ.magnitude | |
| 766 | if mag <= Magnitude and c.Name ~= Player.Name then | |
| 767 | Damage(head, head, MinimumDamage, MaximumDamage, KnockBack, Type, RootPart, .1, "rbxassetid://" .. HitSound, HitPitch) | |
| 768 | end | |
| 769 | end | |
| 770 | end | |
| 771 | end | |
| 772 | end | |
| 773 | - | ---some future chest tinglol--- |
| 773 | + | |
| 774 | --headlol---- | |
| 775 | - | Handle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Handle",Vector3.new(1.18999839, 1.59999871, 1)) |
| 775 | + | Handle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Hot pink","Handle",Vector3.new(1, 0.800000012, 2)) |
| 776 | - | HandleWeld=CFuncs.Weld.Create(m,Character["Torso"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0236663818, -0.0907719135, 0.317821503, 0.999962866, 0.000129007996, -0.00902621169, -0.000127925552, 1, 0.000120364391, 0.00902613625, -0.000119204378, 0.999959409)) |
| 776 | + | |
| 777 | - | CFuncs.Mesh.Create("SpecialMesh",Handle,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=102606179 ",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.5))
|
| 777 | + | |
| 778 | - | Middle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Institutional white","Middle",Vector3.new(2, 2, 1)) |
| 778 | + | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Bright yellow","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 779 | - | MiddleWeld=CFuncs.Weld.Create(m,Handle,Middle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00523376465, 0.580596685, -0.170185089, 1.00000691, 7.90009835e-10, -5.96046448e-08, 7.90009835e-10, 1, 4.22005542e-10, -5.96046448e-08, 4.22005542e-10, 1)) |
| 779 | + | |
| 780 | - | CFuncs.Mesh.Create("BlockMesh",Middle,"","",Vector3.new(0, 0, 0),Vector3.new(0, 0, 0))
|
| 780 | + | |
| 781 | - | Cylinder=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Cylinder",Vector3.new(0.200000003, 0.200000003, 0.400000006)) |
| 781 | + | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Bright blue","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 782 | - | CylinderWeld=CFuncs.Weld.Create(m,Handle,Cylinder,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.231455326, 0.269420624, 0.305145264, -0.000139283729, -1, -4.22972735e-05, -7.32941146e-07, -4.22971716e-05, 1, -1, 0.000139283758, -7.27049837e-07)) |
| 782 | + | |
| 783 | - | CFuncs.Mesh.Create("CylinderMesh",Cylinder,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
|
| 783 | + | |
| 784 | - | Cylinder=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Cylinder",Vector3.new(0.200000003, 0.200000003, 0.400000006)) |
| 784 | + | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.89999997615814,"Really red","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 785 | - | CylinderWeld=CFuncs.Weld.Create(m,Handle,Cylinder,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.231508732, 0.269851685, -0.294754028, -0.000139283729, -1, -4.22972735e-05, -7.32941146e-07, -4.22971716e-05, 1, -1, 0.000139283758, -7.27049837e-07)) |
| 785 | + | |
| 786 | - | CFuncs.Mesh.Create("CylinderMesh",Cylinder,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
|
| 786 | + | |
| 787 | - | Cylinder=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Cylinder",Vector3.new(0.200000003, 0.200000003, 0.400000006)) |
| 787 | + | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.89999997615814,"New yeller","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 788 | - | CylinderWeld=CFuncs.Weld.Create(m,Handle,Cylinder,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.580579519, 0.26966095, 0.00581359863, -0.000139283729, -1, -4.22972735e-05, -7.32941146e-07, -4.22971716e-05, 1, -1, 0.000139283758, -7.27049837e-07)) |
| 788 | + | |
| 789 | - | CFuncs.Mesh.Create("CylinderMesh",Cylinder,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
|
| 789 | + | |
| 790 | - | Cylinder=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Cylinder",Vector3.new(0.200000003, 0.200000003, 0.400000006)) |
| 790 | + | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.60000002384186,"Lime green","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 791 | - | CylinderWeld=CFuncs.Weld.Create(m,Handle,Cylinder,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.020678997, 0.429592133, 0.00504302979, -0.000139283729, -1, -4.22972735e-05, -7.32941146e-07, -4.22971716e-05, 1, -1, 0.000139283758, -7.27049837e-07)) |
| 791 | + | |
| 792 | - | CFuncs.Mesh.Create("CylinderMesh",Cylinder,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 792 | + | |
| 793 | ||
| 794 | - | ----rarm---- |
| 794 | + | |
| 795 | EffectModel = Create("Model"){
| |
| 796 | - | Handle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.20000000298023,"Black","Handle",Vector3.new(0.5625, 0.200000003, 0.5625)) |
| 796 | + | |
| 797 | - | HandleWeld=CFuncs.Weld.Create(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.851722717, 1.10561752, -0.00168609619, 0.470270246, -0.882519305, 0.0023733438, -0.882508159, -0.470276207, -0.00445381179, 0.00504670199, 0, -0.999987364)) |
| 797 | + | |
| 798 | - | CFuncs.Mesh.Create("SpecialMesh",Handle,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.5625, 1))
|
| 798 | + | |
| 799 | - | Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.100000113, 0.490000099, 1.01999998)) |
| 799 | + | |
| 800 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.180709839, 2.04907203, 0.000366210938, 0.470276177, -0.882519305, 0, -0.882519305, -0.470276207, 0, -0, 0, -1)) |
| 800 | + | |
| 801 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 801 | + | |
| 802 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright yellow","Part",Vector3.new(1.02999997, 0.200000003, 0.200000003)) |
| 802 | + | |
| 803 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00463867188, -1.84852219, -0.850482941, -0, 0, -1, 0.291499913, 0.956570923, 0, 0.956570923, -0.291499913, 0)) |
| 803 | + | |
| 804 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 804 | + | |
| 805 | - | Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(1.00999999, 0.600000024, 1.00999999)) |
| 805 | + | |
| 806 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.575714111, 0.564062595, -0.00463867188, 0.470276177, -0.882519305, 0, -0.882519305, -0.470276207, 0, -0, 0, -1)) |
| 806 | + | |
| 807 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 807 | + | |
| 808 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.02999997, 0.449999988, 0.200000003)) |
| 808 | + | |
| 809 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00463867188, 0.554020643, 0.255722046, 0, 0, 1, -0.882519305, -0.470276207, 0, 0.470276177, -0.882519305, 0)) |
| 809 | + | |
| 810 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 810 | + | |
| 811 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 811 | + | |
| 812 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.13999939, 0.504084587, -0.299934387, 0.470276177, -0.882519305, 0, -0.882519305, -0.470276207, 0, -0, 0, -1)) |
| 812 | + | |
| 813 | - | Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(1.01000011, 0.579999983, 1.00999999)) |
| 813 | + | |
| 814 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.575714111, 2.01406956, -0.00463867188, 0.470276177, -0.882519305, 0, -0.882519305, -0.470276207, 0, -0, 0, -1)) |
| 814 | + | |
| 815 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 815 | + | |
| 816 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 816 | + | |
| 817 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.13999939, 0.504084587, 0.300064087, 0.470276177, -0.882519305, 0, -0.882519305, -0.470276207, 0, -0, 0, -1)) |
| 817 | + | |
| 818 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright yellow","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 818 | + | |
| 819 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.13999939, 0.504084587, 4.57763672e-05, 0.470276177, -0.882519305, 0, -0.882519305, -0.470276207, 0, -0, 0, -1)) |
| 819 | + | |
| 820 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.02999997, 0.200000003, 0.200000003)) |
| 820 | + | |
| 821 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00463867188, -2.06848907, -1.07044983, -0, 0, -1, 0.291499913, 0.956570923, 0, 0.956570923, -0.291499913, 0)) |
| 821 | + | |
| 822 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 822 | + | |
| 823 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.02999997, 0.300000012, 0.200000003)) |
| 823 | + | |
| 824 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00463867188, 0.624020576, 0.695724487, 0, 0, 1, -0.882519305, -0.470276207, 0, 0.470276177, -0.882519305, 0)) |
| 824 | + | |
| 825 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 825 | + | |
| 826 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(1.02999997, 0.200000003, 0.200000003)) |
| 826 | + | |
| 827 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00463867188, -1.84853363, -1.07049561, -0, 0, -1, 0.291499913, 0.956570923, 0, 0.956570923, -0.291499913, 0)) |
| 827 | + | |
| 828 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 828 | + | |
| 829 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.02999997, 0.24000001, 0.200000003)) |
| 829 | + | |
| 830 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00463867188, 0.654026508, 0.475715637, 0, 0, 1, -0.882519305, -0.470276207, 0, 0.470276177, -0.882519305, 0)) |
| 830 | + | |
| 831 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 831 | + | |
| 832 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.02999997, 0.379999995, 0.200000003)) |
| 832 | + | |
| 833 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00463867188, 0.584041595, 0.915710449, 0, 0, 1, -0.882519305, -0.470276207, 0, 0.470276177, -0.882519305, 0)) |
| 833 | + | |
| 834 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 834 | + | |
| 835 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright red","Part",Vector3.new(1.02999997, 0.200000003, 0.200000003)) |
| 835 | + | |
| 836 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00463867188, -2.06853485, -0.850494385, -0, 0, -1, 0.291499913, 0.956570923, 0, 0.956570923, -0.291499913, 0)) |
| 836 | + | |
| 837 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 837 | + | |
| 838 | - | RFHitbox=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","RFHitbox",Vector3.new(1.37, 2.26999998, 1.10000002)) |
| 838 | + | |
| 839 | - | RFHitboxWeld=CFuncs.Weld.Create(m,Handle,RFHitbox,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.60017395, 1.22661018, -0.000686645508, -0.470276177, 0.882519305, 0, -0.882519305, -0.470276207, 0, 0, 0, 1)) |
| 839 | + | |
| 840 | - | part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 840 | + | |
| 841 | - | partWeld=CFuncs.Weld.Create(m,Handle,part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00560760498, 0.0023765564, -3.81469727e-06, -0, 0, -1, -1, -2.98023224e-08, 0, 2.98023224e-08, 1, 0)) |
| 841 | + | |
| 842 | - | CFuncs.Mesh.Create("SpecialMesh",part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.393749982, 0.393749982, 0.393749982))
|
| 842 | + | |
| 843 | - | part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 843 | + | |
| 844 | - | partWeld=CFuncs.Weld.Create(m,Handle,part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00560760498, 0.0023765564, -3.81469727e-06, -0, 0, -1, -1, -2.98023224e-08, 0, 2.98023224e-08, 1, 0)) |
| 844 | + | |
| 845 | - | CFuncs.Mesh.Create("SpecialMesh",part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.506249964, 0.506249964, 0.506249964))
|
| 845 | + | |
| 846 | - | part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 846 | + | |
| 847 | - | partWeld=CFuncs.Weld.Create(m,Handle,part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00560760498, 0.0023765564, -3.81469727e-06, -0, 0, -1, -1, -2.98023224e-08, 0, 2.98023224e-08, 1, 0)) |
| 847 | + | |
| 848 | - | CFuncs.Mesh.Create("SpecialMesh",part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.28125, 0.28125, 0.28125))
|
| 848 | + | |
| 849 | - | part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 849 | + | |
| 850 | - | partWeld=CFuncs.Weld.Create(m,Handle,part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00560760498, 0.0023765564, -3.81469727e-06, -0, 0, -1, -1, -2.98023224e-08, 0, 2.98023224e-08, 1, 0)) |
| 850 | + | |
| 851 | - | CFuncs.Mesh.Create("SpecialMesh",part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.337500006, 0.337500006, 0.337500006))
|
| 851 | + | |
| 852 | - | part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 852 | + | |
| 853 | - | partWeld=CFuncs.Weld.Create(m,Handle,part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00560760498, 0.0023765564, -3.81469727e-06, -0, 0, -1, -1, -2.98023224e-08, 0, 2.98023224e-08, 1, 0)) |
| 853 | + | |
| 854 | - | CFuncs.Mesh.Create("SpecialMesh",part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.5625, 0.5625, 0.5625))
|
| 854 | + | |
| 855 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Wedge",Vector3.new(1.00999999, 0.670000017, 0.409999996)) |
| 855 | + | |
| 856 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0026473999, 1.54413247, 0.275726318, 0, 0, 1, -0.882519305, -0.470276207, 0, 0.470276177, -0.882519305, 0)) |
| 856 | + | |
| 857 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Wedge",Vector3.new(1.00999999, 0.230000004, 1.00999999)) |
| 857 | + | |
| 858 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0026473999, 1.62406158, 0.575714111, 0, 0, 1, -0.882519305, -0.470276207, 0, 0.470276177, -0.882519305, 0)) |
| 858 | + | |
| 859 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Wedge",Vector3.new(1.01999998, 1.01999998, 0.709999979)) |
| 859 | + | |
| 860 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0026473999, -0.57572937, 0.624048471, 0, 0, 1, -0.470276177, 0.882519305, 0, -0.882519305, -0.470276207, 0)) |
| 860 | + | |
| 861 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Wedge",Vector3.new(1, 0.479999989, 0.75999999)) |
| 861 | + | |
| 862 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0026473999, 0.224089146, 0.645721436, 0, 0, 1, -0.882519305, -0.470276207, 0, 0.470276177, -0.882519305, 0)) |
| 862 | + | |
| 863 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Wedge",Vector3.new(1.01999998, 0.479999989, 0.709999979)) |
| 863 | + | |
| 864 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0026473999, -0.00249481201, 0.544101715, 0, 0, 1, -0.999762774, 0.0217780173, 0, -0.0217780471, -0.999762833, 0)) |
| 864 | + | |
| 865 | - | d=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright yellow","d",Vector3.new(0.200000003, 2.07999992, 0.200000003)) |
| 865 | + | |
| 866 | - | dWeld=CFuncs.Weld.Create(m,Handle,d,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0026473999, 1.2640996, -0.0157165527, -0, 0, -1, -0.882519305, -0.470276207, 0, -0.470276177, 0.882519305, 0)) |
| 866 | + | |
| 867 | - | d=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright red","d",Vector3.new(0.200000003, 0.519999981, 0.200000003)) |
| 867 | + | |
| 868 | - | dWeld=CFuncs.Weld.Create(m,Handle,d,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.302642822, -0.423362732, 2.30372047, -0, 0, -1, 0.685295701, -0.728264928, 0, -0.728264987, -0.685295761, 0)) |
| 868 | + | |
| 869 | - | d=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright yellow","d",Vector3.new(0.200000003, 0.519999981, 0.200000003)) |
| 869 | + | |
| 870 | - | dWeld=CFuncs.Weld.Create(m,Handle,d,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0026473999, -0.423362732, 2.30372047, -0, 0, -1, 0.685295701, -0.728264928, 0, -0.728264987, -0.685295761, 0)) |
| 870 | + | |
| 871 | - | d=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","d",Vector3.new(0.200000003, 0.519999981, 0.200000003)) |
| 871 | + | |
| 872 | - | dWeld=CFuncs.Weld.Create(m,Handle,d,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.297370911, -0.423362732, 2.30372047, -0, 0, -1, 0.685295701, -0.728264928, 0, -0.728264987, -0.685295761, 0)) |
| 872 | + | |
| 873 | - | d=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright red","d",Vector3.new(0.200000003, 1.10000002, 0.200000003)) |
| 873 | + | |
| 874 | - | dWeld=CFuncs.Weld.Create(m,Handle,d,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.302642822, 1.75408459, -0.0157165527, -0, 0, -1, -0.882519305, -0.470276207, 0, -0.470276177, 0.882519305, 0)) |
| 874 | + | |
| 875 | - | d=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","d",Vector3.new(0.200000003, 1.10000002, 0.200000003)) |
| 875 | + | |
| 876 | - | dWeld=CFuncs.Weld.Create(m,Handle,d,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.297355652, 1.75408459, -0.0157165527, -0, 0, -1, -0.882519305, -0.470276207, 0, -0.470276177, 0.882519305, 0)) |
| 876 | + | |
| 877 | - | ---larm--- |
| 877 | + | |
| 878 | "Cylinder", | |
| 879 | - | Handle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","Handle",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 879 | + | |
| 880 | - | HandleWeld=CFuncs.Weld.Create(m,Character["Left Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00811767578, -0.855991364, 1.11441803, 0.00504670199, 0, -0.999987364, 0.470269799, 0.882519484, 0.00237334147, 0.882508337, -0.47027573, 0.00445381273)) |
| 880 | + | |
| 881 | - | CFuncs.Mesh.Create("SpecialMesh",Handle,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.393749982, 0.393749982, 0.393749982))
|
| 881 | + | |
| 882 | - | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 882 | + | |
| 883 | - | fWeld=CFuncs.Weld.Create(m,Handle,f,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994)) |
| 883 | + | |
| 884 | - | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 884 | + | |
| 885 | - | fWeld=CFuncs.Weld.Create(m,Handle,f,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994)) |
| 885 | + | |
| 886 | - | CFuncs.Mesh.Create("SpecialMesh",f,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.5625, 0.5625, 0.5625))
|
| 886 | + | |
| 887 | - | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 887 | + | |
| 888 | - | fWeld=CFuncs.Weld.Create(m,Handle,f,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994)) |
| 888 | + | |
| 889 | - | CFuncs.Mesh.Create("SpecialMesh",f,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.28125, 0.28125, 0.28125))
|
| 889 | + | |
| 890 | - | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 890 | + | |
| 891 | - | fWeld=CFuncs.Weld.Create(m,Handle,f,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994)) |
| 891 | + | |
| 892 | - | CFuncs.Mesh.Create("SpecialMesh",f,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.506249964, 0.506249964, 0.506249964))
|
| 892 | + | |
| 893 | - | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 893 | + | |
| 894 | - | fWeld=CFuncs.Weld.Create(m,Handle,f,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994)) |
| 894 | + | |
| 895 | - | CFuncs.Mesh.Create("SpecialMesh",f,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.337500006, 0.337500006, 0.337500006))
|
| 895 | + | |
| 896 | - | Infected=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.20000000298023,"Black","Infected",Vector3.new(0.5625, 0.200000003, 0.5625)) |
| 896 | + | |
| 897 | - | InfectedWeld=CFuncs.Weld.Create(m,Handle,Infected,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0023727417, 7.62939453e-06, 0.00561523438, 0, -0.99999994, 0, 0, 0, 0.99999994, -1, 0, -0)) |
| 897 | + | |
| 898 | - | CFuncs.Mesh.Create("SpecialMesh",Infected,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.5625, 1))
|
| 898 | + | |
| 899 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.02999997, 0.24000001, 0.200000003)) |
| 899 | + | |
| 900 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0102539063, 0.65192318, 0.476837158, -1, 0, -0, 0, 0.882519484, -0.47027573, 0, -0.47027573, -0.882519484)) |
| 900 | + | |
| 901 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 901 | + | |
| 902 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 902 | + | |
| 903 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.141113281, 0.501981974, 0.294425964, 0, -0.47027573, -0.882519484, 0, 0.882519484, -0.47027573, 1, 0, 0)) |
| 903 | + | |
| 904 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.02999997, 0.200000003, 0.200000003)) |
| 904 | + | |
| 905 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0102539063, -2.06778336, -1.06818008, 1, 0, 0, 0, -0.29150036, 0.956570745, 0, -0.956570745, -0.29150036)) |
| 905 | + | |
| 906 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 906 | + | |
| 907 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.02999997, 0.449999988, 0.200000003)) |
| 907 | + | |
| 908 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0102539063, 0.551918268, 0.256835938, -1, 0, -0, 0, 0.882519484, -0.47027573, 0, -0.47027573, -0.882519484)) |
| 908 | + | |
| 909 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 909 | + | |
| 910 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright yellow","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 910 | + | |
| 911 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.141113281, 0.501981974, -0.0055770874, 0, -0.47027573, -0.882519484, 0, 0.882519484, -0.47027573, 1, 0, 0)) |
| 911 | + | |
| 912 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.02999997, 0.300000012, 0.200000003)) |
| 912 | + | |
| 913 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0102539063, 0.621917725, 0.696838379, -1, 0, -0, 0, 0.882519484, -0.47027573, 0, -0.47027573, -0.882519484)) |
| 913 | + | |
| 914 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 914 | + | |
| 915 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 915 | + | |
| 916 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.141113281, 0.501981974, -0.305580139, 0, -0.47027573, -0.882519484, 0, 0.882519484, -0.47027573, 1, 0, 0)) |
| 916 | + | |
| 917 | - | Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(1.01999998, 0.579999983, 1.00999999)) |
| 917 | + | |
| 918 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.581832886, 2.01196575, -0.0102539063, 0, -0.47027573, -0.882519484, 0, 0.882519484, -0.47027573, 1, 0, 0)) |
| 918 | + | |
| 919 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 919 | + | |
| 920 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(1.02999997, 0.200000003, 0.200000003)) |
| 920 | + | |
| 921 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0102539063, -1.84783173, -1.06821442, 1, 0, 0, 0, -0.29150036, 0.956570745, 0, -0.956570745, -0.29150036)) |
| 921 | + | |
| 922 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 922 | + | |
| 923 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.02999997, 0.379999995, 0.200000003)) |
| 923 | + | |
| 924 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0102539063, 0.581938982, 0.916824341, -1, 0, -0, 0, 0.882519484, -0.47027573, 0, -0.47027573, -0.882519484)) |
| 924 | + | |
| 925 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 925 | + | |
| 926 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright red","Part",Vector3.new(1.02999997, 0.200000003, 0.200000003)) |
| 926 | + | |
| 927 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0102539063, -2.06782913, -0.84821701, 1, 0, 0, 0, -0.29150036, 0.956570745, 0, -0.956570745, -0.29150036)) |
| 927 | + | |
| 928 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 928 | + | |
| 929 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright yellow","Part",Vector3.new(1.02999997, 0.200000003, 0.200000003)) |
| 929 | + | |
| 930 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0102539063, -1.84781265, -0.848209381, 1, 0, 0, 0, -0.29150036, 0.956570745, 0, -0.956570745, -0.29150036)) |
| 930 | + | |
| 931 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 931 | + | |
| 932 | - | Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(1.00999999, 0.600000024, 1.00999999)) |
| 932 | + | |
| 933 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.576828003, 0.561959505, -0.0102539063, 0, -0.47027573, -0.882519484, 0, 0.882519484, -0.47027573, 1, 0, 0)) |
| 933 | + | |
| 934 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 934 | + | |
| 935 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Wedge",Vector3.new(1.01999998, 1.01999998, 0.709999979)) |
| 935 | + | |
| 936 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00826263428, -0.576843262, 0.621945381, -1, 0, -0, 0, 0.47027573, 0.882519484, 0, 0.882519484, -0.47027573)) |
| 936 | + | |
| 937 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Wedge",Vector3.new(1.00999999, 0.230000004, 1.00999999)) |
| 937 | + | |
| 938 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00826263428, 1.62195778, 0.576828003, -1, 0, -0, 0, 0.882519484, -0.47027573, 0, -0.47027573, -0.882519484)) |
| 938 | + | |
| 939 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Wedge",Vector3.new(1, 0.479999989, 0.75999999)) |
| 939 | + | |
| 940 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00826263428, 0.221988678, 0.646835327, -1, 0, -0, 0, 0.882519484, -0.47027573, 0, -0.47027573, -0.882519484)) |
| 940 | + | |
| 941 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Wedge",Vector3.new(1.00999999, 0.670000017, 0.409999996)) |
| 941 | + | |
| 942 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00826263428, 1.54202843, 0.27684021, -1, 0, -0, 0, 0.882519484, -0.47027573, 0, -0.47027573, -0.882519484)) |
| 942 | + | |
| 943 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Wedge",Vector3.new(1.01999998, 0.479999989, 0.709999979)) |
| 943 | + | |
| 944 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00826263428, -0.0048789978, 0.544052124, -1, 0, -0, 0, 0.999762774, 0.0217780173, 0, 0.0217780173, -0.999762774)) |
| 944 | + | |
| 945 | - | d=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright yellow","d",Vector3.new(0.200000003, 0.519999981, 0.200000003)) |
| 945 | + | |
| 946 | - | dWeld=CFuncs.Weld.Create(m,Handle,d,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00826263428, -0.4217453, 2.30198288, 1, 0, 0, 0, -0.685295343, -0.728265285, 0, 0.728265285, -0.685295343)) |
| 946 | + | |
| 947 | - | d=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","d",Vector3.new(0.200000003, 0.519999981, 0.200000003)) |
| 947 | + | |
| 948 | - | dWeld=CFuncs.Weld.Create(m,Handle,d,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.291732788, -0.4217453, 2.30198288, 1, 0, 0, 0, -0.685295343, -0.728265285, 0, 0.728265285, -0.685295343)) |
| 948 | + | |
| 949 | - | d=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright red","d",Vector3.new(0.200000003, 0.519999981, 0.200000003)) |
| 949 | + | |
| 950 | - | dWeld=CFuncs.Weld.Create(m,Handle,d,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.308265686, -0.4217453, 2.30198288, 1, 0, 0, 0, -0.685295343, -0.728265285, 0, 0.728265285, -0.685295343)) |
| 950 | + | |
| 951 | - | d=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright yellow","d",Vector3.new(0.200000003, 2.07999992, 0.200000003)) |
| 951 | + | |
| 952 | - | dWeld=CFuncs.Weld.Create(m,Handle,d,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00826263428, 1.26199555, -0.0168457031, 1, 0, 0, 0, 0.882519484, -0.47027573, 0, 0.47027573, 0.882519484)) |
| 952 | + | |
| 953 | - | d=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","d",Vector3.new(0.200000003, 1.10000002, 0.200000003)) |
| 953 | + | |
| 954 | - | dWeld=CFuncs.Weld.Create(m,Handle,d,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.291732788, 1.75198078, -0.0168457031, 1, 0, 0, 0, 0.882519484, -0.47027573, 0, 0.47027573, 0.882519484)) |
| 954 | + | |
| 955 | - | d=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright red","d",Vector3.new(0.200000003, 1.10000002, 0.200000003)) |
| 955 | + | |
| 956 | - | dWeld=CFuncs.Weld.Create(m,Handle,d,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.308265686, 1.75198078, -0.0168457031, 1, 0, 0, 0, 0.882519484, -0.47027573, 0, 0.47027573, 0.882519484)) |
| 956 | + | |
| 957 | - | LfHitbox=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Medium stone grey","LfHitbox",Vector3.new(1.23000014, 2.07999992, 1.08000004)) |
| 957 | + | |
| 958 | - | LfHitboxWeld=CFuncs.Weld.Create(m,Handle,LfHitbox,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.486152649, 1.3195107, -0.0055847168, 0, -0.47027573, -0.882519484, 0, 0.882519484, -0.47027573, 1, 0, 0)) |
| 958 | + | |
| 959 | local num = math.random(10, 50) / 1000 | |
| 960 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 961 | - | Handle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,1,"Brown","Handle",Vector3.new(1, 0.800000012, 2)) |
| 961 | + | |
| 962 | prt, | |
| 963 | "Shatter", | |
| 964 | - | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 964 | + | |
| 965 | prt.CFrame, | |
| 966 | math.random() - math.random(), | |
| 967 | - | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Toothpaste","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 967 | + | |
| 968 | math.random(50, 100) / 100 | |
| 969 | }) | |
| 970 | - | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.89999997615814,"Toothpaste","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 970 | + | |
| 971 | }; | |
| 972 | ||
| 973 | - | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.89999997615814,"Toothpaste","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 973 | + | |
| 974 | Create = function(brickcolor, cframe, x1, y1, z1, delay) | |
| 975 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new()) | |
| 976 | - | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.60000002384186,"Toothpaste","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 976 | + | |
| 977 | prt.CFrame = cframe | |
| 978 | msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 979 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 980 | table.insert(Effects, {
| |
| 981 | - | --torsoa---- |
| 981 | + | |
| 982 | "Fire", | |
| 983 | delay, | |
| 984 | - | Handle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","Handle",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 984 | + | |
| 985 | - | HandleWeld=CFuncs.Weld.Create(m,Character["Torso"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0299911499, -0.493329048, 0.770057678, -0.999987364, 0, -0.00504670199, 0, 1, 0, 0.00504670199, 0, -0.999987364)) |
| 985 | + | |
| 986 | - | CFuncs.Mesh.Create("SpecialMesh",Handle,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.600000024, 0.600000024))
|
| 986 | + | |
| 987 | - | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 987 | + | |
| 988 | - | fWeld=CFuncs.Weld.Create(m,Handle,f,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 988 | + | |
| 989 | - | CFuncs.Mesh.Create("SpecialMesh",f,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.800000012, 0.800000012, 0.800000012))
|
| 989 | + | |
| 990 | - | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 990 | + | |
| 991 | - | fWeld=CFuncs.Weld.Create(m,Handle,f,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 991 | + | |
| 992 | - | CFuncs.Mesh.Create("SpecialMesh",f,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
|
| 992 | + | |
| 993 | - | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 993 | + | |
| 994 | - | fWeld=CFuncs.Weld.Create(m,Handle,f,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 994 | + | |
| 995 | - | CFuncs.Mesh.Create("SpecialMesh",f,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.699999988, 0.699999988))
|
| 995 | + | |
| 996 | - | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 996 | + | |
| 997 | - | fWeld=CFuncs.Weld.Create(m,Handle,f,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 997 | + | |
| 998 | - | CFuncs.Mesh.Create("SpecialMesh",f,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 0.899999976, 0.899999976))
|
| 998 | + | |
| 999 | - | f=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","f",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 999 | + | |
| 1000 | - | fWeld=CFuncs.Weld.Create(m,Handle,f,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1000 | + | |
| 1001 | - | CFuncs.Mesh.Create("SpecialMesh",f,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 1001 | + | |
| 1002 | - | Infected=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.20000000298023,"Black","Infected",Vector3.new(1, 0.200000003, 1)) |
| 1002 | + | |
| 1003 | - | InfectedWeld=CFuncs.Weld.Create(m,Handle,Infected,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00417709351, -2.28881836e-05, 0.0100097656, 0, -1, 0, 0, 0, 1, -1, 0, 0)) |
| 1003 | + | |
| 1004 | - | CFuncs.Mesh.Create("SpecialMesh",Infected,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 1004 | + | |
| 1005 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1005 | + | |
| 1006 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.340003967, 0.355865002, 0.809951782, 0, 0, 1, 0, 1, 0, -1, 0, 0)) |
| 1006 | + | |
| 1007 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright yellow","Part",Vector3.new(0.200000003, 0.311040044, 0.311040044)) |
| 1007 | + | |
| 1008 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.343719482, 0.148796082, 0.128662109, 0, 0, 1, -0.707106829, -0.707106829, 0, 0.707106829, -0.707106829, 0)) |
| 1008 | + | |
| 1009 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 1009 | + | |
| 1010 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.311040044, 0.311040044)) |
| 1010 | + | |
| 1011 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.343719482, -0.193378448, 0.128658295, 0, 0, 1, -0.707106829, -0.707106829, 0, 0.707106829, -0.707106829, 0)) |
| 1011 | + | |
| 1012 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 1012 | + | |
| 1013 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.200000003, 0.311040044, 0.311040044)) |
| 1013 | + | |
| 1014 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.343719482, 0.148769379, -0.213489532, 0, 0, 1, -0.707106829, -0.707106829, 0, 0.707106829, -0.707106829, 0)) |
| 1014 | + | |
| 1015 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 1015 | + | |
| 1016 | - | Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(2.00999999, 1.13, 0.620000005)) |
| 1016 | + | |
| 1017 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0342407227, 0.055727005, -0.559654236, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1017 | + | |
| 1018 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(0.200000003, 0.311040044, 0.311040044)) |
| 1018 | + | |
| 1019 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.343719482, -0.193340302, -0.213474274, 0, 0, 1, -0.707106829, -0.707106829, 0, 0.707106829, -0.707106829, 0)) |
| 1019 | + | |
| 1020 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 1020 | + | |
| 1021 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright yellow","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1021 | + | |
| 1022 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.340003967, -0.224153996, -0.71006012, 0, 0, 1, 0, 1, 0, -1, 0, 0)) |
| 1022 | + | |
| 1023 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1023 | + | |
| 1024 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.340003967, -0.224153996, 0.81993103, 0, 0, 1, 0, 1, 0, -1, 0, 0)) |
| 1024 | + | |
| 1025 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Wedge",Vector3.new(1.01999998, 0.400000006, 0.610000014)) |
| 1025 | + | |
| 1026 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.782676697, 0.765777588, -0.204174995, 0, 0, 1, 1, 0, 0, 0, 1, 0)) |
| 1026 | + | |
| 1027 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Wedge",Vector3.new(1.01999998, 0.400000006, 0.610000014)) |
| 1027 | + | |
| 1028 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.792671204, 0.844223022, -0.204174995, 0, 0, -1, -1, 0, 0, 0, 1, 0)) |
| 1028 | + | |
| 1029 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1029 | + | |
| 1030 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.340003967, 0.355865002, -0.71006012, 0, 0, 1, 0, 1, 0, -1, 0, 0)) |
| 1030 | + | |
| 1031 | local trolpos = CFrame.new(curpos, p1) * CFrame.new(0, 0, magz / tym).p + ofz | |
| 1032 | - | ---rightleg--- |
| 1032 | + | |
| 1033 | - | Handle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","Handle",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1033 | + | |
| 1034 | - | HandleWeld=CFuncs.Weld.Create(m,Character["Right Leg"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00577545166, 0.163275599, 0.527420044, 0.999987364, 0, 0.00504670199, 0, 1, 0, -0.00504670199, 0, 0.999987364)) |
| 1034 | + | |
| 1035 | - | CFuncs.Mesh.Create("SpecialMesh",Handle,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.379687488, 0.379687488, 0.379687488))
|
| 1035 | + | |
| 1036 | - | F=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","F",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1036 | + | |
| 1037 | - | FWeld=CFuncs.Weld.Create(m,Handle,F,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1037 | + | |
| 1038 | - | CFuncs.Mesh.Create("SpecialMesh",F,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.2109375, 0.2109375, 0.2109375))
|
| 1038 | + | |
| 1039 | - | F=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","F",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1039 | + | |
| 1040 | - | FWeld=CFuncs.Weld.Create(m,Handle,F,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1040 | + | |
| 1041 | - | CFuncs.Mesh.Create("SpecialMesh",F,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.253125012, 0.253125012, 0.253125012))
|
| 1041 | + | |
| 1042 | - | F=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","F",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1042 | + | |
| 1043 | - | FWeld=CFuncs.Weld.Create(m,Handle,F,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1043 | + | |
| 1044 | - | CFuncs.Mesh.Create("SpecialMesh",F,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.295312494, 0.295312494, 0.295312494))
|
| 1044 | + | |
| 1045 | - | F=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","F",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1045 | + | |
| 1046 | - | FWeld=CFuncs.Weld.Create(m,Handle,F,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1046 | + | |
| 1047 | - | CFuncs.Mesh.Create("SpecialMesh",F,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.421875, 0.421875, 0.421875))
|
| 1047 | + | |
| 1048 | - | F=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","F",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1048 | + | |
| 1049 | - | FWeld=CFuncs.Weld.Create(m,Handle,F,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1049 | + | |
| 1050 | - | CFuncs.Mesh.Create("SpecialMesh",F,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.337500006, 0.337500006, 0.337500006))
|
| 1050 | + | |
| 1051 | - | Infected=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.20000000298023,"Black","Infected",Vector3.new(0.421875, 0.200000003, 0.421875)) |
| 1051 | + | |
| 1052 | - | InfectedWeld=CFuncs.Weld.Create(m,Handle,Infected,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00174897909, -3.05175781e-05, 0.00421905518, 0, -1, 0, 0, 0, 1, -1, 0, 0)) |
| 1052 | + | |
| 1053 | - | CFuncs.Mesh.Create("SpecialMesh",Infected,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.421875, 1))
|
| 1053 | + | |
| 1054 | - | Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.410000026, 1.01999998)) |
| 1054 | + | |
| 1055 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.404953003, -0.835816026, 0.530357361, -1, 0, 0, 0, 1, 0, 0, 0, -1)) |
| 1055 | + | |
| 1056 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(0.200000003, 0.200000003, 0.200000033)) |
| 1056 | + | |
| 1057 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.406188965, -0.930737019, -0.277801514, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1057 | + | |
| 1058 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.900000036, 0.75))
|
| 1058 | + | |
| 1059 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(0.200000003, 0.200000003, 0.200000033)) |
| 1059 | + | |
| 1060 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.406188965, -0.740772009, -0.617797852, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1060 | + | |
| 1061 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.900000036, 0.75))
|
| 1061 | + | |
| 1062 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0.5,"Bright blue","Part",Vector3.new(0.200000003, 0.540000021, 0.540000021)) |
| 1062 | + | |
| 1063 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.100349426, -0.000846028328, -0.00495147705, 0, 0, -1, 0, 1, 0, 1, 0, 0)) |
| 1063 | + | |
| 1064 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.200000003, 0.5, 0.5)) |
| 1064 | + | |
| 1065 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.100349426, -0.000846028328, -0.00495147705, 0, 0, -1, 0, 1, 0, 1, 0, 0)) |
| 1065 | + | |
| 1066 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.03999996, 0.338, 0.200000003)) |
| 1066 | + | |
| 1067 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00506591797, 0.364208221, -0.519493103, 1, 0, 0, 0, 0.848048866, -0.529917955, 0, 0.529917955, 0.848048866)) |
| 1067 | + | |
| 1068 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.75))
|
| 1068 | + | |
| 1069 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(0.200000003, 0.200000003, 0.200000033)) |
| 1069 | + | |
| 1070 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.406188965, -0.740772009, -0.447799683, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1070 | + | |
| 1071 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.900000036, 0.75))
|
| 1071 | + | |
| 1072 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.03999996, 0.224999994, 0.200000003)) |
| 1072 | + | |
| 1073 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00506591797, 0.416698456, -0.189483643, 1, 0, 0, 0, 0.848048866, -0.529917955, 0, 0.529917955, 0.848048866)) |
| 1073 | + | |
| 1074 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.75))
|
| 1074 | + | |
| 1075 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(0.200000003, 0.200000003, 0.200000033)) |
| 1075 | + | |
| 1076 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.406188965, -0.930737019, -0.447799683, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1076 | + | |
| 1077 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.900000036, 0.75))
|
| 1077 | + | |
| 1078 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0.5,"Bright blue","Part",Vector3.new(0.200000003, 0.519999981, 0.519999981)) |
| 1078 | + | |
| 1079 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.100349426, -0.000846028328, -0.00495147705, 0, 0, -1, 0, 1, 0, 1, 0, 0)) |
| 1079 | + | |
| 1080 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(1.01999998, 0.200000003, 1.01999998)) |
| 1080 | + | |
| 1081 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00503540039, -0.180850029, 0.530357361, -1, 0, 0, 0, 1, 0, 0, 0, -1)) |
| 1081 | + | |
| 1082 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(0.200000003, 0.200000003, 0.200000033)) |
| 1082 | + | |
| 1083 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.406188965, -0.930737019, -0.787796021, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1083 | + | |
| 1084 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.900000036, 0.75))
|
| 1084 | + | |
| 1085 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(0.200000003, 0.200000003, 0.200000033)) |
| 1085 | + | |
| 1086 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.406188965, -0.740772009, -0.787796021, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1086 | + | |
| 1087 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.900000036, 0.75))
|
| 1087 | + | |
| 1088 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(0.200000003, 0.200000003, 0.200000033)) |
| 1088 | + | |
| 1089 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.406188965, -0.740772009, -0.277801514, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1089 | + | |
| 1090 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.900000036, 0.75))
|
| 1090 | + | |
| 1091 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(0.200000003, 0.200000003, 0.200000033)) |
| 1091 | + | |
| 1092 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.406188965, -0.930737019, -0.617797852, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1092 | + | |
| 1093 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.900000036, 0.75))
|
| 1093 | + | |
| 1094 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.03999996, 0.284999996, 0.200000003)) |
| 1094 | + | |
| 1095 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00506591797, 0.386646271, -0.024520874, 1, 0, 0, 0, 0.848048866, -0.529917955, 0, 0.529917955, 0.848048866)) |
| 1095 | + | |
| 1096 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.75))
|
| 1096 | + | |
| 1097 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.03999996, 0.200000003, 0.200000003)) |
| 1097 | + | |
| 1098 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00506591797, 0.439151764, -0.354492188, 1, 0, 0, 0, 0.848048866, -0.529917955, 0, 0.529917955, 0.848048866)) |
| 1098 | + | |
| 1099 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.900000036, 0.75))
|
| 1099 | + | |
| 1100 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1100 | + | |
| 1101 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.950370789, 0.0944480896, 0.094493866, 0, 0, -1, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, 0)) |
| 1101 | + | |
| 1102 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 1102 | + | |
| 1103 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright yellow","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1103 | + | |
| 1104 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.950370789, 0.314418793, 0.314464569, 0, 0, -1, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, 0)) |
| 1104 | + | |
| 1105 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 1105 | + | |
| 1106 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1106 | + | |
| 1107 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.950370789, 0.314434052, 0.0945091248, 0, 0, -1, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, 0)) |
| 1107 | + | |
| 1108 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 1108 | + | |
| 1109 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1109 | + | |
| 1110 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.950370789, 0.0944519043, 0.31451416, 0, 0, -1, -0.707106829, 0.707106829, 0, 0.707106829, 0.707106829, 0)) |
| 1110 | + | |
| 1111 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 1111 | + | |
| 1112 | - | Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(1.02999997, 1.02999997, 1.02999997)) |
| 1112 | + | |
| 1113 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00503540039, 0.289182007, 0.530357361, -1, 0, 0, 0, 1, 0, 0, 0, -1)) |
| 1113 | + | |
| 1114 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","Wedge",Vector3.new(1.04999995, 0.25, 0.670000017)) |
| 1114 | + | |
| 1115 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0100402832, -1.0478363, -0.287506104, 1, 0, 0, -0, -0.173650086, 0.984807491, 0, -0.984807491, -0.173650086)) |
| 1115 | + | |
| 1116 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","Wedge",Vector3.new(0.25999999, 0.389999986, 0.5)) |
| 1116 | + | |
| 1117 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.147018433, -0.465834022, 0.250045776, 0, 0, -1, 0, 1, 0, 1, 0, 0)) |
| 1117 | + | |
| 1118 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","Wedge",Vector3.new(1.04999995, 0.200000003, 1.04999995)) |
| 1118 | + | |
| 1119 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0100402832, 0.714154005, 0.527000427, -1, 0, 0, 0, 1, 0, 0, 0, -1)) |
| 1119 | + | |
| 1120 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","Wedge",Vector3.new(0.25999999, 0.389999986, 0.5)) |
| 1120 | + | |
| 1121 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.147018433, -0.465834022, 0.249954224, 0, 0, 1, 0, 1, 0, -1, 0, 0)) |
| 1121 | + | |
| 1122 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Wedge",Vector3.new(0.25999999, 0.389999986, 0.5)) |
| 1122 | + | |
| 1123 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.137023926, -0.415816069, 0.249969482, 0, 0, 1, 0, 1, 0, -1, 0, 0)) |
| 1123 | + | |
| 1124 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Wedge",Vector3.new(0.25999999, 0.389999986, 0.5)) |
| 1124 | + | |
| 1125 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.137023926, -0.415816069, 0.250045776, 0, 0, -1, 0, 1, 0, 1, 0, 0)) |
| 1125 | + | |
| 1126 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","Wedge",Vector3.new(1.04999995, 0.25, 0.370000005)) |
| 1126 | + | |
| 1127 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0100402832, -0.772094727, -0.486150742, 1, 0, 0, -0, -0.173650086, 0.984807491, 0, -0.984807491, -0.173650086)) |
| 1127 | + | |
| 1128 | Anim = "Idle" | |
| 1129 | - | ----leftleg---- |
| 1129 | + | |
| 1130 | - | Handle=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","Handle",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1130 | + | |
| 1131 | - | HandleWeld=CFuncs.Weld.Create(m,Character["Left Leg"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00580596924, 0.18327564, 0.52255249, 0.999987364, 0, 0.00504670199, 0, 1, 0, -0.00504670199, 0, 0.999987364)) |
| 1131 | + | |
| 1132 | - | CFuncs.Mesh.Create("SpecialMesh",Handle,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.337500006, 0.337500006, 0.337500006))
|
| 1132 | + | |
| 1133 | - | F=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","F",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1133 | + | |
| 1134 | - | FWeld=CFuncs.Weld.Create(m,Handle,F,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1134 | + | |
| 1135 | - | CFuncs.Mesh.Create("SpecialMesh",F,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.253125012, 0.253125012, 0.253125012))
|
| 1135 | + | |
| 1136 | - | F=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","F",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1136 | + | |
| 1137 | - | FWeld=CFuncs.Weld.Create(m,Handle,F,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1137 | + | |
| 1138 | - | CFuncs.Mesh.Create("SpecialMesh",F,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.379687488, 0.379687488, 0.379687488))
|
| 1138 | + | |
| 1139 | - | F=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","F",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1139 | + | |
| 1140 | - | FWeld=CFuncs.Weld.Create(m,Handle,F,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1140 | + | |
| 1141 | - | CFuncs.Mesh.Create("SpecialMesh",F,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.295312494, 0.295312494, 0.295312494))
|
| 1141 | + | |
| 1142 | - | F=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","F",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1142 | + | |
| 1143 | - | FWeld=CFuncs.Weld.Create(m,Handle,F,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1143 | + | |
| 1144 | - | CFuncs.Mesh.Create("SpecialMesh",F,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.421875, 0.421875, 0.421875))
|
| 1144 | + | Character.Humanoid.WalkSpeed = 110 |
| 1145 | - | F=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.69999998807907,"Toothpaste","F",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1145 | + | |
| 1146 | - | FWeld=CFuncs.Weld.Create(m,Handle,F,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) |
| 1146 | + | |
| 1147 | - | CFuncs.Mesh.Create("SpecialMesh",F,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=18430887",Vector3.new(0, 0, 0),Vector3.new(0.2109375, 0.2109375, 0.2109375))
|
| 1147 | + | |
| 1148 | - | Infected=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0.20000000298023,"Black","Infected",Vector3.new(0.421875, 0.200000003, 0.421875)) |
| 1148 | + | |
| 1149 | - | InfectedWeld=CFuncs.Weld.Create(m,Handle,Infected,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00174897909, -3.05175781e-05, 0.00421142578, 0, -1, 0, 0, 0, 1, -1, 0, 0)) |
| 1149 | + | |
| 1150 | - | CFuncs.Mesh.Create("SpecialMesh",Infected,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.421875, 1))
|
| 1150 | + | |
| 1151 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0.5,"Bright blue","Part",Vector3.new(0.200000003, 0.540000021, 0.540000021)) |
| 1151 | + | |
| 1152 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.100334167, -0.000846028328, -0.00495147705, 0, 0, -1, 0, 1, 0, 1, 0, 0)) |
| 1152 | + | |
| 1153 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.03999996, 0.200000003, 0.200000003)) |
| 1153 | + | |
| 1154 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00506591797, 0.43914032, -0.354473114, 1, 0, 0, 0, 0.848048866, -0.529917955, 0, 0.529917955, 0.848048866)) |
| 1154 | + | |
| 1155 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.900000036, 0.75))
|
| 1155 | + | |
| 1156 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.03999996, 0.224999994, 0.200000003)) |
| 1156 | + | |
| 1157 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00506591797, 0.416690826, -0.189472198, 1, 0, 0, 0, 0.848048866, -0.529917955, 0, 0.529917955, 0.848048866)) |
| 1157 | + | |
| 1158 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.75))
|
| 1158 | + | |
| 1159 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0.5,"Bright blue","Part",Vector3.new(0.200000003, 0.519999981, 0.519999981)) |
| 1159 | + | |
| 1160 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.100334167, -0.000846028328, -0.00495147705, 0, 0, -1, 0, 1, 0, 1, 0, 0)) |
| 1160 | + | |
| 1161 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.03999996, 0.338, 0.200000003)) |
| 1161 | + | |
| 1162 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00506591797, 0.364192963, -0.519462585, 1, 0, 0, 0, 0.848048866, -0.529917955, 0, 0.529917955, 0.848048866)) |
| 1162 | + | |
| 1163 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.75))
|
| 1163 | + | |
| 1164 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(1.01999998, 0.200000003, 1.01999998)) |
| 1164 | + | |
| 1165 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0050201416, -0.180850029, 0.530334473, -1, 0, 0, 0, 1, 0, 0, 0, -1)) |
| 1165 | + | |
| 1166 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.200000003, 0.5, 0.5)) |
| 1166 | + | |
| 1167 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.100334167, -0.000846028328, -0.00495147705, 0, 0, -1, 0, 1, 0, 1, 0, 0)) |
| 1167 | + | |
| 1168 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(1.03999996, 0.284999996, 0.200000003)) |
| 1168 | + | |
| 1169 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00506591797, 0.386638641, -0.0245018005, 1, 0, 0, 0, 0.848048866, -0.529917955, 0, 0.529917955, 0.848048866)) |
| 1169 | + | |
| 1170 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.75))
|
| 1170 | + | |
| 1171 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Electric blue","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1171 | + | |
| 1172 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.950317383, -0.0944595337, -0.314498901, 0, 0, -1, 0.707106829, -0.707106829, -0, -0.707106829, -0.707106829, 0)) |
| 1172 | + | |
| 1173 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 1173 | + | |
| 1174 | - | Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(1.01999998, 0.230000004, 1.01999998)) |
| 1174 | + | |
| 1175 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0713348389, -0.872953892, 0.530334473, -0.996194899, -0.0871539935, 0, -0.087154001, 0.996194899, 0, 0, 0, -1)) |
| 1175 | + | |
| 1176 | - | Part=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Part",Vector3.new(1.02999997, 1.02999997, 1.02999997)) |
| 1176 | + | |
| 1177 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0050201416, 0.289182007, 0.530334473, -1, 0, 0, 0, 1, 0, 0, 0, -1)) |
| 1177 | + | |
| 1178 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(1.02999997, 0.200000003, 1.02999997)) |
| 1178 | + | |
| 1179 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0713348389, -0.872953892, 0.530334473, -0.996194899, -0.0871539935, 0, -0.087154001, 0.996194899, 0, 0, 0, -1)) |
| 1179 | + | |
| 1180 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright green","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1180 | + | |
| 1181 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.950317383, -0.314414978, -0.314460754, 0, 0, -1, 0.707106829, -0.707106829, -0, -0.707106829, -0.707106829, 0)) |
| 1181 | + | |
| 1182 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 1182 | + | |
| 1183 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright yellow","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1183 | + | |
| 1184 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.950317383, -0.0944480896, -0.094493866, 0, 0, -1, 0.707106829, -0.707106829, -0, -0.707106829, -0.707106829, 0)) |
| 1184 | + | |
| 1185 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 1185 | + | |
| 1186 | - | Part=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright red","Part",Vector3.new(0.200000003, 0.200000003, 0.200000003)) |
| 1186 | + | |
| 1187 | - | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.950317383, -0.31445694, -0.0945014954, 0, 0, -1, 0.707106829, -0.707106829, -0, -0.707106829, -0.707106829, 0)) |
| 1187 | + | |
| 1188 | - | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 1188 | + | |
| 1189 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","Wedge",Vector3.new(1.04999995, 0.200000003, 1.04999995)) |
| 1189 | + | |
| 1190 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0100402832, 0.714154005, 0.526977539, -1, 0, 0, 0, 1, 0, 0, 0, -1)) |
| 1190 | + | |
| 1191 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Wedge",Vector3.new(0.25999999, 0.389999986, 0.5)) |
| 1191 | + | |
| 1192 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.137008667, -0.415816009, 0.250045776, 0, 0, -1, 0, 1, 0, 1, 0, 0)) |
| 1192 | + | |
| 1193 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","Wedge",Vector3.new(1.04999995, 0.25, 0.370000005)) |
| 1193 | + | |
| 1194 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0100402832, -0.77205658, -0.486157417, 1, 0, 0, -0, -0.173650086, 0.984807491, 0, -0.984807491, -0.173650086)) |
| 1194 | + | |
| 1195 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Plastic,0,0,"Really black","Wedge",Vector3.new(0.25999999, 0.389999986, 0.5)) |
| 1195 | + | |
| 1196 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.137008667, -0.415816009, 0.249969482, 0, 0, 1, 0, 1, 0, -1, 0, 0)) |
| 1196 | + | |
| 1197 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","Wedge",Vector3.new(0.25999999, 0.389999986, 0.5)) |
| 1197 | + | |
| 1198 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.147003174, -0.465833962, 0.250045776, 0, 0, -1, 0, 1, 0, 1, 0, 0)) |
| 1198 | + | |
| 1199 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","Wedge",Vector3.new(1.04999995, 0.25, 0.670000017)) |
| 1199 | + | |
| 1200 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0100402832, -1.0477829, -0.287514687, 1, 0, 0, -0, -0.173650086, 0.984807491, 0, -0.984807491, -0.173650086)) |
| 1200 | + | |
| 1201 | - | Wedge=CFuncs.Part.Create(m,Enum.Material.Neon,0,0,"Bright blue","Wedge",Vector3.new(0.25999999, 0.389999986, 0.5)) |
| 1201 | + | |
| 1202 | - | WedgeWeld=CFuncs.Weld.Create(m,Handle,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.147003174, -0.465833962, 0.249954224, 0, 0, 1, 0, 1, 0, -1, 0, 0)) |
| 1202 | + | CFuncs["Sound"].Create("", ref, 1, 1.2)
|
| 1203 | game:GetService("Debris"):AddItem(ref, 0.2)
| |
| 1204 | Effects["Block"].Create(Torso.BrickColor, CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 1, 10, 10, 10, 0.1, 2) | |
| 1205 | Effects["Ring"].Create(BrickColor.new("Bright yellow"), CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 0.1, 4, 4, 0.1, 0.1)
| |
| 1206 | MagnitudeDamage(ref, 15, Thing[5] / 1.5, Thing[6] / 1.5, 0, "Normal", "", 1) | |
| 1207 | end | |
| 1208 | end | |
| 1209 | end | |
| 1210 | ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
| |
| 1211 | ref.Anchored = true | |
| 1212 | ref.CFrame = CFrame.new(pos) | |
| 1213 | Effects["Sphere"].Create(Torso.BrickColor, CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.07) | |
| 1214 | game:GetService("Debris"):AddItem(ref, 1)
| |
| 1215 | end | |
| 1216 | if Thing[3] <= 0 then | |
| 1217 | table.remove(Effects, e) | |
| 1218 | end | |
| 1219 | end | |
| 1220 | do | |
| 1221 | do | |
| 1222 | if Thing[2] == "FireWave" then | |
| 1223 | if Thing[3] <= Thing[4] then | |
| 1224 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0) | |
| 1225 | Thing[3] = Thing[3] + 1 | |
| 1226 | Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5]) | |
| 1227 | else | |
| 1228 | Part.Parent = nil | |
| 1229 | table.remove(Effects, e) | |
| 1230 | end | |
| 1231 | end | |
| 1232 | if Thing[2] ~= "Shoot" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then | |
| 1233 | if Thing[1].Transparency <= 1 then | |
| 1234 | if Thing[2] == "Block1" then | |
| 1235 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
| 1236 | Mesh = Thing[7] | |
| 1237 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 1238 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 1239 | else | |
| 1240 | if Thing[2] == "Block2" then | |
| 1241 | Thing[1].CFrame = Thing[1].CFrame | |
| 1242 | Mesh = Thing[7] | |
| 1243 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 1244 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 1245 | else | |
| 1246 | if Thing[2] == "Fire" then | |
| 1247 | Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0) | |
| 1248 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
| 1249 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 1250 | else | |
| 1251 | if Thing[2] == "Cylinder" then | |
| 1252 | Mesh = Thing[7] | |
| 1253 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 1254 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 1255 | else | |
| 1256 | if Thing[2] == "Blood" then | |
| 1257 | Mesh = Thing[7] | |
| 1258 | Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0) | |
| 1259 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 1260 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 1261 | else | |
| 1262 | if Thing[2] == "Elec" then | |
| 1263 | Mesh = Thing[10] | |
| 1264 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9]) | |
| 1265 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 1266 | else | |
| 1267 | if Thing[2] == "Disappear" then | |
| 1268 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 1269 | end | |
| 1270 | end | |
| 1271 | end | |
| 1272 | end | |
| 1273 | end | |
| 1274 | end | |
| 1275 | end | |
| 1276 | else | |
| 1277 | Part.Parent = nil | |
| 1278 | table.remove(Effects, e) | |
| 1279 | end | |
| 1280 | end | |
| 1281 | end | |
| 1282 | end | |
| 1283 | end | |
| 1284 | end | |
| 1285 | end | |
| 1286 | end | |
| 1287 | end | |
| 1288 | ||
| 1289 | music = Instance.new("Sound", Torso)
| |
| 1290 | music.SoundId = "http://www.roblox.com/asset/?id=226284753" | |
| 1291 | music.Volume = math.huge | |
| 1292 | music.Looped = true | |
| 1293 | wait(0.1) | |
| 1294 | music:Play() |