SHOW:
|
|
- or go back to the newest paste.
| 1 | warn([[Ruin Emphasis Loaded. | |
| 2 | We dont know where this is going... | |
| 3 | ||
| 4 | Made by GodzPlaysRB | |
| 5 | ||
| 6 | Credit where credit is needed. | |
| 7 | so don't feel left out if u made something in this. | |
| 8 | Credit to UnfairGaming1 for the Relaxation Anims :) | |
| 9 | ||
| 10 | 12/04/19 --- V --- SpectrumEeveez | |
| 11 | Realised how shitty Poison's one was. | |
| 12 | But hey This new one hasn't been leaked yet! | |
| 13 | So I'm just gonna go leak it. | |
| 14 | Also Expect a lot of lag locally but should be fixed Server-Sided | |
| 15 | ]]) | |
| 16 | ||
| 17 | ||
| 18 | -- WIELDER: Cercilla | |
| 19 | ||
| 20 | ||
| 21 | ||
| 22 | --- its nooby's code smooth af do not touch | |
| 23 | ---- Sources and functions might be taken from others | |
| 24 | plr = game:GetService("Players").TameDoNotClick
| |
| 25 | char = plr.Character | |
| 26 | mouse = plr:GetMouse() | |
| 27 | Player = plr | |
| 28 | hum = char.Humanoid | |
| 29 | local cam = game.Workspace.CurrentCamera | |
| 30 | Camera = cam | |
| 31 | local CamInterrupt = false | |
| 32 | local TwoD = false | |
| 33 | local TargetInfo = {nil, nil}
| |
| 34 | cam.CameraType = "Custom" | |
| 35 | t = char.Torso | |
| 36 | h = char.Head | |
| 37 | ra = char["Right Arm"] | |
| 38 | la = char["Left Arm"] | |
| 39 | rl = char["Right Leg"] | |
| 40 | ll = char["Left Leg"] | |
| 41 | tors = char.Torso | |
| 42 | lleg = char["Left Leg"] | |
| 43 | root = char.HumanoidRootPart | |
| 44 | hed = char.Head | |
| 45 | rleg = char["Right Leg"] | |
| 46 | rarm = char["Right Arm"] | |
| 47 | larm = char["Left Arm"] | |
| 48 | radian = math.rad | |
| 49 | random = math.random | |
| 50 | Vec3 = Vector3.new | |
| 51 | Inst = Instance.new | |
| 52 | cFrame = CFrame.new | |
| 53 | Euler = CFrame.fromEulerAnglesXYZ | |
| 54 | vt = Vector3.new | |
| 55 | bc = BrickColor.new | |
| 56 | br = BrickColor.random | |
| 57 | it = Instance.new | |
| 58 | cf = CFrame.new | |
| 59 | local MAINRUINCOLOR2 = BrickColor.new("Really black")
| |
| 60 | local MAINRUINCOLOR = BrickColor.new("Really red")
| |
| 61 | local Player_Size = 1 | |
| 62 | local sword = false | |
| 63 | ||
| 64 | local rotperm = 0 | |
| 65 | ||
| 66 | local Booleans = {
| |
| 67 | CamFollow = true, | |
| 68 | GyroUse = true | |
| 69 | } | |
| 70 | ||
| 71 | function lerp(object, newCFrame, alpha) | |
| 72 | return object:lerp(newCFrame, alpha) | |
| 73 | end | |
| 74 | ||
| 75 | function shakes(power,length) | |
| 76 | for i,v in pairs(game:GetService("Players"):GetChildren()) do
| |
| 77 | local var = script.Shaker:Clone() | |
| 78 | var.Parent = v.PlayerGui | |
| 79 | local pw = var.Shakeval | |
| 80 | local lgth = var.MultLength | |
| 81 | pw.Value = power | |
| 82 | lgth.Value = length | |
| 83 | var.Disabled = false | |
| 84 | end | |
| 85 | end | |
| 86 | ||
| 87 | ||
| 88 | local Directer = Inst("BodyGyro", root)
| |
| 89 | Directer.MaxTorque = Vec3(0, 0, 0) | |
| 90 | Directer.P = 600000 | |
| 91 | - | local CPart = Inst("Part")
|
| 91 | + | |
| 92 | - | CPart.Anchored = true |
| 92 | + | |
| 93 | - | CPart.CanCollide = false |
| 93 | + | |
| 94 | - | CPart.Locked = true |
| 94 | + | |
| 95 | - | CPart.Transparency = 1 |
| 95 | + | |
| 96 | local ORVOL = 1.15 | |
| 97 | local ORPIT = 1.01 | |
| 98 | local kan = Instance.new("Sound",char)
| |
| 99 | kan.Volume = 1.15 | |
| 100 | kan.TimePosition = 0 | |
| 101 | kan.PlaybackSpeed = 1.15 | |
| 102 | kan.Pitch = 1 | |
| 103 | kan.SoundId = "rbxassetid://2639726704" | |
| 104 | kan.Name = "Rekt" | |
| 105 | kan.Looped = true | |
| 106 | kan:Play() | |
| 107 | ||
| 108 | local currentThemePlaying = kan.SoundId | |
| 109 | local currentPitch = kan.Pitch | |
| 110 | local currentVol = kan.Volume | |
| 111 | function newTheme(ID,timepos,pitch,vol) | |
| 112 | local kanz = kan | |
| 113 | --kanz:Stop() | |
| 114 | kanz.Volume = vol | |
| 115 | --kanz.TimePosition = timepos | |
| 116 | kanz.PlaybackSpeed = pitch | |
| 117 | kanz.Pitch = pitch | |
| 118 | kanz.SoundId = ID | |
| 119 | kanz.Name = "wrecked" | |
| 120 | kanz.Looped = true | |
| 121 | currentThemePlaying = kanz.SoundId | |
| 122 | currentVol = kanz.Volume | |
| 123 | currentPitch = kanz.Pitch | |
| 124 | --kanz:Play() | |
| 125 | --coroutine.resume(coroutine.create(function() | |
| 126 | --wait(0.05) | |
| 127 | --end)) | |
| 128 | end | |
| 129 | ||
| 130 | local ModeOfGlitch = 1 | |
| 131 | ||
| 132 | function newThemeCust(ID,timepos,pitch,vol) | |
| 133 | local kanz = kan | |
| 134 | kanz:Stop() | |
| 135 | kanz.Volume = vol | |
| 136 | kanz.TimePosition = timepos | |
| 137 | kanz.PlaybackSpeed = pitch | |
| 138 | kanz.Pitch = pitch | |
| 139 | kanz.SoundId = ID | |
| 140 | kanz.Name = "wrecked" | |
| 141 | kanz.Looped = true | |
| 142 | currentThemePlaying = kanz.SoundId | |
| 143 | currentVol = kanz.Volume | |
| 144 | currentPitch = kanz.Pitch | |
| 145 | kanz:Play() | |
| 146 | coroutine.resume(coroutine.create(function() | |
| 147 | wait(0.05) | |
| 148 | end)) | |
| 149 | end | |
| 150 | ||
| 151 | local mutedtog = false | |
| 152 | ||
| 153 | function CameraEnshaking(Length,Intensity) | |
| 154 | coroutine.resume(coroutine.create(function() | |
| 155 | local intensity = 1*Intensity | |
| 156 | local rotM = 0.01*Intensity | |
| 157 | for i = 0, Length, 0.1 do | |
| 158 | swait() | |
| 159 | intensity = intensity - 0.05*Intensity/Length | |
| 160 | rotM = rotM - 0.0005*Intensity/Length | |
| 161 | hum.CameraOffset = Vec3(radian(random(-intensity, intensity)), radian(random(-intensity, intensity)), radian(random(-intensity, intensity))) | |
| 162 | cam.CFrame = cam.CFrame * cFrame(radian(random(-intensity, intensity)), radian(random(-intensity, intensity)), radian(random(-intensity, intensity))) * Euler(radian(random(-intensity, intensity)) * rotM, radian(random(-intensity, intensity)) * rotM, radian(random(-intensity, intensity)) * rotM) | |
| 163 | end | |
| 164 | Humanoid.CameraOffset = Vec3(0, 0, 0) | |
| 165 | end)) | |
| 166 | end | |
| 167 | CamShake=function(Part,Distan,Power,Times) | |
| 168 | local de=Part.Position | |
| 169 | for i,v in pairs(workspace:children()) do | |
| 170 | if v:IsA("Model") and v:findFirstChild("Humanoid") then
| |
| 171 | for _,c in pairs(v:children()) do | |
| 172 | if c.ClassName=="Part" and (c.Position - de).magnitude < Distan then | |
| 173 | local Noob=v.Humanoid | |
| 174 | if Noob~=nil then | |
| 175 | coroutine.resume(coroutine.create(function() | |
| 176 | FV = Instance.new("BoolValue", Noob)
| |
| 177 | FV.Name = "CameraShake" | |
| 178 | for ShakeNum=1,Times do | |
| 179 | swait() | |
| 180 | local ef=Power | |
| 181 | if ef>=1 then | |
| 182 | Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef),math.random(-ef,ef),math.random(-ef,ef)) | |
| 183 | else | |
| 184 | ef=Power*10 | |
| 185 | Humanoid.CameraOffset = Vector3.new(math.random(-ef,ef)/10,math.random(-ef,ef)/10,math.random(-ef,ef)/10) | |
| 186 | end | |
| 187 | end | |
| 188 | Humanoid.CameraOffset = Vector3.new(0,0,0) | |
| 189 | FV:Destroy() | |
| 190 | end)) | |
| 191 | CameraShake(Times, Power, Noob) | |
| 192 | end | |
| 193 | end | |
| 194 | end | |
| 195 | end | |
| 196 | end | |
| 197 | end | |
| 198 | ||
| 199 | ||
| 200 | function Showoff(power,length,High) | |
| 201 | end | |
| 202 | ||
| 203 | function Showoff2(power,length,High) | |
| 204 | end | |
| 205 | ||
| 206 | local bilguit = Instance.new("BillboardGui", hed)
| |
| 207 | bilguit.Adornee = nil | |
| 208 | bilguit.Name = "ModeName" | |
| 209 | bilguit.Size = UDim2.new(4, 0, 1.2, 0) | |
| 210 | bilguit.StudsOffset = Vector3.new(-8, 8/1.5, 0) | |
| 211 | local modet = Instance.new("TextLabel", bilguit)
| |
| 212 | modet.Size = UDim2.new(10/2, 0, 7/2, 0) | |
| 213 | modet.FontSize = "Size8" | |
| 214 | modet.TextScaled = true | |
| 215 | modet.TextTransparency = 0 | |
| 216 | modet.BackgroundTransparency = 1 | |
| 217 | modet.TextTransparency = 0 | |
| 218 | modet.TextStrokeTransparency = 0 | |
| 219 | modet.Font = "Arcade" | |
| 220 | modet.TextStrokeColor3 = BrickColor.new"Maroon".Color | |
| 221 | modet.TextColor3 = Color3.new(0,0,0) | |
| 222 | modet.Text = "OVERCLOCKED" | |
| 223 | ||
| 224 | function chatfunc(text,color,typet,font,timeex) | |
| 225 | local chat = coroutine.wrap(function() | |
| 226 | if Character:FindFirstChild("TalkingBillBoard")~= nil then
| |
| 227 | Character:FindFirstChild("TalkingBillBoard"):destroy()
| |
| 228 | end | |
| 229 | local naeeym2 = Instance.new("BillboardGui",Character)
| |
| 230 | naeeym2.Size = UDim2.new(0,100,0,40) | |
| 231 | naeeym2.StudsOffset = Vector3.new(0,3,0) | |
| 232 | naeeym2.Adornee = Character.Head | |
| 233 | naeeym2.Name = "TalkingBillBoard" | |
| 234 | local tecks2 = Instance.new("TextLabel",naeeym2)
| |
| 235 | tecks2.BackgroundTransparency = 1 | |
| 236 | tecks2.BorderSizePixel = 0 | |
| 237 | tecks2.Text = "" | |
| 238 | tecks2.Font = font | |
| 239 | tecks2.TextSize = 30 | |
| 240 | tecks2.TextStrokeTransparency = 0 | |
| 241 | tecks2.TextColor3 = color | |
| 242 | tecks2.TextStrokeColor3 = Color3.new(0,0,0) | |
| 243 | tecks2.Size = UDim2.new(1,0,0.5,0) | |
| 244 | local tecks3 = Instance.new("TextLabel",naeeym2)
| |
| 245 | tecks3.BackgroundTransparency = 1 | |
| 246 | tecks3.BorderSizePixel = 0 | |
| 247 | tecks3.Text = "" | |
| 248 | tecks3.Font = font | |
| 249 | tecks3.TextSize = 30 | |
| 250 | tecks3.TextStrokeTransparency = 0 | |
| 251 | if typet == "Inverted" then | |
| 252 | tecks3.TextColor3 = Color3.new(0,0,0) | |
| 253 | tecks3.TextStrokeColor3 = color | |
| 254 | elseif typet == "Normal" then | |
| 255 | tecks3.TextColor3 = color | |
| 256 | tecks3.TextStrokeColor3 = Color3.new(0,0,0) | |
| 257 | end | |
| 258 | tecks3.Size = UDim2.new(1,0,0.5,0) | |
| 259 | coroutine.resume(coroutine.create(function() | |
| 260 | while true do | |
| 261 | swait(1) | |
| 262 | if chaosmode == true then | |
| 263 | tecks2.TextColor3 = BrickColor.random().Color | |
| 264 | tecks3.TextStrokeColor3 = BrickColor.random().Color | |
| 265 | end | |
| 266 | end | |
| 267 | end)) | |
| 268 | for i = 0, 74*timeex do | |
| 269 | swait() | |
| 270 | tecks2.Text = text | |
| 271 | tecks3.Text = text | |
| 272 | end | |
| 273 | local randomrot = math.random(1,2) | |
| 274 | if randomrot == 1 then | |
| 275 | for i = 1, 50 do | |
| 276 | swait() | |
| 277 | tecks2.Text = text | |
| 278 | tecks3.Text = text | |
| 279 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04 | |
| 280 | tecks2.TextTransparency = tecks2.TextTransparency + .04 | |
| 281 | tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04 | |
| 282 | tecks3.TextTransparency = tecks2.TextTransparency + .04 | |
| 283 | end | |
| 284 | elseif randomrot == 2 then | |
| 285 | for i = 1, 50 do | |
| 286 | swait() | |
| 287 | tecks2.Text = text | |
| 288 | tecks3.Text = text | |
| 289 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04 | |
| 290 | tecks2.TextTransparency = tecks2.TextTransparency + .04 | |
| 291 | tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04 | |
| 292 | tecks3.TextTransparency = tecks2.TextTransparency + .04 | |
| 293 | end | |
| 294 | end | |
| 295 | if toggleTag == false then | |
| 296 | end | |
| 297 | naeeym2:Destroy() | |
| 298 | end) | |
| 299 | chat() | |
| 300 | end | |
| 301 | function bosschatfunc(text,color,watval) | |
| 302 | for i,v in pairs(game:GetService("Players"):GetPlayers()) do
| |
| 303 | coroutine.resume(coroutine.create(function() | |
| 304 | if v.PlayerGui:FindFirstChild("Dialog")~= nil then
| |
| 305 | v.PlayerGui:FindFirstChild("Dialog"):destroy()
| |
| 306 | end | |
| 307 | local scrg = Instance.new("ScreenGui",v.PlayerGui)
| |
| 308 | scrg.Name = "Dialog" | |
| 309 | local txtlb = Instance.new("TextLabel",scrg)
| |
| 310 | txtlb.Text = "" | |
| 311 | txtlb.Font = "Bodoni" | |
| 312 | txtlb.TextColor3 = Color3.new(0,0,0) | |
| 313 | txtlb.TextStrokeTransparency = 0 | |
| 314 | txtlb.BackgroundTransparency = 1 | |
| 315 | txtlb.BackgroundColor3 = Color3.new(0,0,0) | |
| 316 | txtlb.TextStrokeColor3 = color | |
| 317 | txtlb.TextScaled = true | |
| 318 | txtlb.Size = UDim2.new(1,0,0.25,0) | |
| 319 | txtlb.TextXAlignment = "Center" | |
| 320 | txtlb.Position = UDim2.new(0,0,0.75,0) | |
| 321 | local txtlb2 = Instance.new("TextLabel",scrg)
| |
| 322 | txtlb2.Text = "" | |
| 323 | txtlb2.Font = "Arcade" | |
| 324 | txtlb2.TextColor3 = Color3.new(0,0,0) | |
| 325 | txtlb2.TextStrokeTransparency = 0 | |
| 326 | txtlb2.BackgroundTransparency = 1 | |
| 327 | txtlb2.TextStrokeColor3 = color | |
| 328 | txtlb2.TextSize = 40 | |
| 329 | txtlb2.Size = UDim2.new(1,0,0.25,0) | |
| 330 | txtlb2.TextXAlignment = "Left" | |
| 331 | txtlb2.Position = UDim2.new(0,0,1,0) | |
| 332 | local fvalen = 0.55 | |
| 333 | local fval = -0.49 | |
| 334 | ||
| 335 | coroutine.resume(coroutine.create(function() | |
| 336 | while true do | |
| 337 | swait() | |
| 338 | if scrg.Parent ~= nil then | |
| 339 | fvalen = fvalen - 0.0001 | |
| 340 | elseif scrg.Parent == nil then | |
| 341 | break | |
| 342 | end | |
| 343 | end | |
| 344 | end)) | |
| 345 | local flol = 1.75 | |
| 346 | local flil = 1.6 | |
| 347 | coroutine.resume(coroutine.create(function() | |
| 348 | for i = 0, 9 do | |
| 349 | swait() | |
| 350 | fval = fval + 0.05 | |
| 351 | flol = flol - 0.175 | |
| 352 | flil = flil - 0.15 | |
| 353 | txtlb.Text = "" | |
| 354 | txtlb.Position = UDim2.new(flol,0,0.3,0) | |
| 355 | txtlb2.Position = UDim2.new(flil,0,0.3,0) | |
| 356 | end | |
| 357 | txtlb.Text = text | |
| 358 | for i = 1,string.len(text),1 do | |
| 359 | CFuncs["Sound"].Create("rbxassetid://565939471", char, .6, .8)
| |
| 360 | txtlb.Text = string.sub(text,1,i) | |
| 361 | swait(1) | |
| 362 | end | |
| 363 | coroutine.resume(coroutine.create(function() | |
| 364 | while true do | |
| 365 | swait() | |
| 366 | if rainbowmode == true then | |
| 367 | txtlb.TextColor3 = ned.TextColor3 | |
| 368 | txtlb.TextStrokeColor3 = ned.TextStrokeColor3 | |
| 369 | end | |
| 370 | end | |
| 371 | end)) | |
| 372 | wait(watval) | |
| 373 | local valinc = 0 | |
| 374 | for i = 0, 99 do | |
| 375 | swait() | |
| 376 | valinc = valinc + 0.0001 | |
| 377 | flol = flol + valinc | |
| 378 | flil = flil + valinc | |
| 379 | txtlb.Rotation = txtlb.Rotation + valinc*30 | |
| 380 | txtlb2.Rotation = txtlb2.Rotation - valinc*30 | |
| 381 | txtlb.Position = UDim2.new(0,0,0.3 + flol,0) | |
| 382 | txtlb2.Position = UDim2.new(0,0,0.3 + flil,0) | |
| 383 | txtlb.TextStrokeTransparency = txtlb.TextStrokeTransparency + 0.01 | |
| 384 | txtlb.TextTransparency = txtlb.TextTransparency + 0.01 | |
| 385 | txtlb2.TextStrokeTransparency = txtlb2.TextStrokeTransparency + 0.01 | |
| 386 | txtlb2.TextTransparency = txtlb2.TextTransparency + 0.01 | |
| 387 | txtlb.BackgroundTransparency = txtlb.BackgroundTransparency + 0.0025 | |
| 388 | end | |
| 389 | scrg:Destroy() | |
| 390 | end)) | |
| 391 | end)) | |
| 392 | end | |
| 393 | end | |
| 394 | ||
| 395 | local Create = LoadLibrary("RbxUtility").Create
| |
| 396 | ||
| 397 | ["Mesh"] = {
| |
| 398 | Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) | |
| 399 | local Msh = Create(Mesh){
| |
| 400 | Parent = Part, | |
| 401 | Offset = OffSet, | |
| 402 | - | CFuncs = {
|
| 402 | + | |
| 403 | - | ["Part"] = {
|
| 403 | + | |
| 404 | - | Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size) |
| 404 | + | |
| 405 | - | local Part = Create("Part"){
|
| 405 | + | |
| 406 | Msh.MeshId = MeshId | |
| 407 | - | Reflectance = Reflectance, |
| 407 | + | |
| 408 | return Msh | |
| 409 | - | CanCollide = false, |
| 409 | + | |
| 410 | - | Locked = true, |
| 410 | + | |
| 411 | - | BrickColor = BrickColor.new(tostring(BColor)), |
| 411 | + | |
| 412 | - | Name = Name, |
| 412 | + | |
| 413 | Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) | |
| 414 | - | Material = Material, |
| 414 | + | |
| 415 | Parent = Part, | |
| 416 | - | RemoveOutlines(Part) |
| 416 | + | |
| 417 | - | return Part |
| 417 | + | |
| 418 | } | |
| 419 | if Mesh == "SpecialMesh" then | |
| 420 | Msh.MeshType = MeshType | |
| 421 | Msh.MeshId = MeshId | |
| 422 | end | |
| 423 | return Msh | |
| 424 | end; | |
| 425 | } | |
| 426 | ||
| 427 | ["Sound"] = {
| |
| 428 | Create = function(id, par, vol, pit) | |
| 429 | coroutine.resume(coroutine.create(function() | |
| 430 | local S = Create("Sound"){
| |
| 431 | Volume = vol, | |
| 432 | Name = "EffectSoundo", | |
| 433 | Pitch = pit or 1, | |
| 434 | SoundId = id, | |
| 435 | Parent = par or workspace, | |
| 436 | } | |
| 437 | wait() | |
| 438 | S:play() | |
| 439 | game:GetService("Debris"):AddItem(S, 10)
| |
| 440 | end)) | |
| 441 | end; | |
| 442 | }; | |
| 443 | ||
| 444 | ["TimeSound"] = {
| |
| 445 | Create = function(id, par, vol, pit, timepos) | |
| 446 | coroutine.resume(coroutine.create(function() | |
| 447 | local S = Create("Sound"){
| |
| 448 | Volume = vol, | |
| 449 | Name = "EffectSoundo", | |
| 450 | Pitch = pit or 1, | |
| 451 | - | ["Weld"] = {
|
| 451 | + | |
| 452 | - | Create = function(Parent, Part0, Part1, C0, C1) |
| 452 | + | |
| 453 | - | local Weld = Create("Weld"){
|
| 453 | + | |
| 454 | } | |
| 455 | - | Part0 = Part0, |
| 455 | + | |
| 456 | - | Part1 = Part1, |
| 456 | + | |
| 457 | - | C0 = C0, |
| 457 | + | |
| 458 | - | C1 = C1, |
| 458 | + | |
| 459 | end; | |
| 460 | - | return Weld |
| 460 | + | |
| 461 | ["EchoSound"] = {
| |
| 462 | Create = function(id, par, vol, pit, timepos,delays,echodelay,fedb,dryl) | |
| 463 | coroutine.resume(coroutine.create(function() | |
| 464 | local Sas = Create("Sound"){
| |
| 465 | Volume = vol, | |
| 466 | Name = "EffectSoundo", | |
| 467 | Pitch = pit or 1, | |
| 468 | SoundId = id, | |
| 469 | TimePosition = timepos, | |
| 470 | Parent = par or workspace, | |
| 471 | } | |
| 472 | local E = Create("EchoSoundEffect"){
| |
| 473 | Delay = echodelay, | |
| 474 | Name = "Echo", | |
| 475 | Feedback = fedb, | |
| 476 | DryLevel = dryl, | |
| 477 | Parent = Sas, | |
| 478 | } | |
| 479 | wait() | |
| 480 | Sas:play() | |
| 481 | game:GetService("Debris"):AddItem(Sas, delays)
| |
| 482 | end)) | |
| 483 | end; | |
| 484 | }; | |
| 485 | ||
| 486 | ["LongSound"] = {
| |
| 487 | Create = function(id, par, vol, pit) | |
| 488 | coroutine.resume(coroutine.create(function() | |
| 489 | local S = Create("Sound"){
| |
| 490 | Volume = vol, | |
| 491 | Pitch = pit or 1, | |
| 492 | SoundId = id, | |
| 493 | Parent = par or workspace, | |
| 494 | } | |
| 495 | wait() | |
| 496 | S:play() | |
| 497 | game:GetService("Debris"):AddItem(S, 60)
| |
| 498 | end)) | |
| 499 | end; | |
| 500 | }; | |
| 501 | ||
| 502 | ["ParticleEmitter"] = {
| |
| 503 | Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread) | |
| 504 | local fp = Create("ParticleEmitter"){
| |
| 505 | Parent = Parent, | |
| 506 | Color = ColorSequence.new(Color1, Color2), | |
| 507 | LightEmission = LightEmission, | |
| 508 | Size = Size, | |
| 509 | Texture = Texture, | |
| 510 | Transparency = Transparency, | |
| 511 | ZOffset = ZOffset, | |
| 512 | Acceleration = Accel, | |
| 513 | Drag = Drag, | |
| 514 | LockedToPart = LockedToPart, | |
| 515 | VelocityInheritance = VelocityInheritance, | |
| 516 | EmissionDirection = EmissionDirection, | |
| 517 | Enabled = Enabled, | |
| 518 | Lifetime = LifeTime, | |
| 519 | Rate = Rate, | |
| 520 | Rotation = Rotation, | |
| 521 | RotSpeed = RotSpeed, | |
| 522 | Speed = Speed, | |
| 523 | VelocitySpread = VelocitySpread, | |
| 524 | } | |
| 525 | return fp | |
| 526 | end; | |
| 527 | }; | |
| 528 | ||
| 529 | CreateTemplate = {
| |
| 530 | ||
| 531 | }; | |
| 532 | } | |
| 533 | ||
| 534 | ||
| 535 | ||
| 536 | New = function(Object, Parent, Name, Data) | |
| 537 | local Object = Instance.new(Object) | |
| 538 | for Index, Value in pairs(Data or {}) do
| |
| 539 | Object[Index] = Value | |
| 540 | end | |
| 541 | Object.Parent = Parent | |
| 542 | Object.Name = Name | |
| 543 | return Object | |
| 544 | end | |
| 545 | local halocolor = BrickColor.new("Pastel light blue")
| |
| 546 | local halocolor2 = BrickColor.new("Cool yellow")
| |
| 547 | local starcolor = BrickColor.new("Bright yellow")
| |
| 548 | local lunacolor = BrickColor.new("Navy blue")
| |
| 549 | local lunacolor2 = BrickColor.new("Bright blue")
| |
| 550 | local wepcolor = BrickColor.new("Really black")
| |
| 551 | local maincolor = BrickColor.new("Really black")
| |
| 552 | local m = Instance.new("Model",char)
| |
| 553 | local m2 = Instance.new("Model",char)
| |
| 554 | local m3 = Instance.new("Model",char)
| |
| 555 | local mw1 = Instance.new("Model",char)
| |
| 556 | local mw2 = Instance.new("Model",char)
| |
| 557 | ||
| 558 | ||
| 559 | gui = function(GuiType, parent, text, backtrans, backcol, pos, size) | |
| 560 | local gui = it(GuiType) | |
| 561 | gui.Parent = parent | |
| 562 | gui.Text = text | |
| 563 | gui.BackgroundTransparency = backtrans | |
| 564 | gui.BackgroundColor3 = backcol | |
| 565 | gui.SizeConstraint = "RelativeXY" | |
| 566 | gui.TextXAlignment = "Center" | |
| 567 | gui.TextYAlignment = "Center" | |
| 568 | gui.Position = pos | |
| 569 | gui.Size = size | |
| 570 | gui.Font = "SourceSans" | |
| 571 | gui.FontSize = "Size14" | |
| 572 | gui.TextWrapped = false | |
| 573 | gui.TextStrokeTransparency = 0 | |
| 574 | gui.TextColor = BrickColor.new("White")
| |
| 575 | return gui | |
| 576 | end | |
| 577 | --------------------------- GUI STUFF | |
| 578 | local basgui = it("GuiMain")
| |
| 579 | basgui.Parent = plr.PlayerGui | |
| 580 | basgui.Name = "VISgui" | |
| 581 | local fullscreenz = it("Frame")
| |
| 582 | fullscreenz.Parent = basgui | |
| 583 | fullscreenz.BackgroundColor3 = Color3.new(255, 255, 255) | |
| 584 | fullscreenz.BackgroundTransparency = 1 | |
| 585 | fullscreenz.BorderColor3 = Color3.new(17, 17, 17) | |
| 586 | fullscreenz.Size = UDim2.new(1, 0, 1, 0) | |
| 587 | fullscreenz.Position = UDim2.new(0, 0, 0, 0) | |
| 588 | ||
| 589 | local imgl2 = Instance.new("ImageLabel",fullscreenz)
| |
| 590 | imgl2.BackgroundTransparency = 1 | |
| 591 | imgl2.BorderSizePixel = 0 | |
| 592 | imgl2.ImageTransparency = 0 | |
| 593 | imgl2.ImageColor3 = BrickColor.new("Really black").Color
| |
| 594 | imgl2.Position = UDim2.new(1,-400,1,-400) | |
| 595 | imgl2.Size = UDim2.new(0,800,0,800) | |
| 596 | imgl2.Image = "rbxassetid://172380355" | |
| 597 | local techc = imgl2:Clone() | |
| 598 | techc.Parent = fullscreenz | |
| 599 | techc.ImageTransparency = 0 | |
| 600 | techc.Size = UDim2.new(0,400,0,400) | |
| 601 | techc.Position = UDim2.new(1,-200,1,-200) | |
| 602 | techc.ImageColor3 = BrickColor.new("Really black").Color
| |
| 603 | techc.Image = "rbxassetid://2312128106" | |
| 604 | local techc2 = imgl2:Clone() | |
| 605 | techc2.Parent = fullscreenz | |
| 606 | techc2.ImageTransparency = 0 | |
| 607 | techc2.Size = UDim2.new(0,900,0,900) | |
| 608 | techc2.Position = UDim2.new(1,-450,1,-450) | |
| 609 | techc2.ImageColor3 = BrickColor.new("Really red").Color
| |
| 610 | techc2.Image = "rbxassetid://2344830904" | |
| 611 | local circl = imgl2:Clone() | |
| 612 | circl.Parent = fullscreenz | |
| 613 | circl.ImageTransparency = 0 | |
| 614 | circl.Size = UDim2.new(0,450,0,450) | |
| 615 | circl.Position = UDim2.new(1,-225,1,-225) | |
| 616 | circl.ImageColor3 = BrickColor.new("Really red").Color
| |
| 617 | circl.Image = "rbxassetid://2109045978" | |
| 618 | local circl2 = imgl2:Clone() | |
| 619 | circl2.Parent = fullscreenz | |
| 620 | circl2.ImageTransparency = 0 | |
| 621 | circl2.Size = UDim2.new(0,600,0,600) | |
| 622 | circl2.Position = UDim2.new(1,-300,1,-300) | |
| 623 | circl2.ImageColor3 = BrickColor.new("Really black").Color
| |
| 624 | circl2.Image = "rbxassetid://2312119891" | |
| 625 | local imgl2b = imgl2:Clone() | |
| 626 | imgl2b.Parent = fullscreenz | |
| 627 | imgl2b.ImageTransparency = 0 | |
| 628 | imgl2b.ImageColor3 = BrickColor.new("White").Color
| |
| 629 | imgl2b.Image = "rbxassetid://2344870656" | |
| 630 | local ned = Instance.new("TextLabel",fullscreenz)
| |
| 631 | ned.ZIndex = 2 | |
| 632 | ned.Font = "Arcade" | |
| 633 | ned.BackgroundTransparency = 1 | |
| 634 | ned.BorderSizePixel = 0.65 | |
| 635 | ned.Size = UDim2.new(0.3,0,0.2,0) | |
| 636 | ned.Position = UDim2.new(0.7,0,0.8,0) | |
| 637 | ned.TextColor3 = BrickColor.new("Really black").Color
| |
| 638 | ned.TextStrokeColor3 = BrickColor.new("Really red").Color
| |
| 639 | ned.TextScaled = true | |
| 640 | ned.TextStrokeTransparency = 0 | |
| 641 | ned.Text = "INCREATION" | |
| 642 | ned.TextSize = 24 | |
| 643 | ned.Rotation = 1 | |
| 644 | ned.TextXAlignment = "Right" | |
| 645 | ned.TextYAlignment = "Bottom" | |
| 646 | ||
| 647 | local extrawingmod1 = Instance.new("Model",char)
| |
| 648 | local extrawingmod2 = Instance.new("Model",char)
| |
| 649 | ||
| 650 | function RecolorTextAndRename(name,col1,col2) | |
| 651 | techc.ImageColor3 = col2 | |
| 652 | techc2.ImageColor3 = col2 | |
| 653 | circl.ImageColor3 = col2 | |
| 654 | circl2.ImageColor3 = col1 | |
| 655 | imgl2.ImageColor3 = col1 | |
| 656 | imgl2b.ImageColor3 = col2 | |
| 657 | ned.Text = name | |
| 658 | ned.TextColor3 = col1 | |
| 659 | ned.TextStrokeColor3 = col2 | |
| 660 | sphere2(1.3,"Add",tors.CFrame*CFrame.new(0,0,0),vt(0,0,0),0.5,0.5,0.5,MAINRUINCOLOR,MAINRUINCOLOR.Color) | |
| 661 | for i = 0, 49 do | |
| 662 | PixelBlock(1,math.random(3,10),"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),1,1,1,0.02,MAINRUINCOLOR,0) | |
| 663 | end | |
| 664 | CFuncs.Sound.Create("rbxassetid://410543238",root,10,1)
| |
| 665 | CFuncs["Sound"].Create("rbxassetid://468991944", root, 7.5, 1)
| |
| 666 | CFuncs["Sound"].Create("rbxassetid://419447292", root, 2.5,1)
| |
| 667 | end | |
| 668 | ||
| 669 | function CreateMesh(parent,meshtype,x1,y1,z1) | |
| 670 | local mesh = Instance.new("SpecialMesh",parent)
| |
| 671 | mesh.MeshType = meshtype | |
| 672 | mesh.Scale = Vector3.new(x1*10,y1*10,z1*10) | |
| 673 | return mesh | |
| 674 | end | |
| 675 | ||
| 676 | function CreateSpecialMesh(parent,meshid,x1,y1,z1) | |
| 677 | local mesh = Instance.new("SpecialMesh",parent)
| |
| 678 | mesh.MeshType = "FileMesh" | |
| 679 | mesh.MeshId = meshid | |
| 680 | mesh.Scale = Vector3.new(x1,y1,z1) | |
| 681 | return mesh | |
| 682 | end | |
| 683 | ||
| 684 | ||
| 685 | function CreateSpecialGlowMesh(parent,meshid,x1,y1,z1) | |
| 686 | local mesh = Instance.new("SpecialMesh",parent)
| |
| 687 | mesh.MeshType = "FileMesh" | |
| 688 | mesh.MeshId = meshid | |
| 689 | mesh.TextureId = "http://www.roblox.com/asset/?id=269748808" | |
| 690 | mesh.Scale = Vector3.new(x1,y1,z1) | |
| 691 | mesh.VertexColor = Vector3.new(parent.BrickColor.r, parent.BrickColor.g, parent.BrickColor.b) | |
| 692 | return mesh | |
| 693 | end | |
| 694 | ||
| 695 | function CreateWeld(parent,part0,part1,C1X,C1Y,C1Z,C1Xa,C1Ya,C1Za,C0X,C0Y,C0Z,C0Xa,C0Ya,C0Za) | |
| 696 | local weld = Instance.new("Weld")
| |
| 697 | weld.Parent = parent | |
| 698 | weld.Part0 = part0 | |
| 699 | weld.Part1 = part1 | |
| 700 | weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za) | |
| 701 | weld.C0 = CFrame.new(C0X,C0Y,C0Z)*CFrame.Angles(C0Xa,C0Ya,C0Za) | |
| 702 | return weld | |
| 703 | end | |
| 704 | ||
| 705 | ||
| 706 | - | function CreateParta(parent,transparency,reflectance,material,brickcolor) |
| 706 | + | |
| 707 | - | local p = Instance.new("Part")
|
| 707 | + | |
| 708 | - | p.TopSurface = 0 |
| 708 | + | |
| 709 | - | p.BottomSurface = 0 |
| 709 | + | |
| 710 | - | p.Parent = parent |
| 710 | + | |
| 711 | - | p.Size = Vector3.new(0.1,0.1,0.1) |
| 711 | + | |
| 712 | - | p.Transparency = transparency |
| 712 | + | |
| 713 | - | p.Reflectance = reflectance |
| 713 | + | |
| 714 | - | p.CanCollide = false |
| 714 | + | |
| 715 | - | p.Locked = true |
| 715 | + | |
| 716 | - | p.BrickColor = brickcolor |
| 716 | + | |
| 717 | - | p.Material = material |
| 717 | + | |
| 718 | - | return p |
| 718 | + | |
| 719 | weldd.Part0 = a | |
| 720 | weldd.Part1 = b | |
| 721 | weldd.C0 = CFrame.new() | |
| 722 | weldd.C1 = b.CFrame:inverse() * a.CFrame | |
| 723 | weldd.Parent = a | |
| 724 | return weldd | |
| 725 | end | |
| 726 | ||
| 727 | it=Instance.new | |
| 728 | ||
| 729 | function nooutline(part) | |
| 730 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
| 731 | end | |
| 732 | ||
| 733 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
| 734 | local mesh=it(Mesh) | |
| 735 | mesh.Parent=part | |
| 736 | if Mesh=="SpecialMesh" then | |
| 737 | mesh.MeshType=meshtype | |
| 738 | mesh.MeshId=meshid | |
| 739 | end | |
| 740 | mesh.Offset=offset | |
| 741 | mesh.Scale=scale | |
| 742 | return mesh | |
| 743 | end | |
| 744 | ||
| 745 | function weld(parent,part0,part1,c0,c1) | |
| 746 | local weld=it("Weld")
| |
| 747 | weld.Parent=parent | |
| 748 | weld.Part0=part0 | |
| 749 | weld.Part1=part1 | |
| 750 | weld.C0=c0 | |
| 751 | weld.C1=c1 | |
| 752 | return weld | |
| 753 | end | |
| 754 | -----Bootz | |
| 755 | -----------Compiled/Converted by youssefaxo/Josen#152o | |
| 756 | ||
| 757 | Player=game:GetService('Players').TameDoNotClick
| |
| 758 | Character=Player.Character | |
| 759 | Mouse=Player:GetMouse() | |
| 760 | - | local sorb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.random()) |
| 760 | + | |
| 761 | - | CreateWeld(sorb,rarm,sorb,0,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) |
| 761 | + | |
| 762 | - | local sorb2 = CreateParta(m,1,1,"SmoothPlastic",BrickColor.random()) |
| 762 | + | |
| 763 | - | CreateWeld(sorb2,larm,sorb2,0,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) |
| 763 | + | |
| 764 | local weldd = Instance.new("ManualWeld")
| |
| 765 | weldd.Part0 = a | |
| 766 | weldd.Part1 = b | |
| 767 | weldd.C0 = CFrame.new() | |
| 768 | weldd.C1 = b.CFrame:inverse() * a.CFrame | |
| 769 | weldd.Parent = a | |
| 770 | return weldd | |
| 771 | end | |
| 772 | ||
| 773 | it=Instance.new | |
| 774 | ||
| 775 | function nooutline(part) | |
| 776 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
| 777 | end | |
| 778 | ||
| 779 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
| 780 | local fp=it("Part")
| |
| 781 | fp.formFactor=formfactor | |
| 782 | fp.Parent=parent | |
| 783 | fp.Reflectance=reflectance | |
| 784 | fp.Transparency=transparency | |
| 785 | fp.CanCollide=false | |
| 786 | fp.Locked=true | |
| 787 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
| 788 | fp.Name=name | |
| 789 | fp.Size=size | |
| 790 | fp.Position=Character.Torso.Position | |
| 791 | nooutline(fp) | |
| 792 | fp.Material=material | |
| 793 | fp:BreakJoints() | |
| 794 | return fp | |
| 795 | end | |
| 796 | ||
| 797 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
| 798 | local mesh=it(Mesh) | |
| 799 | mesh.Parent=part | |
| 800 | if Mesh=="SpecialMesh" then | |
| 801 | mesh.MeshType=meshtype | |
| 802 | mesh.MeshId=meshid | |
| 803 | end | |
| 804 | mesh.Offset=offset | |
| 805 | mesh.Scale=scale | |
| 806 | return mesh | |
| 807 | end | |
| 808 | ||
| 809 | function weld(parent,part0,part1,c0,c1) | |
| 810 | local weld=it("Weld")
| |
| 811 | weld.Parent=parent | |
| 812 | weld.Part0=part0 | |
| 813 | weld.Part1=part1 | |
| 814 | weld.C0=c0 | |
| 815 | weld.C1=c1 | |
| 816 | return weld | |
| 817 | end | |
| 818 | ||
| 819 | ||
| 820 | ||
| 821 | function RemoveOutlines(part) | |
| 822 | part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10 | |
| 823 | end | |
| 824 | function CreatePart(Parent, Material, Reflectance, Transparency, BColor, Name, Size) | |
| 825 | local Part = Create("Part")({
| |
| 826 | Parent = Parent, | |
| 827 | Reflectance = Reflectance, | |
| 828 | Transparency = Transparency, | |
| 829 | - | handle=part(Enum.FormFactor.Custom,gunty,Enum.Material.SmoothPlastic,0,0,"Black","Handle",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 829 | + | |
| 830 | - | handleweld=weld(m,Character["Right Leg"],handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.015465498, 0.713769853, -0.0078368187, -0.260250956, -0.0149142649, -0.965426087, 0.0187318921, 0.999616802, -0.020492021, 0.96535933, -0.0234172773, -0.259871304)) |
| 830 | + | |
| 831 | - | mesh("BlockMesh",handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
|
| 831 | + | |
| 832 | - | MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 832 | + | |
| 833 | - | MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.29153442e-06, -1.46925449e-05, -3.81469727e-06, 0.866025269, -8.1025064e-08, -0.500000775, -5.0291419e-08, 1.00000453, -2.39815563e-07, 0.500001192, 2.03959644e-07, 0.866024852)) |
| 833 | + | |
| 834 | - | mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
|
| 834 | + | |
| 835 | - | MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 835 | + | |
| 836 | - | MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.12599945e-06, -1.49160624e-05, -9.53674316e-07, 0.866026402, -1.45658851e-06, -0.499998689, 2.0340085e-06, 1.00000453, 6.79399818e-07, 0.499999166, -1.64285302e-06, 0.866026282)) |
| 836 | + | |
| 837 | - | mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
|
| 837 | + | |
| 838 | - | MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 838 | + | |
| 839 | - | MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.81469727e-06, -1.48117542e-05, -7.15255737e-06, 0.500000119, -4.02797014e-07, -0.866025448, 4.07546759e-06, 1.00000453, 1.89431012e-06, 0.866025627, -4.53926623e-06, 0.50000006)) |
| 839 | + | |
| 840 | - | mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
|
| 840 | + | |
| 841 | - | MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 841 | + | |
| 842 | - | MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1920929e-06, -1.45435333e-05, -7.15255737e-06, 0.258817017, 1.90187711e-06, -0.965926409, 3.05473804e-06, 1.00000477, 2.78931111e-06, 0.965926707, -3.72156501e-06, 0.258817077)) |
| 842 | + | |
| 843 | - | mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
|
| 843 | + | |
| 844 | - | MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 844 | + | |
| 845 | - | MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -3.32295895e-06, 1.43051147e-06, 0.866025865, 9.0058893e-07, -0.499999523, 7.63684511e-08, 1.00000465, 1.97067857e-06, 0.49999994, -1.76485628e-06, 0.866025805)) |
| 845 | + | |
| 846 | - | mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
|
| 846 | + | |
| 847 | - | MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 847 | + | |
| 848 | - | MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-07, -9.56654549e-06, -4.76837158e-07, 1.00000036, -4.86150384e-07, 8.94069672e-08, 4.58210707e-07, 1.00000465, -1.68941915e-06, 1.1920929e-07, 1.68383121e-06, 1)) |
| 848 | + | |
| 849 | - | mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
|
| 849 | + | |
| 850 | - | MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 850 | + | |
| 851 | - | MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.15255737e-07, -1.4603138e-05, -6.19888306e-06, 0.258817106, -5.05347998e-07, -0.965926349, 1.03749335e-06, 1.00000477, -2.66358256e-07, 0.965926588, -9.983778e-07, 0.258817166)) |
| 851 | + | |
| 852 | - | mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
|
| 852 | + | |
| 853 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 853 | + | |
| 854 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587807894, 0.0303396583, 0.0399312973, 3.01003456e-06, -3.75322998e-07, 0.999999821, -0.250737667, 0.968059659, 1.05053186e-06, -0.968055487, -0.25073868, 2.63750553e-06)) |
| 854 | + | |
| 855 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 855 | + | |
| 856 | - | MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 856 | + | |
| 857 | - | MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.15255737e-07, -1.42753124e-05, -7.15255737e-06, 0.500000179, 9.406358e-07, -0.866025448, -8.28877091e-07, 1.00000453, 6.06290996e-07, 0.866025805, 3.7252903e-07, 0.50000006)) |
| 857 | + | |
| 858 | - | mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
|
| 858 | + | |
| 859 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 859 | + | |
| 860 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.58306885e-06, -1.27255917e-05, -0.204605103, -0.965926409, 5.90458512e-07, -0.258817971, 7.80448318e-07, 1.00000465, -7.62287527e-07, 0.258817941, -9.35451681e-07, -0.96592623)) |
| 860 | + | |
| 861 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
|
| 861 | + | |
| 862 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 862 | + | |
| 863 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.31266022e-05, -9.4473362e-06, -0.173951864, 0.258816868, 1.92021616e-07, -0.965926349, 3.35276127e-06, 1.00000453, 1.07008964e-06, 0.965926588, -3.57069075e-06, 0.258816898)) |
| 863 | + | |
| 864 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
|
| 864 | + | |
| 865 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 865 | + | |
| 866 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.38282776e-05, -7.89761543e-06, -0.204626083, 0.258815736, -5.62000423e-07, -0.965926707, 2.90386379e-06, 1.00000453, 1.99303031e-07, 0.965926945, -2.90572643e-06, 0.258815825)) |
| 866 | + | |
| 867 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
|
| 867 | + | |
| 868 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 868 | + | |
| 869 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1920929e-05, -3.16053629e-05, 0.173899412, 0.965926588, 2.71946192e-07, 0.25881806, 3.94880772e-07, 1.00000477, -2.6631169e-06, -0.258817911, 2.65656126e-06, 0.965926051)) |
| 869 | + | |
| 870 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
|
| 870 | + | |
| 871 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 871 | + | |
| 872 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-05, -2.67922878e-05, 0.173911095, 0.500003219, 2.04052776e-06, 0.86602366, 1.55717134e-06, 1.00000441, -3.31318006e-06, -0.866024077, 2.99327075e-06, 0.500002921)) |
| 872 | + | |
| 873 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
|
| 873 | + | |
| 874 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 874 | + | |
| 875 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.7220459e-06, -1.4424324e-05, -0.204611063, -0.500003338, 1.55437738e-06, -0.8660236, 3.6098063e-06, 1.00000465, -3.3993274e-07, 0.866024137, -3.30805779e-06, -0.50000304)) |
| 875 | + | |
| 876 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
|
| 876 | + | |
| 877 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 877 | + | |
| 878 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.29938126e-05, -3.19033861e-05, 0.173903465, 0.866026223, 2.40281224e-06, -0.499998778, -2.83122063e-06, 1.00000453, -6.10016286e-08, 0.499999166, 1.43889338e-06, 0.866026044)) |
| 878 | + | |
| 879 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
|
| 879 | + | |
| 880 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 880 | + | |
| 881 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.57627869e-06, -2.88188457e-05, 0.173901081, 0.258816868, 1.71843567e-07, -0.965926409, 3.33227217e-06, 1.00000477, 1.0477379e-06, 0.965926588, -3.53343785e-06, 0.258816928)) |
| 881 | + | |
| 882 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
|
| 882 | + | |
| 883 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 883 | + | |
| 884 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.52587891e-05, -2.66432762e-05, 0.204609275, -0.965925813, -2.07684934e-06, -0.258820504, -1.96322799e-06, 1.00000453, -7.39935786e-07, 0.258820415, -1.89080311e-07, -0.965925455)) |
| 884 | + | |
| 885 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
|
| 885 | + | |
| 886 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 886 | + | |
| 887 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.52587891e-05, -4.88758087e-06, -0.173935413, 0.965926766, 6.81728125e-07, 0.258816689, 1.82539225e-07, 1.00000453, -3.42587009e-06, -0.2588166, 3.36155426e-06, 0.965926468)) |
| 887 | + | |
| 888 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
|
| 888 | + | |
| 889 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 889 | + | |
| 890 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1920929e-06, -1.45882368e-05, -0.204617023, 0.866025865, 1.17346644e-06, -0.499999702, 2.42143869e-08, 1.00000453, 2.42795795e-06, 0.5, -2.15321779e-06, 0.866025627)) |
| 890 | + | |
| 891 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
|
| 891 | + | |
| 892 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 892 | + | |
| 893 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.45435333e-05, -3.05324793e-05, 0.204583168, 0.258819401, 2.72160469e-06, -0.965925813, 6.1839819e-07, 1.00000453, 2.97510996e-06, 0.965926051, -1.41188502e-06, 0.258819461)) |
| 893 | + | |
| 894 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
|
| 894 | + | |
| 895 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 895 | + | |
| 896 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.15633011e-05, -3.11583281e-05, 0.20458746, 0.866025925, 1.43051147e-06, -0.499999702, -2.05077231e-06, 1.00000465, -6.12810254e-07, 0.5, 1.53761357e-06, 0.866025567)) |
| 896 | + | |
| 897 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
|
| 897 | + | |
| 898 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 898 | + | |
| 899 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.67028809e-05, -2.66134739e-05, 0.204611421, -0.500003278, -1.87475234e-06, -0.86602366, 1.71363354e-06, 1.00000477, -3.21911648e-06, 0.866024196, -3.08733433e-06, -0.50000304)) |
| 899 | + | |
| 900 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
|
| 900 | + | |
| 901 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 901 | + | |
| 902 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -1.74790621e-05, -0.173940659, 0.866024971, 7.72997737e-08, -0.500001192, -2.99885869e-07, 1.00000477, -3.25031579e-07, 0.500001431, 3.66941094e-07, 0.866024852)) |
| 902 | + | |
| 903 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
|
| 903 | + | |
| 904 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 904 | + | |
| 905 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.81333923e-05, -9.20891762e-06, -0.17391181, 0.500003397, 1.93528831e-06, 0.866023481, 1.58511102e-06, 1.00000465, -3.21026891e-06, -0.866024017, 3.00165266e-06, 0.500003099)) |
| 905 | + | |
| 906 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
|
| 906 | + | |
| 907 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 907 | + | |
| 908 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-07, -1.4975667e-05, -8.58306885e-06, 0.258819252, 2.72412763e-06, -0.965925813, 5.55068254e-07, 1.00000465, 2.92109326e-06, 0.965926111, -1.35414302e-06, 0.258819312)) |
| 908 | + | |
| 909 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
|
| 909 | + | |
| 910 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 910 | + | |
| 911 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.24520874e-06, -1.48415565e-05, -4.29153442e-06, 0.866025746, 1.11758709e-06, -0.49999994, 4.84287739e-08, 1.00000441, 2.37394124e-06, 0.500000179, -2.11410224e-06, 0.866025448)) |
| 911 | + | |
| 912 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
|
| 912 | + | |
| 913 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 913 | + | |
| 914 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409204602, 0.10229063, 0.102291822, 0.258818269, 1.3727913e-07, -0.965926111, 0.68301332, 0.707109988, 0.183012336, 0.683012962, -0.707110107, 0.183012083)) |
| 914 | + | |
| 915 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
|
| 915 | + | |
| 916 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 916 | + | |
| 917 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409224749, -0.040927887, -0.272358984, -0.96592623, 4.47034836e-07, -0.258818358, -0.258818299, -2.08748861e-06, 0.965926111, -1.43423676e-07, 1.00000453, 2.10478902e-06)) |
| 917 | + | |
| 918 | - | mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.400000006, 0.400000006))
|
| 918 | + | |
| 919 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 919 | + | |
| 920 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409198999, -0.144693375, -0.144691229, 0.258818358, 7.3290721e-08, -0.96592623, 0.683013737, 0.707110167, 0.183012426, 0.683012843, -0.707110941, 0.183012158)) |
| 920 | + | |
| 921 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
|
| 921 | + | |
| 922 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 922 | + | |
| 923 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409178734, -0.296581864, 0.296577573, 0.965926409, -3.20374966e-07, 0.258818328, -0.183010831, 0.707114697, 0.683008671, -0.183013484, -0.707105637, 0.683017015)) |
| 923 | + | |
| 924 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.09000003, 1, 1))
|
| 924 | + | |
| 925 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 925 | + | |
| 926 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587827682, -0.0126010776, -0.0337805748, 3.27825546e-06, -1.11712143e-06, 0.99999994, 6.01634383e-06, 1.00000453, 1.07986853e-06, -1.00000048, 6.05173409e-06, 3.01003456e-06)) |
| 926 | + | |
| 927 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 927 | + | |
| 928 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 928 | + | |
| 929 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409201384, -0.818393111, -0.409234524, 0.258819222, -2.12179657e-07, -0.965925813, 5.49852848e-06, 1.00000477, 1.23260543e-06, 0.96592623, -5.65871596e-06, 0.258819371)) |
| 929 | + | |
| 930 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 930 | + | |
| 931 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(1.0230124, 0.40920499, 1.02301252)) |
| 931 | + | |
| 932 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.38418579e-06, -0.511506081, 9.53674316e-06, -0.258817196, -1.76685171e-06, 0.96592623, 2.5536865e-06, 1.00000453, 2.50060111e-06, -0.965926707, 3.14600766e-06, -0.258817315)) |
| 932 | + | |
| 933 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 933 | + | |
| 934 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 934 | + | |
| 935 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409208298, -0.818394959, -0.409217119, 0.258819014, -1.78793925e-07, -0.965925694, 5.72018325e-06, 1.00000453, 1.34762377e-06, 0.965926111, -5.93066216e-06, 0.258819163)) |
| 935 | + | |
| 936 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 936 | + | |
| 937 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 937 | + | |
| 938 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409227371, -1.22763419, 0.102303505, -0.965926409, 5.68106771e-07, -0.258818299, 2.29291618e-06, 1.00000465, -6.52717426e-06, 0.258818269, -6.89018088e-06, -0.965926111)) |
| 938 | + | |
| 939 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 939 | + | |
| 940 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 940 | + | |
| 941 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.40921998, -1.22765398, 0.102293491, 0.965926111, -2.41585076e-06, 0.258819401, 2.92062759e-06, 1.00000453, -1.85659155e-06, -0.258819312, 2.51964593e-06, 0.965925753)) |
| 941 | + | |
| 942 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 942 | + | |
| 943 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 943 | + | |
| 944 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409216166, -0.818417728, 0.409194946, 0.965926051, 2.58162618e-06, 0.258819371, -1.8607825e-06, 1.00000477, -3.13017517e-06, -0.258819312, 2.51968231e-06, 0.965925753)) |
| 944 | + | |
| 945 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 945 | + | |
| 946 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.20460251)) |
| 946 | + | |
| 947 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409232855, -0.511525393, 0.409212589, 0.96592617, -5.75557351e-07, 0.258818269, 7.4505806e-07, 1.00000465, -7.13858753e-07, -0.258818269, 8.54082828e-07, 0.965926111)) |
| 947 | + | |
| 948 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 948 | + | |
| 949 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.818410039, 0.409205019)) |
| 949 | + | |
| 950 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409225941, -0.716124535, -6.43730164e-06, 0.965928972, -1.67638063e-07, 0.258819133, 1.13248825e-06, 1.00000918, -7.0175156e-07, -0.258818567, 5.44099748e-07, 0.965927899)) |
| 950 | + | |
| 951 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 951 | + | |
| 952 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.20460251)) |
| 952 | + | |
| 953 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409224033, -0.51151669, -0.409200191, 0.965926349, 2.19792128e-07, 0.258818567, 6.14672899e-08, 1.00000346, -1.23400241e-06, -0.258818507, 1.2102355e-06, 0.965925992)) |
| 953 | + | |
| 954 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 954 | + | |
| 955 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 955 | + | |
| 956 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409229755, -0.818407714, 0.409216285, -0.965926349, 5.42029738e-07, -0.258818328, 7.07805157e-07, 1.00000465, -6.93835318e-07, 0.258818269, -8.16775355e-07, -0.965926111)) |
| 956 | + | |
| 957 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 957 | + | |
| 958 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 958 | + | |
| 959 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409229755, 0.0010099411, -0.00103974342, 0.96592617, -5.75557351e-07, 0.258818269, -0.183011368, 0.707111835, 0.683011353, -0.183012962, -0.707108498, 0.683014393)) |
| 959 | + | |
| 960 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.11000001, 1.20000005, 1.20000005))
|
| 960 | + | |
| 961 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 961 | + | |
| 962 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00101113319, -0.409224749, 0.00104081631, -0.183009192, 0.707110524, 0.683013201, 0.965926826, -2.24076211e-06, 0.258816421, 0.183012486, 0.707109571, -0.683013439)) |
| 962 | + | |
| 963 | - | mesh("CylinderMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1.13, 0.839999974))
|
| 963 | + | |
| 964 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 964 | + | |
| 965 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.62939453e-06, -4.50015068e-06, 2.14576721e-06, 0.96592617, -5.75557351e-07, 0.258818269, -3.57627869e-07, 1.00000465, 3.40072438e-06, -0.258818269, -3.39271719e-06, 0.96592623)) |
| 965 | + | |
| 966 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 966 | + | |
| 967 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252)) |
| 967 | + | |
| 968 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.76429749e-05, -0.105883539, -0.0283740759, 0.965926051, -2.33389437e-06, 0.258819342, 0.0669894889, 0.965930343, -0.249999389, -0.249999687, 0.258820236, 0.933012843)) |
| 968 | + | |
| 969 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
|
| 969 | + | |
| 970 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252)) |
| 970 | + | |
| 971 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-8.10623169e-06, 0.0494104028, 0.0132250786, 0.965925992, -2.48104334e-06, 0.258819342, 0.0669896603, 0.965930223, -0.249999434, -0.249999657, 0.258820325, 0.933012903)) |
| 971 | + | |
| 972 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
|
| 972 | + | |
| 973 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252)) |
| 973 | + | |
| 974 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.62124634e-05, 0.101639003, -0.0272479057, 0.965926349, -5.12227416e-07, 0.258818358, -0.0669851974, 0.965931892, 0.249994665, -0.249999732, -0.258814543, 0.933014274)) |
| 974 | + | |
| 975 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
|
| 975 | + | |
| 976 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252)) |
| 976 | + | |
| 977 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.43051147e-06, 0.0494035482, -0.0132496357, 0.965926349, -5.19677997e-07, 0.258818328, -0.0669869334, 0.965930104, 0.250001281, -0.24999927, -0.258821338, 0.933012426)) |
| 977 | + | |
| 978 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
|
| 978 | + | |
| 979 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252)) |
| 979 | + | |
| 980 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1920929e-05, -0.0494016707, 0.0132369995, 0.965926349, -5.04776835e-07, 0.258818358, -0.0669859126, 0.965931296, 0.249997243, -0.249999553, -0.258817166, 0.933013558)) |
| 980 | + | |
| 981 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
|
| 981 | + | |
| 982 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252)) |
| 982 | + | |
| 983 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.90734863e-05, -0.0494136214, -0.0132431984, 0.96592629, -5.6065619e-07, 0.258818299, 0.0669864863, 0.965931475, -0.249995902, -0.249999389, 0.258816093, 0.933014035)) |
| 983 | + | |
| 984 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
|
| 984 | + | |
| 985 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252)) |
| 985 | + | |
| 986 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.1920929e-05, -0.105862737, 0.0283651352, 0.965926468, -5.38304448e-07, 0.258818358, -0.0669858381, 0.965931416, 0.249997199, -0.249999538, -0.258817077, 0.933013558)) |
| 986 | + | |
| 987 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
|
| 987 | + | |
| 988 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252)) |
| 988 | + | |
| 989 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-06, 0.101653457, 0.027228117, 0.96592629, 9.57399607e-07, 0.258818865, 0.0669860095, 0.96593076, -0.24999921, -0.25000003, 0.258819193, 0.933012962)) |
| 989 | + | |
| 990 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
|
| 990 | + | |
| 991 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 991 | + | |
| 992 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409224033, -0.0358011723, 0.00365288556, 0.965926349, -4.3772161e-07, 0.258818358, 0.258818269, 1.79674134e-06, -0.965925992, -7.07805157e-08, 1.00000465, 1.8235296e-06)) |
| 992 | + | |
| 993 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
|
| 993 | + | |
| 994 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 994 | + | |
| 995 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409234524, 0.039431572, 9.77516174e-06, 0.965926409, -3.7997961e-07, 0.258818358, 5.83007932e-07, 1.00000465, -8.88947397e-07, -0.258818328, 1.00231227e-06, 0.965926111)) |
| 995 | + | |
| 996 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
|
| 996 | + | |
| 997 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 997 | + | |
| 998 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409225941, -0.0321690291, -9.53674316e-07, 0.965925992, 1.40629709e-06, 0.258819252, -6.92903996e-07, 1.00000465, -3.05427238e-06, -0.258819193, 2.73579644e-06, 0.965925753)) |
| 998 | + | |
| 999 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
|
| 999 | + | |
| 1000 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1000 | + | |
| 1001 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409225941, 0.0358095169, 0.00363235176, 0.965926349, -4.07919288e-07, 0.258818388, 0.258818269, 1.7967559e-06, -0.965925992, -1.00582838e-07, 1.00000465, 1.81607902e-06)) |
| 1001 | + | |
| 1002 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
|
| 1002 | + | |
| 1003 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1003 | + | |
| 1004 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409226418, 0.0383607149, -0.00259244442, 0.965926349, -5.06639481e-07, 0.258818299, -0.183010906, 0.707113624, 0.683009565, -0.18301329, -0.70710659, 0.683015943)) |
| 1004 | + | |
| 1005 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
|
| 1005 | + | |
| 1006 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1006 | + | |
| 1007 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409236908, -0.033225894, 0.00256085396, 0.965926468, -5.25265932e-07, 0.258818328, 0.183010936, 0.707115948, -0.683007121, -0.183013305, 0.707104206, 0.683018506)) |
| 1007 | + | |
| 1008 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
|
| 1008 | + | |
| 1009 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1009 | + | |
| 1010 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409227371, -0.0332458019, -0.00256955624, 0.965927541, -3.40864062e-07, 0.258818686, -0.183011636, 0.707112014, 0.683013082, -0.183012843, -0.707111239, 0.683013916)) |
| 1010 | + | |
| 1011 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
|
| 1011 | + | |
| 1012 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1012 | + | |
| 1013 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409228802, 0.00101113319, -0.00103914738, 0.965926349, -5.21540642e-07, 0.258818299, -0.183010414, 0.70711565, 0.683007777, -0.183013827, -0.707104683, 0.683017969)) |
| 1013 | + | |
| 1014 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.12, 0.899999976, 0.899999976))
|
| 1014 | + | |
| 1015 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1015 | + | |
| 1016 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409228563, 0.0383838415, 0.0025562048, 0.965925872, 1.52364373e-06, 0.258820266, 0.183010653, 0.707117081, -0.683006108, -0.183016419, 0.707103014, 0.683019042)) |
| 1016 | + | |
| 1017 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
|
| 1017 | + | |
| 1018 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1018 | + | |
| 1019 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409205317, 0.10229373, 0.10229516, 0.258818269, 1.39243639e-07, -0.965926111, 0.683013558, 0.707109571, 0.183012411, 0.683012605, -0.707110643, 0.183011979)) |
| 1019 | + | |
| 1020 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 1, 1))
|
| 1020 | + | |
| 1021 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1021 | + | |
| 1022 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40921545, -0.144698143, -0.144692183, 0.258818269, 1.39289114e-07, -0.965926111, 0.683013678, 0.707109571, 0.183012441, 0.683012486, -0.707110643, 0.183011949)) |
| 1022 | + | |
| 1023 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.13800001, 1.39999998, 1.39999998))
|
| 1023 | + | |
| 1024 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1024 | + | |
| 1025 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409209609, 0.13973856, -0.0374653339, 0.258817255, 1.61089702e-07, -0.96592629, 0.933013141, -0.258822173, 0.249998212, -0.250001937, -0.965929866, -0.0669874549)) |
| 1025 | + | |
| 1026 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
|
| 1026 | + | |
| 1027 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1027 | + | |
| 1028 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409212828, -0.197652817, -0.0529557467, 0.258817255, 1.86733268e-06, -0.965926468, 0.933013141, 0.258821279, 0.249998748, 0.250001639, -0.965929866, 0.0669853985)) |
| 1028 | + | |
| 1029 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
|
| 1029 | + | |
| 1030 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1030 | + | |
| 1031 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409211755, -0.197650671, 0.0529537201, 0.258817226, 1.89360253e-06, -0.965926349, 0.933013141, -0.258822113, 0.249997735, -0.25000155, -0.965929866, -0.0669890717)) |
| 1031 | + | |
| 1032 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
|
| 1032 | + | |
| 1033 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1033 | + | |
| 1034 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409211755, 0.139732599, 0.0374419689, 0.258818269, 1.39294571e-07, -0.965926111, 0.93301338, 0.258819848, 0.249999404, 0.249999881, -0.965930462, 0.0669869259)) |
| 1034 | + | |
| 1035 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
|
| 1035 | + | |
| 1036 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1036 | + | |
| 1037 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409215689, -0.197652102, 0.0529658794, 0.258818269, 1.24478902e-07, -0.965926111, 0.933012545, -0.258823633, 0.249999091, -0.250003308, -0.965929449, -0.0669880956)) |
| 1037 | + | |
| 1038 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
|
| 1038 | + | |
| 1039 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1039 | + | |
| 1040 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409211278, 0.139737606, -0.0374429226, 0.258818269, 1.24517101e-07, -0.965926111, 0.93301338, -0.258820385, 0.249999329, -0.250000209, -0.965930343, -0.0669872537)) |
| 1040 | + | |
| 1041 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
|
| 1041 | + | |
| 1042 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1042 | + | |
| 1043 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40921545, -0.197654247, -0.0529572964, 0.258818269, 1.24562575e-07, -0.965926111, 0.933012605, 0.258823037, 0.24999918, 0.25000298, -0.965929627, 0.0669877604)) |
| 1043 | + | |
| 1044 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
|
| 1044 | + | |
| 1045 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1045 | + | |
| 1046 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409205079, 0.139732361, 0.0374420881, 0.258818269, 1.24471626e-07, -0.965926111, 0.933013499, 0.258819491, 0.249999404, 0.249999523, -0.965930402, 0.0669868439)) |
| 1046 | + | |
| 1047 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
|
| 1047 | + | |
| 1048 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1048 | + | |
| 1049 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409210801, 0.125280857, 0.0723321438, 0.258818269, 1.24515282e-07, -0.965926111, 0.836515129, 0.500005543, 0.224142864, 0.482966512, -0.866027653, 0.129409969)) |
| 1049 | + | |
| 1050 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.16999996, 0.600000024, 0.600000024))
|
| 1050 | + | |
| 1051 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1051 | + | |
| 1052 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409209251, -0.177212954, -0.102309942, 0.258818269, 1.24433427e-07, -0.965926111, 0.836515069, 0.500005603, 0.224142849, 0.482966572, -0.866027653, 0.129409984)) |
| 1052 | + | |
| 1053 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.16799998, 0.75999999, 0.75999999))
|
| 1053 | + | |
| 1054 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1054 | + | |
| 1055 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40921545, -0.177217484, -0.10231185, 0.258818269, 1.24435246e-07, -0.965926111, 0.836516678, 0.500002623, 0.224143282, 0.482963651, -0.866029322, 0.129409179)) |
| 1055 | + | |
| 1056 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.176, 0.600000024, 0.600000024))
|
| 1056 | + | |
| 1057 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1057 | + | |
| 1058 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409204364, 0.125284195, 0.0723347664, 0.258818269, 1.24524377e-07, -0.965926111, 0.836516857, 0.500002205, 0.224143326, 0.482963234, -0.866029561, 0.12940909)) |
| 1058 | + | |
| 1059 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.17999995, 0.5, 0.5))
|
| 1059 | + | |
| 1060 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1060 | + | |
| 1061 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409208775, -0.144697428, -0.144691944, 0.258818269, 1.24453436e-07, -0.965926111, 0.683013797, 0.707109451, 0.183012471, 0.683012545, -0.707110643, 0.183011979)) |
| 1061 | + | |
| 1062 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
|
| 1062 | + | |
| 1063 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1063 | + | |
| 1064 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409204364, 0.10229373, 0.102295876, 0.258818269, 1.52136636e-07, -0.965926111, 0.683013558, 0.70710963, 0.183012396, 0.683012724, -0.707110465, 0.183012009)) |
| 1064 | + | |
| 1065 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
|
| 1065 | + | |
| 1066 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1066 | + | |
| 1067 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409214973, -0.144695759, -0.144689083, 0.258818269, 1.52112989e-07, -0.965926111, 0.683013678, 0.707109571, 0.183012441, 0.683012664, -0.707110763, 0.183011994)) |
| 1067 | + | |
| 1068 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
|
| 1068 | + | |
| 1069 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1069 | + | |
| 1070 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409225941, -0.0716128349, 1.19694662, -0.965926349, 4.74974513e-07, -0.258818358, 0.258818299, 1.88409467e-06, -0.96592623, 8.00937414e-08, -1.00000477, -1.92364678e-06)) |
| 1070 | + | |
| 1071 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.699999988, 0.699999988))
|
| 1071 | + | |
| 1072 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1072 | + | |
| 1073 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409232616, -1.19696474, 0.0716114044, -0.965926349, 5.04776835e-07, -0.258818358, 6.79865479e-07, 1.00000477, -7.80913979e-07, 0.258818299, -9.1304355e-07, -0.965926111)) |
| 1073 | + | |
| 1074 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.699999988, 0.699999988))
|
| 1074 | + | |
| 1075 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1075 | + | |
| 1076 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409232378, -0.0818498135, 1.20718575, -0.96592629, 3.87430191e-07, -0.258818388, 0.258818358, 1.76667527e-07, -0.965926111, -2.90572643e-07, -1.00000465, -2.54716724e-07)) |
| 1076 | + | |
| 1077 | - | mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.800000012, 0.800000012))
|
| 1077 | + | |
| 1078 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1078 | + | |
| 1079 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40922904, -1.20718908, 0.081846714, -0.965926349, 4.3772161e-07, -0.258818358, 1.07474625e-06, 1.00000465, -2.50991434e-06, 0.258818269, -2.68853e-06, -0.965925932)) |
| 1079 | + | |
| 1080 | - | mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.800000012, 0.800000012))
|
| 1080 | + | |
| 1081 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1081 | + | |
| 1082 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409234762, -0.0409214497, 1.16627312, -0.965925992, -2.76602805e-06, -0.258819282, 0.258819282, 1.62548531e-07, -0.965925813, 2.75112689e-06, -1.00000453, 5.71832061e-07)) |
| 1082 | + | |
| 1083 | - | mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 0.400000006))
|
| 1083 | + | |
| 1084 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1084 | + | |
| 1085 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409240961, -1.16626632, 0.040926218, -0.965926111, -1.48452818e-06, -0.258819342, -7.82310963e-07, 1.00000453, -2.97697261e-06, 0.258819222, -2.66422467e-06, -0.965925694)) |
| 1085 | + | |
| 1086 | - | mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 0.400000006))
|
| 1086 | + | |
| 1087 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1087 | + | |
| 1088 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409230471, 0.272356212, 0.0409181118, -0.965926349, 4.74974513e-07, -0.258818358, -1.06915832e-06, -1.00000477, 2.38977373e-06, -0.258818328, 2.58247201e-06, 0.96592617)) |
| 1088 | + | |
| 1089 | - | mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.400000006, 0.400000006))
|
| 1089 | + | |
| 1090 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 1.02301252, 0.409205019)) |
| 1090 | + | |
| 1091 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409235239, -0.613821447, -1.09672546e-05, 0.965926051, 2.87033617e-06, 0.258819312, -2.12155282e-06, 1.00000453, -3.34531069e-06, -0.258819163, 2.65357085e-06, 0.965925634)) |
| 1091 | + | |
| 1092 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1, 0.400000006))
|
| 1092 | + | |
| 1093 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1093 | + | |
| 1094 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409236193, 0.235309824, 0.153463125, -0.965926528, 6.66826963e-07, -0.258817494, -1.04308128e-06, -1.00000441, 1.52504072e-06, -0.258817434, 1.72445471e-06, 0.96592617)) |
| 1094 | + | |
| 1095 | - | mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.800000012, 0.100000001))
|
| 1095 | + | |
| 1096 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1096 | + | |
| 1097 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.40923667, 0.235307157, 0.153455257, 0.965926111, 2.78837979e-06, 0.258819282, 2.03959644e-06, -1.00000453, 3.33879143e-06, 0.258819193, -2.6688358e-06, -0.965925694)) |
| 1097 | + | |
| 1098 | - | mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.800000012, 0.100000001))
|
| 1098 | + | |
| 1099 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 1.02301252, 0.409205019)) |
| 1099 | + | |
| 1100 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409226656, -0.61379993, -9.77516174e-06, 0.96592623, -4.30271029e-07, 0.258818388, 6.1839819e-07, 1.00000465, -7.87898898e-07, -0.258818358, 8.9310015e-07, 0.965926111)) |
| 1100 | + | |
| 1101 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 1, 0.699999988))
|
| 1101 | + | |
| 1102 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 1.02301252, 0.409205019)) |
| 1102 | + | |
| 1103 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409230709, -0.613822043, -1.12056732e-05, 0.965926468, -4.71249223e-07, 0.258818388, 1.10454857e-06, 1.00000465, -2.5019981e-06, -0.258818269, 2.6885682e-06, 0.965925932)) |
| 1103 | + | |
| 1104 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1, 0.800000012))
|
| 1104 | + | |
| 1105 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1105 | + | |
| 1106 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409207106, 0.13973856, -0.0374412537, 0.258818299, 1.24598955e-07, -0.965926111, 0.933012426, -0.258824199, 0.249999076, -0.250003844, -0.96592921, -0.0669882223)) |
| 1106 | + | |
| 1107 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
|
| 1107 | + | |
| 1108 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1108 | + | |
| 1109 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409206629, 0.139734983, 0.037442565, 0.258818269, 1.24486178e-07, -0.965926111, 0.93301338, 0.258819848, 0.249999404, 0.249999836, -0.965930402, 0.0669869184)) |
| 1109 | + | |
| 1110 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
|
| 1110 | + | |
| 1111 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1111 | + | |
| 1112 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409206629, 0.139735222, -0.0374412537, 0.258818269, 1.24560756e-07, -0.965926111, 0.933012366, -0.258824348, 0.249999046, -0.250003994, -0.96592921, -0.0669882521)) |
| 1112 | + | |
| 1113 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
|
| 1113 | + | |
| 1114 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1114 | + | |
| 1115 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409200668, 0.139736891, 0.0374442339, 0.258818269, 1.24442522e-07, -0.965926111, 0.93301338, 0.258819848, 0.249999404, 0.249999881, -0.965930462, 0.0669869259)) |
| 1115 | + | |
| 1116 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
|
| 1116 | + | |
| 1117 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1117 | + | |
| 1118 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409206629, 0.125282288, 0.0723333359, 0.258818269, 1.24469807e-07, -0.965926111, 0.836515069, 0.500005603, 0.224142849, 0.482966572, -0.866027653, 0.129409984)) |
| 1118 | + | |
| 1119 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.16999996, 0.600000024, 0.600000024))
|
| 1119 | + | |
| 1120 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1120 | + | |
| 1121 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409203768, 0.125283003, 0.0723350048, 0.258817196, -8.29286364e-07, -0.96592623, 0.836516261, 0.500003815, 0.224141687, 0.482964724, -0.866028488, 0.129409805)) |
| 1121 | + | |
| 1122 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.17999995, 0.5, 0.5))
|
| 1122 | + | |
| 1123 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1123 | + | |
| 1124 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409202814, 0.10229516, 0.102294445, 0.258817226, -8.58977728e-07, -0.96592629, 0.683012784, 0.707111001, 0.183010682, 0.683013916, -0.707109272, 0.183012277)) |
| 1124 | + | |
| 1125 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
|
| 1125 | + | |
| 1126 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1126 | + | |
| 1127 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409200668, 0.102293015, 0.102293491, 0.258818328, 5.30217221e-08, -0.965926111, 0.683013678, 0.707109869, 0.183012411, 0.683012784, -0.707110763, 0.183012128)) |
| 1127 | + | |
| 1128 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 1, 1))
|
| 1128 | + | |
| 1129 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1129 | + | |
| 1130 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409199715, 0.102294445, 0.102296591, 0.258818299, 1.14005161e-07, -0.965926111, 0.683013558, 0.70710969, 0.183012411, 0.683012724, -0.707110524, 0.183012053)) |
| 1130 | + | |
| 1131 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
|
| 1131 | + | |
| 1132 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1132 | + | |
| 1133 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409204721, -0.197653055, 0.0529639721, 0.258818269, 1.24535291e-07, -0.965926111, 0.933012486, -0.258823812, 0.249999106, -0.250003487, -0.965929329, -0.0669881254)) |
| 1133 | + | |
| 1134 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
|
| 1134 | + | |
| 1135 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1135 | + | |
| 1136 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409199238, -0.177212238, -0.102311373, 0.258818388, 8.41919245e-08, -0.965926409, 0.836517453, 0.500002384, 0.22414349, 0.482962996, -0.866030514, 0.129409164)) |
| 1136 | + | |
| 1137 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.176, 0.600000024, 0.600000024))
|
| 1137 | + | |
| 1138 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1138 | + | |
| 1139 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409205437, -0.17721653, -0.10231328, 0.258818269, 1.39189069e-07, -0.965926111, 0.836516857, 0.500002205, 0.224143326, 0.482963175, -0.866029501, 0.129409075)) |
| 1139 | + | |
| 1140 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.16799998, 0.75999999, 0.75999999))
|
| 1140 | + | |
| 1141 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1141 | + | |
| 1142 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409204245, -0.197654486, -0.0529589653, 0.258818269, 1.24469807e-07, -0.965926111, 0.933013678, 0.258819193, 0.249999464, 0.24999927, -0.965930581, 0.0669867545)) |
| 1142 | + | |
| 1143 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
|
| 1143 | + | |
| 1144 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1144 | + | |
| 1145 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409198046, -0.197657824, -0.0529608727, 0.258818269, 1.24504368e-07, -0.965926111, 0.933013618, 0.258819163, 0.249999434, 0.249999225, -0.965930521, 0.066986762)) |
| 1145 | + | |
| 1146 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
|
| 1146 | + | |
| 1147 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1147 | + | |
| 1148 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409200191, -0.144691229, -0.144689798, 0.258817255, -4.4434255e-06, -0.965926349, 0.683013499, 0.707111001, 0.183008298, 0.68301326, -0.707109213, 0.18301475)) |
| 1148 | + | |
| 1149 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
|
| 1149 | + | |
| 1150 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1150 | + | |
| 1151 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409201145, -0.144695282, -0.144691944, 0.258817196, 4.32314664e-06, -0.96592623, 0.683011889, 0.707111001, 0.183014244, 0.68301481, -0.707109213, 0.183008716)) |
| 1151 | + | |
| 1152 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.13800001, 1.39999998, 1.39999998))
|
| 1152 | + | |
| 1153 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1153 | + | |
| 1154 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409197569, -0.19765687, 0.0529655218, 0.258818299, 1.24588041e-07, -0.965926111, 0.93301338, -0.258820385, 0.249999329, -0.250000209, -0.965930343, -0.0669872537)) |
| 1154 | + | |
| 1155 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
|
| 1155 | + | |
| 1156 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1156 | + | |
| 1157 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409172535, -0.501271248, 0.286438465, -0.96592629, 3.59490514e-07, -0.258818328, 5.47617674e-07, 1.00000477, -8.30739737e-07, 0.258818299, -9.44612111e-07, -0.965926111)) |
| 1157 | + | |
| 1158 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
|
| 1158 | + | |
| 1159 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1159 | + | |
| 1160 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409187317, -0.521716058, 0.306899309, 0.965926111, 3.17022204e-06, 0.258819669, -2.47173011e-06, 1.00000477, -3.12086195e-06, -0.25881958, 2.36122651e-06, 0.965925694)) |
| 1160 | + | |
| 1161 | - | mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
|
| 1161 | + | |
| 1162 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1162 | + | |
| 1163 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409173012, -0.501301467, 0.286454439, 0.96592629, -3.59490514e-07, 0.258818328, 9.01520252e-07, 1.00000465, -2.14390457e-06, -0.258818299, 2.29554826e-06, 0.965926051)) |
| 1163 | + | |
| 1164 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
|
| 1164 | + | |
| 1165 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.409205049, 0.40920499)) |
| 1165 | + | |
| 1166 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409181118, -0.419390112, -3.57627869e-06, 0.965925574, -2.30595469e-06, 0.258820593, 2.94297934e-06, 1.00000453, -2.22958624e-06, -0.258820593, 2.87155126e-06, 0.965925574)) |
| 1166 | + | |
| 1167 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
|
| 1167 | + | |
| 1168 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1168 | + | |
| 1169 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409175873, -0.286457062, -0.337592572, 0.96592629, -3.59490514e-07, 0.258818328, 0.258818269, 1.67720827e-06, -0.965926051, -1.11758709e-07, 1.00000465, 1.68895349e-06)) |
| 1169 | + | |
| 1170 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
|
| 1170 | + | |
| 1171 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1171 | + | |
| 1172 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409179211, -0.296578407, 0.29657805, 0.96592629, -3.52039933e-07, 0.258818269, -0.183010995, 0.707113981, 0.683009505, -0.18301329, -0.707106411, 0.683016241)) |
| 1172 | + | |
| 1173 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.11000001, 0.600000024, 0.600000024))
|
| 1173 | + | |
| 1174 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1174 | + | |
| 1175 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409179211, -0.296576142, 0.296580553, 0.965926409, -3.20374966e-07, 0.258818328, -0.18301104, 0.707113862, 0.683009446, -0.18301329, -0.707106411, 0.683016241)) |
| 1175 | + | |
| 1176 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.10000002, 0.800000012, 0.800000012))
|
| 1176 | + | |
| 1177 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1177 | + | |
| 1178 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409177303, -0.071616888, 0.419394433, 0.965926349, -2.51457095e-07, 0.258818328, -0.258818239, -1.62826291e-06, 0.965926111, 1.89989805e-07, -1.00000465, -1.63773075e-06)) |
| 1178 | + | |
| 1179 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
|
| 1179 | + | |
| 1180 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1180 | + | |
| 1181 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409178734, 0.0716183186, 0.419398218, 0.965926349, -2.21654773e-07, 0.258818358, -0.258818269, -1.56325041e-06, 0.965926111, 1.99303031e-07, -1.00000477, -1.54133886e-06)) |
| 1181 | + | |
| 1182 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
|
| 1182 | + | |
| 1183 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.613807499)) |
| 1183 | + | |
| 1184 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409174442, -0.501249909, 9.29832458e-06, 0.965926349, -2.06753612e-07, 0.258818328, -8.51228833e-07, 1.00000465, 3.91714275e-06, -0.258818239, -4.03007471e-06, 0.965926051)) |
| 1184 | + | |
| 1185 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
|
| 1185 | + | |
| 1186 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205049, 0.40920499)) |
| 1186 | + | |
| 1187 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409179688, -0.419426501, 4.529953e-06, 0.965926409, -3.35276127e-07, 0.258818358, -7.58096576e-07, 1.00000465, 3.97209078e-06, -0.258818269, -4.03449667e-06, 0.965926051)) |
| 1187 | + | |
| 1188 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 1))
|
| 1188 | + | |
| 1189 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1189 | + | |
| 1190 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409175396, 0.337592304, 0.286439419, 0.965926409, -3.35276127e-07, 0.258818358, -5.47617674e-07, -1.00000465, 8.68923962e-07, 0.258818328, -9.79969627e-07, -0.965926111)) |
| 1190 | + | |
| 1191 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
|
| 1191 | + | |
| 1192 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1192 | + | |
| 1193 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409174442, 0.317092687, 0.306918383, 0.965926409, -3.35276127e-07, 0.258818358, -8.36327672e-07, -1.00000465, 1.99116766e-06, 0.258818269, -2.13334351e-06, -0.965925992)) |
| 1193 | + | |
| 1194 | - | mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
|
| 1194 | + | |
| 1195 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1195 | + | |
| 1196 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409169674, -0.306894302, -0.317093372, 0.965925574, 5.569309e-07, 0.258820534, 0.258820564, 6.10440111e-07, -0.965925515, -7.4878335e-07, 1.00000465, 4.06522304e-07)) |
| 1196 | + | |
| 1197 | - | mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
|
| 1197 | + | |
| 1198 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.613807499)) |
| 1198 | + | |
| 1199 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409171581, -0.419415176, -3.81469727e-06, 0.965925753, 3.45520675e-06, 0.258820564, -3.01934779e-06, 1.00000453, -2.21561641e-06, -0.258820504, 1.33556205e-06, 0.965925515)) |
| 1199 | + | |
| 1200 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.200000003, 1.20000005))
|
| 1200 | + | |
| 1201 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.613807499)) |
| 1201 | + | |
| 1202 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409177303, -0.337566733, 5.48362732e-06, 0.965926349, -2.66358256e-07, 0.258818328, -8.00937414e-07, 1.00000465, 3.96044925e-06, -0.258818239, -4.05418541e-06, 0.965926051)) |
| 1202 | + | |
| 1203 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
|
| 1203 | + | |
| 1204 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1204 | + | |
| 1205 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.40916872, -0.521703362, 0.306914926, -0.965925753, -3.3210963e-06, -0.258820564, -2.88151205e-06, 1.00000453, -2.24076211e-06, 0.258820474, -1.40822522e-06, -0.965925455)) |
| 1205 | + | |
| 1206 | - | mesh("SpecialMesh",Neon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
|
| 1206 | + | |
| 1207 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1207 | + | |
| 1208 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409179688, 9.53674316e-06, 0.419403642, 0.965926349, -2.21654773e-07, 0.258818358, -0.258818239, -1.54826193e-06, 0.965926111, 1.95577741e-07, -1.00000465, -1.54040754e-06)) |
| 1208 | + | |
| 1209 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.200000003, 1))
|
| 1209 | + | |
| 1210 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1210 | + | |
| 1211 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587792635, -0.0161919594, -0.0653991699, 1.13248825e-06, -1.42026693e-07, 0.999999881, 0.341456413, 0.939902127, -1.56462193e-07, -0.939898133, 0.341457874, 8.04662704e-07)) |
| 1211 | + | |
| 1212 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1212 | + | |
| 1213 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1213 | + | |
| 1214 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587798834, -0.00837624073, -0.0366694927, -1.01327896e-06, 2.93366611e-07, -0.999999881, -0.500394166, -0.865801752, 2.23517418e-07, -0.865797997, 0.50039643, 8.64267349e-07)) |
| 1214 | + | |
| 1215 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1215 | + | |
| 1216 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979)) |
| 1216 | + | |
| 1217 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.58782959, -0.132636011, 0.471575022, 2.92062759e-06, 2.19326466e-07, 0.99999994, 0.250737906, -0.968059421, -4.47034836e-07, 0.968055427, 0.250738949, -2.69711018e-06)) |
| 1217 | + | |
| 1218 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1218 | + | |
| 1219 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252)) |
| 1219 | + | |
| 1220 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587816477, -0.00836849213, 0.752784967, 3.66568565e-06, -9.68575478e-07, 1, -0.500397146, -0.865800261, 9.53674316e-07, 0.865796447, -0.500399411, -3.50177288e-06)) |
| 1220 | + | |
| 1221 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1221 | + | |
| 1222 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979)) |
| 1222 | + | |
| 1223 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587809563, 0.0303430557, 0.471570253, -7.4505806e-07, -4.87081707e-07, -0.999999881, -0.25074333, 0.968058169, -3.83704901e-07, 0.968053997, 0.250744343, -5.51342964e-07)) |
| 1223 | + | |
| 1224 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1224 | + | |
| 1225 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1225 | + | |
| 1226 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587808847, -0.132651746, 0.0399596691, -1.01327896e-06, 1.48080289e-07, -0.999999881, 0.250738144, -0.968059599, -2.83122063e-07, -0.968055546, -0.250739217, 6.55651093e-07)) |
| 1226 | + | |
| 1227 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1227 | + | |
| 1228 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252)) |
| 1228 | + | |
| 1229 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587797642, -0.0125925392, 0.749894857, -1.84774399e-06, -1.41980127e-06, -1.00000012, 9.81613994e-07, 1.00000441, -1.46590173e-06, 1.00000048, -9.85339284e-07, -1.63912773e-06)) |
| 1229 | + | |
| 1230 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1230 | + | |
| 1231 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1231 | + | |
| 1232 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587806702, -0.0897038579, -0.0337746143, -1.04308128e-06, 2.33296305e-07, -0.999999881, -6.29946589e-06, -1.00000441, -1.94646418e-07, -1.00000036, 6.33113086e-06, 8.64267349e-07)) |
| 1232 | + | |
| 1233 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1233 | + | |
| 1234 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1234 | + | |
| 1235 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587805271, -0.0939061642, -0.0366768837, 3.30805779e-06, -1.09430403e-06, 1, 0.500399232, 0.86579895, -6.70552254e-07, -0.865795314, 0.500401378, 3.12924385e-06)) |
| 1235 | + | |
| 1236 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1236 | + | |
| 1237 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1237 | + | |
| 1238 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587803364, -0.0861333609, -0.065392971, -3.4570694e-06, 1.2870878e-06, -1, -0.341461569, -0.939899921, -5.21540642e-08, -0.939896166, 0.341463149, 3.50177288e-06)) |
| 1238 | + | |
| 1239 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1239 | + | |
| 1240 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1240 | + | |
| 1241 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587807655, -0.145272493, -0.0654447079, 1.10268593e-06, -2.22120434e-07, 1, 0.751385391, 0.659867108, -5.51342964e-07, -0.659864068, 0.751388669, 7.89761543e-07)) |
| 1241 | + | |
| 1242 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1242 | + | |
| 1243 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.4322176)) |
| 1243 | + | |
| 1244 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587798595, -0.0161972046, 0.98611784, -1.25169754e-06, -3.52505594e-07, -0.99999994, 0.341458827, 0.939900994, -6.78002834e-07, 0.939897239, -0.341460288, -8.04662704e-07)) |
| 1244 | + | |
| 1245 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1245 | + | |
| 1246 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252)) |
| 1246 | + | |
| 1247 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587803364, -0.0896650478, 0.749883652, 1.07288361e-06, 5.424954e-07, 0.999999881, 1.07474625e-06, -1.00000477, 5.7881698e-07, 1.00000048, 1.00769103e-06, -7.15255737e-07)) |
| 1247 | + | |
| 1248 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1248 | + | |
| 1249 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252)) |
| 1249 | + | |
| 1250 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587814093, -0.0939184427, 0.752784014, -3.69548798e-06, -3.41795385e-07, -1, 0.500397503, 0.865799904, -2.05636024e-06, 0.865796149, -0.50039959, -2.90572643e-06)) |
| 1250 | + | |
| 1251 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1251 | + | |
| 1252 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559)) |
| 1252 | + | |
| 1253 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587794542, 0.042996645, 0.576957941, 1.63912773e-06, 1.89524144e-07, 1, -0.751385331, -0.659867108, 1.25169754e-06, 0.659864128, -0.75138855, -8.04662704e-07)) |
| 1253 | + | |
| 1254 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1254 | + | |
| 1255 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.43221748)) |
| 1255 | + | |
| 1256 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587800503, -0.0860856771, 0.986118555, 1.34110451e-06, 5.424954e-07, 0.99999994, -0.341454715, -0.939902663, 9.08970833e-07, 0.939898729, -0.341456294, -7.74860382e-07)) |
| 1256 | + | |
| 1257 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1257 | + | |
| 1258 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1258 | + | |
| 1259 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587807417, 0.0429840088, -0.0654399395, -1.01327896e-06, 2.7846545e-07, -0.999999881, -0.751381814, -0.659871221, 4.91738319e-07, -0.659868538, 0.751384974, 7.15255737e-07)) |
| 1259 | + | |
| 1260 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1260 | + | |
| 1261 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559)) |
| 1261 | + | |
| 1262 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587813616, -0.145255089, 0.576962709, -3.7252903e-06, 8.63336027e-07, -0.999999881, 0.751386225, 0.659865797, -2.13086605e-06, 0.659863055, -0.751389563, -2.98023224e-06)) |
| 1262 | + | |
| 1263 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1263 | + | |
| 1264 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.SmoothPlastic,0,0,"Black","Neon",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 1264 | + | |
| 1265 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-06, -1.14738941e-05, -4.76837158e-07, 0.965926766, 3.39001417e-07, 0.258816987, 5.27128577e-07, 1.00000477, -3.43192369e-06, -0.258816928, 3.45741319e-06, 0.965926468)) |
| 1265 | + | |
| 1266 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.850000024, 1.00999999, 0.850000024))
|
| 1266 | + | |
| 1267 | - | MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 1267 | + | |
| 1268 | - | MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -1.46776438e-05, -5.24520874e-06, 0.258816242, 1.01351179e-06, -0.965926588, 3.39560211e-06, 1.00000453, 1.94273889e-06, 0.965926766, -3.85195017e-06, 0.258816272)) |
| 1268 | + | |
| 1269 | - | mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
|
| 1269 | + | |
| 1270 | - | --Leftie |
| 1270 | + | |
| 1271 | - | handle=part(Enum.FormFactor.Custom,gunty,Enum.Material.SmoothPlastic,0,0,"Black","Handle",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 1271 | + | |
| 1272 | - | handleweld=weld(m,Character["Left Leg"],handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0141367912, 0.713674068, -0.0127640963, -0.260250956, 0.0149142649, 0.965426087, -0.0187318921, 0.999616802, -0.020492021, -0.96535933, -0.0234172773, -0.259871304)) |
| 1272 | + | |
| 1273 | - | mesh("BlockMesh",handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
|
| 1273 | + | |
| 1274 | - | MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 1274 | + | |
| 1275 | - | MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.15255737e-07, -1.43647194e-05, -7.62939453e-06, 0.258817017, -1.90187711e-06, 0.965926409, -3.05473804e-06, 1.00000477, 2.78931111e-06, -0.965926707, -3.72156501e-06, 0.258817077)) |
| 1275 | + | |
| 1276 | - | mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
|
| 1276 | + | |
| 1277 | - | MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 1277 | + | |
| 1278 | - | MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.76837158e-07, -1.43051147e-05, -5.7220459e-06, 0.258816242, -1.01351179e-06, 0.965926588, -3.39560211e-06, 1.00000453, 1.94273889e-06, -0.965926766, -3.85195017e-06, 0.258816272)) |
| 1278 | + | |
| 1279 | - | mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
|
| 1279 | + | |
| 1280 | - | MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 1280 | + | |
| 1281 | - | MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.29153442e-06, -1.43051147e-05, -4.29153442e-06, 0.866025269, 8.1025064e-08, 0.500000775, 5.0291419e-08, 1.00000453, -2.39815563e-07, -0.500001192, 2.03959644e-07, 0.866024852)) |
| 1281 | + | |
| 1282 | - | mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
|
| 1282 | + | |
| 1283 | - | MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 1283 | + | |
| 1284 | - | MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.7220459e-06, -1.46925449e-05, -1.1920929e-06, 0.866026402, 1.45658851e-06, 0.499998689, -2.0340085e-06, 1.00000453, 6.79399818e-07, -0.499999166, -1.64285302e-06, 0.866026282)) |
| 1284 | + | |
| 1285 | - | mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
|
| 1285 | + | |
| 1286 | - | MBoot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 1286 | + | |
| 1287 | - | MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.76837158e-06, -1.48117542e-05, -7.62939453e-06, 0.500000119, 4.02797014e-07, 0.866025448, -4.07546759e-06, 1.00000453, 1.89431012e-06, -0.866025627, -4.53926623e-06, 0.50000006)) |
| 1287 | + | |
| 1288 | - | mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
|
| 1288 | + | |
| 1289 | - | MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 1289 | + | |
| 1290 | - | MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.76837158e-07, -3.1888485e-06, 1.43051147e-06, 0.866025865, -9.0058893e-07, 0.499999523, -7.63684511e-08, 1.00000465, 1.97067857e-06, -0.49999994, -1.76485628e-06, 0.866025805)) |
| 1290 | + | |
| 1291 | - | mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
|
| 1291 | + | |
| 1292 | - | MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 1292 | + | |
| 1293 | - | MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.15255737e-07, -1.43349171e-05, -6.19888306e-06, 0.258817106, 5.05347998e-07, 0.965926349, -1.03749335e-06, 1.00000477, -2.66358256e-07, -0.965926588, -9.983778e-07, 0.258817166)) |
| 1293 | + | |
| 1294 | - | mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
|
| 1294 | + | |
| 1295 | - | MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 1295 | + | |
| 1296 | - | MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-07, -9.4473362e-06, -2.38418579e-07, 1.00000036, 4.86150384e-07, -8.94069672e-08, -4.58210707e-07, 1.00000465, -1.68941915e-06, -1.1920929e-07, 1.68383121e-06, 1)) |
| 1296 | + | |
| 1297 | - | mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
|
| 1297 | + | |
| 1298 | - | MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 1298 | + | |
| 1299 | - | MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43051147e-06, -1.38580799e-05, -7.39097595e-06, 0.500000179, -9.406358e-07, 0.866025448, 8.28877091e-07, 1.00000453, 6.06290996e-07, -0.866025805, 3.7252903e-07, 0.50000006)) |
| 1299 | + | |
| 1300 | - | mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
|
| 1300 | + | |
| 1301 | - | MNeon=part(Enum.FormFactor.Custom,gunty,Enum.Material.SmoothPlastic,0,0,"Really black","MNeon",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 1301 | + | |
| 1302 | - | MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.04904175e-05, -1.10566616e-05, 2.38418579e-07, 0.965926766, -3.39001417e-07, -0.258816987, -5.27128577e-07, 1.00000477, -3.43192369e-06, 0.258816928, 3.45741319e-06, 0.965926468)) |
| 1302 | + | |
| 1303 | - | mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.850000024, 1.00999999, 0.850000024))
|
| 1303 | + | |
| 1304 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 1304 | + | |
| 1305 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.57627869e-06, -2.88188457e-05, 0.173900127, 0.258816868, -1.71843567e-07, 0.965926409, -3.33227217e-06, 1.00000477, 1.0477379e-06, -0.965926588, -3.53343785e-06, 0.258816928)) |
| 1305 | + | |
| 1306 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
|
| 1306 | + | |
| 1307 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 1307 | + | |
| 1308 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.05990601e-06, -1.25467777e-05, -0.204605103, -0.965926409, -5.90458512e-07, 0.258817971, -7.80448318e-07, 1.00000465, -7.62287527e-07, -0.258817941, -9.35451681e-07, -0.96592623)) |
| 1308 | + | |
| 1309 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
|
| 1309 | + | |
| 1310 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 1310 | + | |
| 1311 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.31266022e-05, -9.23871994e-06, -0.173952341, 0.258816868, -1.92021616e-07, 0.965926349, -3.35276127e-06, 1.00000453, 1.07008964e-06, -0.965926588, -3.57069075e-06, 0.258816898)) |
| 1311 | + | |
| 1312 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
|
| 1312 | + | |
| 1313 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 1313 | + | |
| 1314 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-06, -1.43051147e-05, -0.2046175, 0.866025865, -1.17346644e-06, 0.499999702, -2.42143869e-08, 1.00000453, 2.42795795e-06, -0.5, -2.15321779e-06, 0.866025627)) |
| 1314 | + | |
| 1315 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
|
| 1315 | + | |
| 1316 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 1316 | + | |
| 1317 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.53674316e-07, -1.74045563e-05, -0.173940897, 0.866024971, -7.72997737e-08, 0.500001192, 2.99885869e-07, 1.00000477, -3.25031579e-07, -0.500001431, 3.66941094e-07, 0.866024852)) |
| 1317 | + | |
| 1318 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
|
| 1318 | + | |
| 1319 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 1319 | + | |
| 1320 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.86102295e-05, -9.05990601e-06, -0.173911095, 0.500003397, -1.93528831e-06, -0.866023481, -1.58511102e-06, 1.00000465, -3.21026891e-06, 0.866024017, 3.00165266e-06, 0.500003099)) |
| 1320 | + | |
| 1321 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
|
| 1321 | + | |
| 1322 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 1322 | + | |
| 1323 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.33514404e-05, -3.17692757e-05, 0.173903465, 0.866026223, -2.40281224e-06, 0.499998778, 2.83122063e-06, 1.00000453, -6.10016286e-08, -0.499999166, 1.43889338e-06, 0.866026044)) |
| 1323 | + | |
| 1324 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
|
| 1324 | + | |
| 1325 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 1325 | + | |
| 1326 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.45435333e-05, -3.03983688e-05, 0.204582691, 0.258819401, -2.72160469e-06, 0.965925813, -6.1839819e-07, 1.00000453, 2.97510996e-06, -0.965926051, -1.41188502e-06, 0.258819461)) |
| 1326 | + | |
| 1327 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
|
| 1327 | + | |
| 1328 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 1328 | + | |
| 1329 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.23977661e-05, -3.14116478e-05, 0.173899412, 0.965926588, -2.71946192e-07, -0.25881806, -3.94880772e-07, 1.00000477, -2.6631169e-06, 0.258817911, 2.65656126e-06, 0.965926051)) |
| 1329 | + | |
| 1330 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
|
| 1330 | + | |
| 1331 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 1331 | + | |
| 1332 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-5.00679016e-06, -1.41263008e-05, -0.204611778, -0.500003338, -1.55437738e-06, 0.8660236, -3.6098063e-06, 1.00000465, -3.3993274e-07, -0.866024137, -3.30805779e-06, -0.50000304)) |
| 1332 | + | |
| 1333 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
|
| 1333 | + | |
| 1334 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 1334 | + | |
| 1335 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.57356262e-05, -2.66134739e-05, 0.204608679, -0.965925813, 2.07684934e-06, 0.258820504, 1.96322799e-06, 1.00000453, -7.39935786e-07, -0.258820415, -1.89080311e-07, -0.965925455)) |
| 1335 | + | |
| 1336 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
|
| 1336 | + | |
| 1337 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 1337 | + | |
| 1338 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.57356262e-05, -4.76837158e-06, -0.173935175, 0.965926766, -6.81728125e-07, -0.258816689, -1.82539225e-07, 1.00000453, -3.42587009e-06, 0.2588166, 3.36155426e-06, 0.965926468)) |
| 1338 | + | |
| 1339 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.100000001))
|
| 1339 | + | |
| 1340 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 1340 | + | |
| 1341 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.38418579e-05, -2.65240669e-05, 0.173912048, 0.500003219, -2.04052776e-06, -0.86602366, -1.55717134e-06, 1.00000441, -3.31318006e-06, 0.866024077, 2.99327075e-06, 0.500002921)) |
| 1341 | + | |
| 1342 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.100000001))
|
| 1342 | + | |
| 1343 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 1343 | + | |
| 1344 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.33514404e-05, -7.83801079e-06, -0.20462656, 0.258815736, 5.62000423e-07, 0.965926707, -2.90386379e-06, 1.00000453, 1.99303031e-07, -0.965926945, -2.90572643e-06, 0.258815825)) |
| 1344 | + | |
| 1345 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0599999987))
|
| 1345 | + | |
| 1346 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 1346 | + | |
| 1347 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-2.67028809e-05, -2.66730785e-05, 0.204610825, -0.500003278, 1.87475234e-06, 0.86602366, -1.71363354e-06, 1.00000477, -3.21911648e-06, -0.866024196, -3.08733433e-06, -0.50000304)) |
| 1347 | + | |
| 1348 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
|
| 1348 | + | |
| 1349 | - | MNeon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon1",Vector3.new(1.0230124, 0.613807559, 0.20460251)) |
| 1349 | + | |
| 1350 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1920929e-05, -3.0964613e-05, 0.20458746, 0.866025925, -1.43051147e-06, 0.499999702, 2.05077231e-06, 1.00000465, -6.12810254e-07, -0.5, 1.53761357e-06, 0.866025567)) |
| 1350 | + | |
| 1351 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0599999987))
|
| 1351 | + | |
| 1352 | - | MNeon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon2",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 1352 | + | |
| 1353 | - | MNeon2weld=weld(m,handle,MNeon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(5.24520874e-06, -1.48117542e-05, -5.00679016e-06, 0.866025746, -1.11758709e-06, 0.49999994, -4.84287739e-08, 1.00000441, 2.37394124e-06, -0.500000179, -2.11410224e-06, 0.866025448)) |
| 1353 | + | |
| 1354 | - | mesh("BlockMesh",MNeon2,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
|
| 1354 | + | |
| 1355 | - | MNeon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"MNeon2",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 1355 | + | |
| 1356 | - | MNeon2weld=weld(m,handle,MNeon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.76837158e-07, -1.48713589e-05, -8.58306885e-06, 0.258819252, -2.72412763e-06, 0.965925813, -5.55068254e-07, 1.00000465, 2.92109326e-06, -0.965926111, -1.35414302e-06, 0.258819312)) |
| 1356 | + | |
| 1357 | - | mesh("BlockMesh",MNeon2,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
|
| 1357 | + | |
| 1358 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1358 | + | |
| 1359 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409214973, -0.144695997, -0.144689798, 0.258818269, -1.52112989e-07, 0.965926111, -0.683013678, 0.707109571, 0.183012441, -0.683012664, -0.707110763, 0.183011994)) |
| 1359 | + | |
| 1360 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
|
| 1360 | + | |
| 1361 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1361 | + | |
| 1362 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409241676, -1.16626608, 0.0409257412, -0.965926111, 1.48452818e-06, 0.258819342, 7.82310963e-07, 1.00000453, -2.97697261e-06, -0.258819222, -2.66422467e-06, -0.965925694)) |
| 1362 | + | |
| 1363 | - | mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 0.400000006))
|
| 1363 | + | |
| 1364 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1364 | + | |
| 1365 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409200907, -0.144691944, -0.144690037, 0.258817255, 4.4434255e-06, 0.965926349, -0.683013499, 0.707111001, 0.183008298, -0.68301326, -0.707109213, 0.18301475)) |
| 1365 | + | |
| 1366 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
|
| 1366 | + | |
| 1367 | - | Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.409205049, 0.40920499)) |
| 1367 | + | |
| 1368 | - | Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409180641, -0.419389844, -2.86102295e-06, 0.965925574, 2.30595469e-06, -0.258820593, -2.94297934e-06, 1.00000453, -2.22958624e-06, 0.258820593, 2.87155126e-06, 0.965925574)) |
| 1368 | + | |
| 1369 | - | mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
|
| 1369 | + | |
| 1370 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1370 | + | |
| 1371 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587827921, -0.0126010776, -0.0337805748, 3.27825546e-06, 1.11712143e-06, -0.99999994, -6.01634383e-06, 1.00000453, 1.07986853e-06, 1.00000048, 6.05173409e-06, 3.01003456e-06)) |
| 1371 | + | |
| 1372 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1372 | + | |
| 1373 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1373 | + | |
| 1374 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409216642, -0.818417668, 0.409195423, 0.965926051, -2.58162618e-06, -0.258819371, 1.8607825e-06, 1.00000477, -3.13017517e-06, 0.258819312, 2.51968231e-06, 0.965925753)) |
| 1374 | + | |
| 1375 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 1375 | + | |
| 1376 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.20460251)) |
| 1376 | + | |
| 1377 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409233093, -0.511525393, 0.409212828, 0.96592617, 5.75557351e-07, -0.258818269, -7.4505806e-07, 1.00000465, -7.13858753e-07, 0.258818269, 8.54082828e-07, 0.965926111)) |
| 1377 | + | |
| 1378 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 1378 | + | |
| 1379 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1379 | + | |
| 1380 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409227371, -1.22763395, 0.102303028, -0.965926409, -5.68106771e-07, 0.258818299, -2.29291618e-06, 1.00000465, -6.52717426e-06, -0.258818269, -6.89018088e-06, -0.965926111)) |
| 1380 | + | |
| 1381 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 1381 | + | |
| 1382 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1382 | + | |
| 1383 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40921998, -1.22765374, 0.10229373, 0.965926111, 2.41585076e-06, -0.258819401, -2.92062759e-06, 1.00000453, -1.85659155e-06, 0.258819312, 2.51964593e-06, 0.965925753)) |
| 1383 | + | |
| 1384 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 1384 | + | |
| 1385 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(1.0230124, 0.40920499, 1.02301252)) |
| 1385 | + | |
| 1386 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.14576721e-06, -0.511505842, 1.00135803e-05, -0.258817196, 1.76685171e-06, -0.96592623, -2.5536865e-06, 1.00000453, 2.50060111e-06, 0.965926707, 3.14600766e-06, -0.258817315)) |
| 1386 | + | |
| 1387 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 1387 | + | |
| 1388 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1388 | + | |
| 1389 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409229994, -0.818407714, 0.409216166, -0.965926349, -5.42029738e-07, 0.258818328, -7.07805157e-07, 1.00000465, -6.93835318e-07, -0.258818269, -8.16775355e-07, -0.965926111)) |
| 1389 | + | |
| 1390 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 1390 | + | |
| 1391 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.409205019, 0.20460251)) |
| 1391 | + | |
| 1392 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409224749, -0.511516333, -0.409199953, 0.965926349, -2.19792128e-07, -0.258818567, -6.14672899e-08, 1.00000346, -1.23400241e-06, 0.258818507, 1.2102355e-06, 0.965925992)) |
| 1392 | + | |
| 1393 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 1393 | + | |
| 1394 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1394 | + | |
| 1395 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409209013, -0.81839484, -0.409217834, 0.258819014, 1.78793925e-07, 0.965925694, -5.72018325e-06, 1.00000453, 1.34762377e-06, -0.965926111, -5.93066216e-06, 0.258819163)) |
| 1395 | + | |
| 1396 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 1396 | + | |
| 1397 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1397 | + | |
| 1398 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409201145, -0.818392992, -0.409234762, 0.258819222, 2.12179657e-07, 0.965925813, -5.49852848e-06, 1.00000477, 1.23260543e-06, -0.96592623, -5.65871596e-06, 0.258819371)) |
| 1398 | + | |
| 1399 | - | mesh("SpecialMesh",Boot,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 1399 | + | |
| 1400 | - | Boot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot",Vector3.new(0.20460248, 0.818410039, 0.409205019)) |
| 1400 | + | |
| 1401 | - | Bootweld=weld(m,handle,Boot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409226418, -0.716124475, -6.19888306e-06, 0.965928972, 1.67638063e-07, -0.258819133, -1.13248825e-06, 1.00000918, -7.0175156e-07, 0.258818567, 5.44099748e-07, 0.965927899)) |
| 1401 | + | |
| 1402 | - | mesh("BlockMesh",Boot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 1402 | + | |
| 1403 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1403 | + | |
| 1404 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00101113319, -0.409224987, 0.00104081631, -0.183009192, -0.707110524, -0.683013201, -0.965926826, -2.24076211e-06, 0.258816421, -0.183012486, 0.707109571, -0.683013439)) |
| 1404 | + | |
| 1405 | - | mesh("CylinderMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.839999974, 1.13, 0.839999974))
|
| 1405 | + | |
| 1406 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1406 | + | |
| 1407 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409229994, 0.0010099411, -0.00104010105, 0.96592617, 5.75557351e-07, -0.258818269, 0.183011368, 0.707111835, 0.683011353, 0.183012962, -0.707108498, 0.683014393)) |
| 1407 | + | |
| 1408 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.11000001, 1.20000005, 1.20000005))
|
| 1408 | + | |
| 1409 | - | MBoot=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","MBoot",Vector3.new(1.0230124, 0.613807559, 1.02301252)) |
| 1409 | + | |
| 1410 | - | MBootweld=weld(m,handle,MBoot,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.10623169e-06, -4.32133675e-06, 2.14576721e-06, 0.96592617, 5.75557351e-07, -0.258818269, 3.57627869e-07, 1.00000465, 3.40072438e-06, 0.258818269, -3.39271719e-06, 0.96592623)) |
| 1410 | + | |
| 1411 | - | mesh("BlockMesh",MBoot,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1.00999999))
|
| 1411 | + | |
| 1412 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252)) |
| 1412 | + | |
| 1413 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1920929e-05, -0.0494014025, 0.0132374763, 0.965926349, 5.04776835e-07, -0.258818358, 0.0669859126, 0.965931296, 0.249997243, 0.249999553, -0.258817166, 0.933013558)) |
| 1413 | + | |
| 1414 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
|
| 1414 | + | |
| 1415 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252)) |
| 1415 | + | |
| 1416 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.95503235e-05, -0.0494132638, -0.0132431984, 0.96592629, 5.6065619e-07, -0.258818299, -0.0669864863, 0.965931475, -0.249995902, 0.249999389, 0.258816093, 0.933014035)) |
| 1416 | + | |
| 1417 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
|
| 1417 | + | |
| 1418 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252)) |
| 1418 | + | |
| 1419 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.66893005e-05, 0.101639032, -0.0272481441, 0.965926349, 5.12227416e-07, -0.258818358, 0.0669851974, 0.965931892, 0.249994665, 0.249999732, -0.258814543, 0.933014274)) |
| 1419 | + | |
| 1420 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
|
| 1420 | + | |
| 1421 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252)) |
| 1421 | + | |
| 1422 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.90734863e-06, 0.0494036674, -0.0132493973, 0.965926349, 5.19677997e-07, -0.258818328, 0.0669869334, 0.965930104, 0.250001281, 0.24999927, -0.258821338, 0.933012426)) |
| 1422 | + | |
| 1423 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
|
| 1423 | + | |
| 1424 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252)) |
| 1424 | + | |
| 1425 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.85966492e-05, -0.105883151, -0.0283741951, 0.965926051, 2.33389437e-06, -0.258819342, -0.0669894889, 0.965930343, -0.249999389, 0.249999687, 0.258820236, 0.933012843)) |
| 1425 | + | |
| 1426 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
|
| 1426 | + | |
| 1427 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252)) |
| 1427 | + | |
| 1428 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(8.58306885e-06, 0.0494105816, 0.0132248402, 0.965925992, 2.48104334e-06, -0.258819342, -0.0669896603, 0.965930223, -0.249999434, 0.249999657, 0.258820325, 0.933012903)) |
| 1428 | + | |
| 1429 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.159999996, 1.05499995))
|
| 1429 | + | |
| 1430 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252)) |
| 1430 | + | |
| 1431 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.23977661e-05, -0.105862498, 0.0283658504, 0.965926468, 5.38304448e-07, -0.258818358, 0.0669858381, 0.965931416, 0.249997199, 0.249999538, -0.258817077, 0.933013558)) |
| 1431 | + | |
| 1432 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
|
| 1432 | + | |
| 1433 | - | Neon=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon",Vector3.new(1.0230124, 0.20460251, 1.02301252)) |
| 1433 | + | |
| 1434 | - | Neonweld=weld(m,handle,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.04904175e-05, 0.101653516, 0.0272288322, 0.96592629, -9.57399607e-07, -0.258818865, -0.0669860095, 0.96593076, -0.24999921, 0.25000003, 0.258819193, 0.933012962)) |
| 1434 | + | |
| 1435 | - | mesh("BlockMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.0700000003, 1.04999995))
|
| 1435 | + | |
| 1436 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1436 | + | |
| 1437 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40922904, 0.00101161003, -0.00103890896, 0.965926349, 5.21540642e-07, -0.258818299, 0.183010414, 0.70711565, 0.683007777, 0.183013827, -0.707104683, 0.683017969)) |
| 1437 | + | |
| 1438 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.12, 0.899999976, 0.899999976))
|
| 1438 | + | |
| 1439 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1439 | + | |
| 1440 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409226418, -0.0321686566, -4.76837158e-07, 0.965925992, -1.40629709e-06, -0.258819252, 6.92903996e-07, 1.00000465, -3.05427238e-06, 0.258819193, 2.73579644e-06, 0.965925753)) |
| 1440 | + | |
| 1441 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
|
| 1441 | + | |
| 1442 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1442 | + | |
| 1443 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409235001, 0.0394316316, 1.02519989e-05, 0.965926409, 3.7997961e-07, -0.258818358, -5.83007932e-07, 1.00000465, -8.88947397e-07, 0.258818328, 1.00231227e-06, 0.965926111)) |
| 1443 | + | |
| 1444 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
|
| 1444 | + | |
| 1445 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1445 | + | |
| 1446 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409237146, -0.0332256556, 0.00256085396, 0.965926468, 5.25265932e-07, -0.258818328, -0.183010936, 0.707115948, -0.683007121, 0.183013305, 0.707104206, 0.683018506)) |
| 1446 | + | |
| 1447 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
|
| 1447 | + | |
| 1448 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1448 | + | |
| 1449 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409226418, 0.0383610725, -0.00259196758, 0.965926349, 5.06639481e-07, -0.258818299, 0.183010906, 0.707113624, 0.683009565, 0.18301329, -0.70710659, 0.683015943)) |
| 1449 | + | |
| 1450 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
|
| 1450 | + | |
| 1451 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1451 | + | |
| 1452 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40922451, -0.0358011723, 0.00365287066, 0.965926349, 4.3772161e-07, -0.258818358, -0.258818269, 1.79674134e-06, -0.965925992, 7.07805157e-08, 1.00000465, 1.8235296e-06)) |
| 1452 | + | |
| 1453 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
|
| 1453 | + | |
| 1454 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1454 | + | |
| 1455 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40922761, -0.0332458019, -0.00256955624, 0.965927541, 3.40864062e-07, -0.258818686, 0.183011636, 0.707112014, 0.683013082, 0.183012843, -0.707111239, 0.683013916)) |
| 1455 | + | |
| 1456 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
|
| 1456 | + | |
| 1457 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1457 | + | |
| 1458 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40922904, 0.0383840799, 0.00255608559, 0.965925872, -1.52364373e-06, -0.258820266, -0.183010653, 0.707117081, -0.683006108, 0.183016419, 0.707103014, 0.683019042)) |
| 1458 | + | |
| 1459 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0599999987, 0.800000012))
|
| 1459 | + | |
| 1460 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1460 | + | |
| 1461 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409226418, 0.0358090401, 0.00363260508, 0.965926349, 4.07919288e-07, -0.258818388, -0.258818269, 1.7967559e-06, -0.965925992, 1.00582838e-07, 1.00000465, 1.81607902e-06)) |
| 1461 | + | |
| 1462 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 0.0299999993, 0.800000012))
|
| 1462 | + | |
| 1463 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1463 | + | |
| 1464 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.40921092, -0.197651148, 0.0529534817, 0.258817226, -1.89360253e-06, 0.965926349, -0.933013141, -0.258822113, 0.249997735, 0.25000155, -0.965929866, -0.0669890717)) |
| 1464 | + | |
| 1465 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
|
| 1465 | + | |
| 1466 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1466 | + | |
| 1467 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409209013, 0.139738083, -0.0374652147, 0.258817255, -1.61089702e-07, 0.96592629, -0.933013141, -0.258822173, 0.249998212, 0.250001937, -0.965929866, -0.0669874549)) |
| 1467 | + | |
| 1468 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
|
| 1468 | + | |
| 1469 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1469 | + | |
| 1470 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409212351, -0.197653294, -0.0529562235, 0.258817255, -1.86733268e-06, 0.965926468, -0.933013141, 0.258821279, 0.249998748, -0.250001639, -0.965929866, 0.0669853985)) |
| 1470 | + | |
| 1471 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
|
| 1471 | + | |
| 1472 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1472 | + | |
| 1473 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409211874, 0.139731884, 0.0374417305, 0.258818269, -1.39294571e-07, 0.965926111, -0.93301338, 0.258819848, 0.249999404, -0.249999881, -0.965930462, 0.0669869259)) |
| 1473 | + | |
| 1474 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
|
| 1474 | + | |
| 1475 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1475 | + | |
| 1476 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409215927, -0.19765234, 0.0529660583, 0.258818269, -1.24478902e-07, 0.965926111, -0.933012545, -0.258823633, 0.249999091, 0.250003308, -0.965929449, -0.0669880956)) |
| 1476 | + | |
| 1477 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
|
| 1477 | + | |
| 1478 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1478 | + | |
| 1479 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409211874, 0.139737129, -0.0374429226, 0.258818269, -1.24517101e-07, 0.965926111, -0.93301338, -0.258820385, 0.249999329, 0.250000209, -0.965930343, -0.0669872537)) |
| 1479 | + | |
| 1480 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
|
| 1480 | + | |
| 1481 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1481 | + | |
| 1482 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409214973, -0.197654247, -0.0529577732, 0.258818269, -1.24562575e-07, 0.965926111, -0.933012605, 0.258823037, 0.24999918, -0.25000298, -0.965929627, 0.0669877604)) |
| 1482 | + | |
| 1483 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
|
| 1483 | + | |
| 1484 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1484 | + | |
| 1485 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409205198, 0.139731884, 0.0374416113, 0.258818269, -1.24471626e-07, 0.965926111, -0.933013499, 0.258819491, 0.249999404, -0.249999523, -0.965930402, 0.0669868439)) |
| 1485 | + | |
| 1486 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
|
| 1486 | + | |
| 1487 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1487 | + | |
| 1488 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.40921092, 0.125280857, 0.0723316669, 0.258818269, -1.24515282e-07, 0.965926111, -0.836515129, 0.500005543, 0.224142864, -0.482966512, -0.866027653, 0.129409969)) |
| 1488 | + | |
| 1489 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.16999996, 0.600000024, 0.600000024))
|
| 1489 | + | |
| 1490 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1490 | + | |
| 1491 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409209251, -0.17721343, -0.102310419, 0.258818269, -1.24433427e-07, 0.965926111, -0.836515069, 0.500005603, 0.224142849, -0.482966572, -0.866027653, 0.129409984)) |
| 1491 | + | |
| 1492 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.16799998, 0.75999999, 0.75999999))
|
| 1492 | + | |
| 1493 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1493 | + | |
| 1494 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409214973, -0.177217484, -0.102312326, 0.258818269, -1.24435246e-07, 0.965926111, -0.836516678, 0.500002623, 0.224143282, -0.482963651, -0.866029322, 0.129409179)) |
| 1494 | + | |
| 1495 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.176, 0.600000024, 0.600000024))
|
| 1495 | + | |
| 1496 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1496 | + | |
| 1497 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409204245, 0.125283957, 0.0723342896, 0.258818269, -1.24524377e-07, 0.965926111, -0.836516857, 0.500002205, 0.224143326, -0.482963234, -0.866029561, 0.12940909)) |
| 1497 | + | |
| 1498 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.17999995, 0.5, 0.5))
|
| 1498 | + | |
| 1499 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1499 | + | |
| 1500 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409208298, -0.144697428, -0.144692898, 0.258818269, -1.24453436e-07, 0.965926111, -0.683013797, 0.707109451, 0.183012471, -0.683012545, -0.707110643, 0.183011979)) |
| 1500 | + | |
| 1501 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
|
| 1501 | + | |
| 1502 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1502 | + | |
| 1503 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409204006, 0.102293491, 0.102295399, 0.258818269, -1.52136636e-07, 0.965926111, -0.683013558, 0.70710963, 0.183012396, -0.683012724, -0.707110465, 0.183012009)) |
| 1503 | + | |
| 1504 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
|
| 1504 | + | |
| 1505 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1505 | + | |
| 1506 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409214973, -0.144698143, -0.144692898, 0.258818269, -1.39289114e-07, 0.965926111, -0.683013678, 0.707109571, 0.183012441, -0.683012486, -0.707110643, 0.183011949)) |
| 1506 | + | |
| 1507 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13800001, 1.39999998, 1.39999998))
|
| 1507 | + | |
| 1508 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1508 | + | |
| 1509 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409205198, 0.102293491, 0.102294445, 0.258818269, -1.39243639e-07, 0.965926111, -0.683013558, 0.707109571, 0.183012411, -0.683012605, -0.707110643, 0.183011979)) |
| 1509 | + | |
| 1510 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 1, 1))
|
| 1510 | + | |
| 1511 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1511 | + | |
| 1512 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409204006, 0.10229063, 0.102291346, 0.258818269, -1.3727913e-07, 0.965926111, -0.68301332, 0.707109988, 0.183012336, -0.683012962, -0.707110107, 0.183012083)) |
| 1512 | + | |
| 1513 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
|
| 1513 | + | |
| 1514 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1514 | + | |
| 1515 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409225225, -0.0409274101, -0.272358775, -0.96592623, -4.47034836e-07, 0.258818358, 0.258818299, -2.08748861e-06, 0.965926111, 1.43423676e-07, 1.00000453, 2.10478902e-06)) |
| 1515 | + | |
| 1516 | - | mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.400000006, 0.400000006))
|
| 1516 | + | |
| 1517 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1517 | + | |
| 1518 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409230709, 0.272356182, 0.0409178734, -0.965926349, -4.74974513e-07, 0.258818358, 1.06915832e-06, -1.00000477, 2.38977373e-06, 0.258818328, 2.58247201e-06, 0.96592617)) |
| 1518 | + | |
| 1519 | - | mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.400000006, 0.400000006))
|
| 1519 | + | |
| 1520 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1520 | + | |
| 1521 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409236908, 0.235309601, 0.153463125, -0.965926528, -6.66826963e-07, 0.258817494, 1.04308128e-06, -1.00000441, 1.52504072e-06, 0.258817434, 1.72445471e-06, 0.96592617)) |
| 1521 | + | |
| 1522 | - | mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.800000012, 0.100000001))
|
| 1522 | + | |
| 1523 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1523 | + | |
| 1524 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40923667, 0.235306889, 0.153455257, 0.965926111, -2.78837979e-06, -0.258819282, -2.03959644e-06, -1.00000453, 3.33879143e-06, -0.258819193, -2.6688358e-06, -0.965925694)) |
| 1524 | + | |
| 1525 | - | mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.06500006, 0.800000012, 0.100000001))
|
| 1525 | + | |
| 1526 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1526 | + | |
| 1527 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409226418, -0.0716133118, 1.19694662, -0.965926349, -4.74974513e-07, 0.258818358, -0.258818299, 1.88409467e-06, -0.96592623, -8.00937414e-08, -1.00000477, -1.92364678e-06)) |
| 1527 | + | |
| 1528 | - | mesh("SpecialMesh",Boot1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.699999988, 0.699999988))
|
| 1528 | + | |
| 1529 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1529 | + | |
| 1530 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409232855, -1.1969645, 0.071611166, -0.965926349, -5.04776835e-07, 0.258818358, -6.79865479e-07, 1.00000477, -7.80913979e-07, -0.258818299, -9.1304355e-07, -0.965926111)) |
| 1530 | + | |
| 1531 | - | mesh("SpecialMesh",Boot1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.699999988, 0.699999988))
|
| 1531 | + | |
| 1532 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 1.02301252, 0.409205019)) |
| 1532 | + | |
| 1533 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409227371, -0.613799989, -9.77516174e-06, 0.96592623, 4.30271029e-07, -0.258818388, -6.1839819e-07, 1.00000465, -7.87898898e-07, 0.258818358, 8.9310015e-07, 0.965926111)) |
| 1533 | + | |
| 1534 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 1, 0.699999988))
|
| 1534 | + | |
| 1535 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1535 | + | |
| 1536 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409233332, -0.0818500519, 1.20718551, -0.96592629, -3.87430191e-07, 0.258818388, -0.258818358, 1.76667527e-07, -0.965926111, 2.90572643e-07, -1.00000465, -2.54716724e-07)) |
| 1536 | + | |
| 1537 | - | mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.800000012, 0.800000012))
|
| 1537 | + | |
| 1538 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 1.02301252, 0.409205019)) |
| 1538 | + | |
| 1539 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409231186, -0.613821983, -1.14440918e-05, 0.965926468, 4.71249223e-07, -0.258818388, -1.10454857e-06, 1.00000465, -2.5019981e-06, 0.258818269, 2.6885682e-06, 0.965925932)) |
| 1539 | + | |
| 1540 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1, 0.800000012))
|
| 1540 | + | |
| 1541 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1541 | + | |
| 1542 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409229517, -1.20718884, 0.0818462372, -0.965926349, -4.3772161e-07, 0.258818358, -1.07474625e-06, 1.00000465, -2.50991434e-06, -0.258818269, -2.68853e-06, -0.965925932)) |
| 1542 | + | |
| 1543 | - | mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.800000012, 0.800000012))
|
| 1543 | + | |
| 1544 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1544 | + | |
| 1545 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409235001, -0.0409214497, 1.16627288, -0.965925992, 2.76602805e-06, 0.258819282, -0.258819282, 1.62548531e-07, -0.965925813, -2.75112689e-06, -1.00000453, 5.71832061e-07)) |
| 1545 | + | |
| 1546 | - | mesh("SpecialMesh",Neon1,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 0.400000006))
|
| 1546 | + | |
| 1547 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 1.02301252, 0.409205019)) |
| 1547 | + | |
| 1548 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409235239, -0.613821566, -1.12056732e-05, 0.965926051, -2.87033617e-06, -0.258819312, 2.12155282e-06, 1.00000453, -3.34531069e-06, 0.258819163, 2.65357085e-06, 0.965925634)) |
| 1548 | + | |
| 1549 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1, 0.400000006))
|
| 1549 | + | |
| 1550 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1550 | + | |
| 1551 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409197807, -0.197657824, 0.052965343, 0.258818299, -1.24588041e-07, 0.965926111, -0.93301338, -0.258820385, 0.249999329, 0.250000209, -0.965930343, -0.0669872537)) |
| 1551 | + | |
| 1552 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
|
| 1552 | + | |
| 1553 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1553 | + | |
| 1554 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409207582, 0.13973856, -0.0374410748, 0.258818299, -1.24598955e-07, 0.965926111, -0.933012426, -0.258824199, 0.249999076, 0.250003844, -0.96592921, -0.0669882223)) |
| 1554 | + | |
| 1555 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
|
| 1555 | + | |
| 1556 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1556 | + | |
| 1557 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409204483, -0.197654724, -0.0529592037, 0.258818269, -1.24469807e-07, 0.965926111, -0.933013678, 0.258819193, 0.249999464, -0.24999927, -0.965930581, 0.0669867545)) |
| 1557 | + | |
| 1558 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
|
| 1558 | + | |
| 1559 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1559 | + | |
| 1560 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409206867, 0.139734268, 0.0374424458, 0.258818269, -1.24486178e-07, 0.965926111, -0.93301338, 0.258819848, 0.249999404, -0.249999836, -0.965930402, 0.0669869184)) |
| 1560 | + | |
| 1561 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
|
| 1561 | + | |
| 1562 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1562 | + | |
| 1563 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40920496, -0.197653532, 0.0529638529, 0.258818269, -1.24535291e-07, 0.965926111, -0.933012486, -0.258823812, 0.249999106, 0.250003487, -0.965929329, -0.0669881254)) |
| 1563 | + | |
| 1564 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
|
| 1564 | + | |
| 1565 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1565 | + | |
| 1566 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409206867, 0.139734745, -0.0374411345, 0.258818269, -1.24560756e-07, 0.965926111, -0.933012366, -0.258824348, 0.249999046, 0.250003994, -0.96592921, -0.0669882521)) |
| 1566 | + | |
| 1567 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
|
| 1567 | + | |
| 1568 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1568 | + | |
| 1569 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409198284, -0.1976583, -0.0529613495, 0.258818269, -1.24504368e-07, 0.965926111, -0.933013618, 0.258819163, 0.249999434, -0.249999225, -0.965930521, 0.066986762)) |
| 1569 | + | |
| 1570 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15799999, 0.899999976, 0.899999976))
|
| 1570 | + | |
| 1571 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1571 | + | |
| 1572 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409200668, 0.139736652, 0.0374437571, 0.258818269, -1.24442522e-07, 0.965926111, -0.93301338, 0.258819848, 0.249999404, -0.249999881, -0.965930462, 0.0669869259)) |
| 1572 | + | |
| 1573 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
|
| 1573 | + | |
| 1574 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1574 | + | |
| 1575 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409206867, 0.125281811, 0.0723330975, 0.258818269, -1.24469807e-07, 0.965926111, -0.836515069, 0.500005603, 0.224142849, -0.482966572, -0.866027653, 0.129409984)) |
| 1575 | + | |
| 1576 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.16999996, 0.600000024, 0.600000024))
|
| 1576 | + | |
| 1577 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1577 | + | |
| 1578 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409205675, -0.17721653, -0.102313757, 0.258818269, -1.39189069e-07, 0.965926111, -0.836516857, 0.500002205, 0.224143326, -0.482963175, -0.866029501, 0.129409075)) |
| 1578 | + | |
| 1579 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.16799998, 0.75999999, 0.75999999))
|
| 1579 | + | |
| 1580 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1580 | + | |
| 1581 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409199715, -0.177212715, -0.102311611, 0.258818388, -8.41919245e-08, 0.965926409, -0.836517453, 0.500002384, 0.22414349, -0.482962996, -0.866030514, 0.129409164)) |
| 1581 | + | |
| 1582 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.176, 0.600000024, 0.600000024))
|
| 1582 | + | |
| 1583 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1583 | + | |
| 1584 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409204483, 0.125282526, 0.0723347664, 0.258817196, 8.29286364e-07, 0.96592623, -0.836516261, 0.500003815, 0.224141687, -0.482964724, -0.866028488, 0.129409805)) |
| 1584 | + | |
| 1585 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.17999995, 0.5, 0.5))
|
| 1585 | + | |
| 1586 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1586 | + | |
| 1587 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409199476, -0.144693375, -0.144691944, 0.258818358, -7.3290721e-08, 0.96592623, -0.683013737, 0.707110167, 0.183012426, -0.683012843, -0.707110941, 0.183012158)) |
| 1587 | + | |
| 1588 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.148, 1.10000002, 1.10000002))
|
| 1588 | + | |
| 1589 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1589 | + | |
| 1590 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409203053, 0.102294922, 0.102293968, 0.258817226, 8.58977728e-07, 0.96592629, -0.683012784, 0.707111001, 0.183010682, -0.683013916, -0.707109272, 0.183012277)) |
| 1590 | + | |
| 1591 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.15999997, 0.699999988, 0.699999988))
|
| 1591 | + | |
| 1592 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1592 | + | |
| 1593 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409201384, -0.144695997, -0.144692183, 0.258817196, -4.32314664e-06, 0.96592623, -0.683011889, 0.707111001, 0.183014244, -0.68301481, -0.707109213, 0.183008716)) |
| 1593 | + | |
| 1594 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13800001, 1.39999998, 1.39999998))
|
| 1594 | + | |
| 1595 | - | Boot1=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1595 | + | |
| 1596 | - | Boot1weld=weld(m,handle,Boot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409200668, 0.102293253, 0.102293015, 0.258818328, -5.30217221e-08, 0.965926111, -0.683013678, 0.707109869, 0.183012411, -0.683012784, -0.707110763, 0.183012128)) |
| 1596 | + | |
| 1597 | - | mesh("BlockMesh",Boot1,"","",Vector3.new(0, 0, 0),Vector3.new(1.13999999, 1, 1))
|
| 1597 | + | |
| 1598 | - | Neon1=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon1",Vector3.new(0.20460248, 0.409205019, 0.409205019)) |
| 1598 | + | |
| 1599 | - | Neon1weld=weld(m,handle,Neon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409199715, 0.102294445, 0.102296114, 0.258818299, -1.14005161e-07, 0.965926111, -0.683013558, 0.70710969, 0.183012411, -0.683012724, -0.707110524, 0.183012053)) |
| 1599 | + | |
| 1600 | - | mesh("BlockMesh",Neon1,"","",Vector3.new(0, 0, 0),Vector3.new(1.14999998, 0.800000012, 0.800000012))
|
| 1600 | + | |
| 1601 | - | Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1601 | + | |
| 1602 | - | Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409179211, -0.296577692, 0.296578765, 0.96592629, 3.52039933e-07, -0.258818269, 0.183010995, 0.707113981, 0.683009505, 0.18301329, -0.707106411, 0.683016241)) |
| 1602 | + | |
| 1603 | - | mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.11000001, 0.600000024, 0.600000024))
|
| 1603 | + | |
| 1604 | - | Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1604 | + | |
| 1605 | - | Boot2weld=weld(m,handle,Boot2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409179211, -0.296575546, 0.296580553, 0.965926409, 3.20374966e-07, -0.258818328, 0.18301104, 0.707113862, 0.683009446, 0.18301329, -0.707106411, 0.683016241)) |
| 1605 | + | |
| 1606 | - | mesh("BlockMesh",Boot2,"","",Vector3.new(0, 0, 0),Vector3.new(1.10000002, 0.800000012, 0.800000012))
|
| 1606 | + | |
| 1607 | - | Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1607 | + | |
| 1608 | - | Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409178734, -0.296581507, 0.296577692, 0.965926409, 3.20374966e-07, -0.258818328, 0.183010831, 0.707114697, 0.683008671, 0.183013484, -0.707105637, 0.683017015)) |
| 1608 | + | |
| 1609 | - | mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.09000003, 1, 1))
|
| 1609 | + | |
| 1610 | - | Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1610 | + | |
| 1611 | - | Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409176826, -0.0716166496, 0.419394374, 0.965926349, 2.51457095e-07, -0.258818328, 0.258818239, -1.62826291e-06, 0.965926111, -1.89989805e-07, -1.00000465, -1.63773075e-06)) |
| 1611 | + | |
| 1612 | - | mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
|
| 1612 | + | |
| 1613 | - | Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1613 | + | |
| 1614 | - | Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409178257, 0.071618557, 0.41939801, 0.965926349, 2.21654773e-07, -0.258818358, 0.258818269, -1.56325041e-06, 0.965926111, -1.99303031e-07, -1.00000477, -1.54133886e-06)) |
| 1614 | + | |
| 1615 | - | mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
|
| 1615 | + | |
| 1616 | - | Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1616 | + | |
| 1617 | - | Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409179688, 9.77516174e-06, 0.419403434, 0.965926349, 2.21654773e-07, -0.258818358, 0.258818239, -1.54826193e-06, 0.965926111, -1.95577741e-07, -1.00000465, -1.54040754e-06)) |
| 1617 | + | |
| 1618 | - | mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.200000003, 1))
|
| 1618 | + | |
| 1619 | - | Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.613807499)) |
| 1619 | + | |
| 1620 | - | Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409177303, -0.337566525, 6.19888306e-06, 0.965926349, 2.66358256e-07, -0.258818328, 8.00937414e-07, 1.00000465, 3.96044925e-06, 0.258818239, -4.05418541e-06, 0.965926051)) |
| 1620 | + | |
| 1621 | - | mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
|
| 1621 | + | |
| 1622 | - | Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.613807499)) |
| 1622 | + | |
| 1623 | - | Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409173965, -0.501249552, 1.00135803e-05, 0.965926349, 2.06753612e-07, -0.258818328, 8.51228833e-07, 1.00000465, 3.91714275e-06, 0.258818239, -4.03007471e-06, 0.965926051)) |
| 1623 | + | |
| 1624 | - | mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.100000001, 1))
|
| 1624 | + | |
| 1625 | - | Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.613807499)) |
| 1625 | + | |
| 1626 | - | Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409171104, -0.419414759, -3.81469727e-06, 0.965925753, -3.45520675e-06, -0.258820564, 3.01934779e-06, 1.00000453, -2.21561641e-06, 0.258820504, 1.33556205e-06, 0.965925515)) |
| 1626 | + | |
| 1627 | - | mesh("BlockMesh",Neon2,"","",Vector3.new(0, 0, 0),Vector3.new(1.08000004, 0.200000003, 1.20000005))
|
| 1627 | + | |
| 1628 | - | Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.409205049, 0.40920499)) |
| 1628 | + | |
| 1629 | - | Boot2weld=weld(m,handle,Boot2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409179688, -0.419426411, 4.529953e-06, 0.965926409, 3.35276127e-07, -0.258818358, 7.58096576e-07, 1.00000465, 3.97209078e-06, 0.258818269, -4.03449667e-06, 0.965926051)) |
| 1629 | + | |
| 1630 | - | mesh("BlockMesh",Boot2,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 1))
|
| 1630 | + | |
| 1631 | - | Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1631 | + | |
| 1632 | - | Boot2weld=weld(m,handle,Boot2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409172058, -0.501271248, 0.286438227, -0.96592629, -3.59490514e-07, 0.258818328, -5.47617674e-07, 1.00000477, -8.30739737e-07, -0.258818299, -9.44612111e-07, -0.965926111)) |
| 1632 | + | |
| 1633 | - | mesh("SpecialMesh",Boot2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
|
| 1633 | + | |
| 1634 | - | Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1634 | + | |
| 1635 | - | Boot2weld=weld(m,handle,Boot2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409172535, -0.501301229, 0.286454678, 0.96592629, 3.59490514e-07, -0.258818328, -9.01520252e-07, 1.00000465, -2.14390457e-06, 0.258818299, 2.29554826e-06, 0.965926051)) |
| 1635 | + | |
| 1636 | - | mesh("SpecialMesh",Boot2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
|
| 1636 | + | |
| 1637 | - | Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1637 | + | |
| 1638 | - | Boot2weld=weld(m,handle,Boot2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409174919, 0.337592006, 0.286439896, 0.965926409, 3.35276127e-07, -0.258818358, 5.47617674e-07, -1.00000465, 8.68923962e-07, -0.258818328, -9.79969627e-07, -0.965926111)) |
| 1638 | + | |
| 1639 | - | mesh("SpecialMesh",Boot2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
|
| 1639 | + | |
| 1640 | - | Boot2=part(Enum.FormFactor.Custom,gunty2,Enum.Material.Marble,0,0,"Black","Boot2",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1640 | + | |
| 1641 | - | Boot2weld=weld(m,handle,Boot2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409175396, -0.286457539, -0.337592602, 0.96592629, 3.59490514e-07, -0.258818328, -0.258818269, 1.67720827e-06, -0.965926051, 1.11758709e-07, 1.00000465, 1.68895349e-06)) |
| 1641 | + | |
| 1642 | - | mesh("SpecialMesh",Boot2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.800000012, 0.800000012))
|
| 1642 | + | |
| 1643 | - | Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1643 | + | |
| 1644 | - | Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409173965, 0.317092389, 0.306917667, 0.965926409, 3.35276127e-07, -0.258818358, 8.36327672e-07, -1.00000465, 1.99116766e-06, -0.258818269, -2.13334351e-06, -0.965925992)) |
| 1644 | + | |
| 1645 | - | mesh("SpecialMesh",Neon2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
|
| 1645 | + | |
| 1646 | - | Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1646 | + | |
| 1647 | - | Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.40916872, -0.521703243, 0.306914091, -0.965925753, 3.3210963e-06, 0.258820564, 2.88151205e-06, 1.00000453, -2.24076211e-06, -0.258820474, -1.40822522e-06, -0.965925455)) |
| 1647 | + | |
| 1648 | - | mesh("SpecialMesh",Neon2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
|
| 1648 | + | |
| 1649 | - | Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1649 | + | |
| 1650 | - | Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409169197, -0.306894302, -0.317093372, 0.965925574, -5.569309e-07, -0.258820534, -0.258820564, 6.10440111e-07, -0.965925515, 7.4878335e-07, 1.00000465, 4.06522304e-07)) |
| 1650 | + | |
| 1651 | - | mesh("SpecialMesh",Neon2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
|
| 1651 | + | |
| 1652 | - | Neon2=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0,MAINRUINCOLOR,"Neon2",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1652 | + | |
| 1653 | - | Neon2weld=weld(m,handle,Neon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.409186363, -0.521715999, 0.306899309, 0.965926111, -3.17022204e-06, -0.258819669, 2.47173011e-06, 1.00000477, -3.12086195e-06, 0.25881958, 2.36122651e-06, 0.965925694)) |
| 1653 | + | |
| 1654 | - | mesh("SpecialMesh",Neon2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
|
| 1654 | + | |
| 1655 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1655 | + | |
| 1656 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587807059, 0.0429844856, -0.0654397011, -1.01327896e-06, -2.7846545e-07, 0.999999881, 0.751381814, -0.659871221, 4.91738319e-07, 0.659868538, 0.751384974, 7.15255737e-07)) |
| 1656 | + | |
| 1657 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1657 | + | |
| 1658 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559)) |
| 1658 | + | |
| 1659 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.5877949, 0.0429968834, 0.576957464, 1.63912773e-06, -1.89524144e-07, -1, 0.751385331, -0.659867108, 1.25169754e-06, -0.659864128, -0.75138855, -8.04662704e-07)) |
| 1659 | + | |
| 1660 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1660 | + | |
| 1661 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1661 | + | |
| 1662 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587807536, -0.145272493, -0.065444231, 1.10268593e-06, 2.22120434e-07, -1, -0.751385391, 0.659867108, -5.51342964e-07, 0.659864068, 0.751388669, 7.89761543e-07)) |
| 1662 | + | |
| 1663 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1663 | + | |
| 1664 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559)) |
| 1664 | + | |
| 1665 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587813735, -0.145255327, 0.576961994, -3.7252903e-06, -8.63336027e-07, 0.999999881, -0.751386225, 0.659865797, -2.13086605e-06, -0.659863055, -0.751389563, -2.98023224e-06)) |
| 1665 | + | |
| 1666 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1666 | + | |
| 1667 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252)) |
| 1667 | + | |
| 1668 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587813258, -0.0939185619, 0.752783298, -3.69548798e-06, 3.41795385e-07, 1, -0.500397503, 0.865799904, -2.05636024e-06, -0.865796149, -0.50039959, -2.90572643e-06)) |
| 1668 | + | |
| 1669 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1669 | + | |
| 1670 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1670 | + | |
| 1671 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587798476, -0.0083758831, -0.0366687775, -1.01327896e-06, -2.93366611e-07, 0.999999881, 0.500394166, -0.865801752, 2.23517418e-07, 0.865797997, 0.50039643, 8.64267349e-07)) |
| 1671 | + | |
| 1672 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1672 | + | |
| 1673 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1673 | + | |
| 1674 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587804914, -0.0939061642, -0.0366764069, 3.30805779e-06, 1.09430403e-06, -1, -0.500399232, 0.86579895, -6.70552254e-07, 0.865795314, 0.500401378, 3.12924385e-06)) |
| 1674 | + | |
| 1675 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1675 | + | |
| 1676 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252)) |
| 1676 | + | |
| 1677 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587816, -0.00836849213, 0.752784729, 3.66568565e-06, 9.68575478e-07, -1, 0.500397146, -0.865800261, 9.53674316e-07, -0.865796447, -0.500399411, -3.50177288e-06)) |
| 1677 | + | |
| 1678 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1678 | + | |
| 1679 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1679 | + | |
| 1680 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587793231, -0.0161919594, -0.0653986931, 1.13248825e-06, 1.42026693e-07, -0.999999881, -0.341456413, 0.939902127, -1.56462193e-07, 0.939898133, 0.341457874, 8.04662704e-07)) |
| 1680 | + | |
| 1681 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1681 | + | |
| 1682 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.43221748)) |
| 1682 | + | |
| 1683 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587800264, -0.0860856771, 0.98611784, 1.34110451e-06, -5.424954e-07, -0.99999994, 0.341454715, -0.939902663, 9.08970833e-07, -0.939898729, -0.341456294, -7.74860382e-07)) |
| 1683 | + | |
| 1684 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1684 | + | |
| 1685 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.4322176)) |
| 1685 | + | |
| 1686 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587798476, -0.0161970854, 0.986116886, -1.25169754e-06, 3.52505594e-07, 0.99999994, -0.341458827, 0.939900994, -6.78002834e-07, -0.939897239, -0.341460288, -8.04662704e-07)) |
| 1686 | + | |
| 1687 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1687 | + | |
| 1688 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1688 | + | |
| 1689 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587803006, -0.0861334801, -0.0653924942, -3.4570694e-06, -1.2870878e-06, 1, 0.341461569, -0.939899921, -5.21540642e-08, 0.939896166, 0.341463149, 3.50177288e-06)) |
| 1689 | + | |
| 1690 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1690 | + | |
| 1691 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979)) |
| 1691 | + | |
| 1692 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587829351, -0.132636428, 0.471574783, 2.92062759e-06, -2.19326466e-07, -0.99999994, -0.250737906, -0.968059421, -4.47034836e-07, -0.968055427, 0.250738949, -2.69711018e-06)) |
| 1692 | + | |
| 1693 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1693 | + | |
| 1694 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979)) |
| 1694 | + | |
| 1695 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587810159, 0.0303432941, 0.471569538, -7.4505806e-07, 4.87081707e-07, 0.999999881, 0.25074333, 0.968058169, -3.83704901e-07, -0.968053997, 0.250744343, -5.51342964e-07)) |
| 1695 | + | |
| 1696 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1696 | + | |
| 1697 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1697 | + | |
| 1698 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.58780849, -0.132652044, 0.0399599075, -1.01327896e-06, -1.48080289e-07, 0.999999881, -0.250738144, -0.968059599, -2.83122063e-07, 0.968055546, -0.250739217, 6.55651093e-07)) |
| 1698 | + | |
| 1699 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1699 | + | |
| 1700 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1700 | + | |
| 1701 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587807655, 0.0303399563, 0.0399317741, 3.01003456e-06, 3.75322998e-07, -0.999999821, 0.250737667, 0.968059659, 1.05053186e-06, 0.968055487, -0.25073868, 2.63750553e-06)) |
| 1701 | + | |
| 1702 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1702 | + | |
| 1703 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252)) |
| 1703 | + | |
| 1704 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.587802768, -0.0896653533, 0.749882698, 1.07288361e-06, -5.424954e-07, -0.999999881, -1.07474625e-06, -1.00000477, 5.7881698e-07, -1.00000048, 1.00769103e-06, -7.15255737e-07)) |
| 1704 | + | |
| 1705 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1705 | + | |
| 1706 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252)) |
| 1706 | + | |
| 1707 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.587797523, -0.0125925541, 0.749894142, -1.84774399e-06, 1.41980127e-06, 1.00000012, -9.81613994e-07, 1.00000441, -1.46590173e-06, -1.00000048, -9.85339284e-07, -1.63912773e-06)) |
| 1707 | + | |
| 1708 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1708 | + | |
| 1709 | - | Wing=part(Enum.FormFactor.Custom,gunty,Enum.Material.Neon,0,0.39999997615814,MAINRUINCOLOR,"Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1709 | + | |
| 1710 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.58780694, -0.0897039622, -0.0337738991, -1.04308128e-06, -2.33296305e-07, 0.999999881, 6.29946589e-06, -1.00000441, -1.94646418e-07, 1.00000036, 6.33113086e-06, 8.64267349e-07)) |
| 1710 | + | |
| 1711 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1711 | + | |
| 1712 | end | |
| 1713 | end | |
| 1714 | end | |
| 1715 | end | |
| 1716 | end | |
| 1717 | ||
| 1718 | function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants | |
| 1719 | return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
| |
| 1720 | end | |
| 1721 | ||
| 1722 | function SkullEffect(brickcolor,cframe,x1,y1,z1,delay) | |
| 1723 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
| 1724 | prt.Anchored=true | |
| 1725 | prt.CFrame=cframe | |
| 1726 | local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=4770583",vt(0,0,0),vt(x1,y1,z1))
| |
| 1727 | --http://www.roblox.com/asset/?id=4770560 | |
| 1728 | game:GetService("Debris"):AddItem(prt,2)
| |
| 1729 | CF=prt.CFrame | |
| 1730 | coroutine.resume(coroutine.create(function(Part,Mesh,TehCF) | |
| 1731 | for i=0,1,0.2 do | |
| 1732 | wait() | |
| 1733 | Part.CFrame=CF*cf(0,0,-0.4) | |
| 1734 | end | |
| 1735 | for i=0,1,delay do | |
| 1736 | wait() | |
| 1737 | --Part.CFrame=CF*cf((math.random(-1,0)+math.random())/5,(math.random(-1,0)+math.random())/5,(math.random(-1,0)+math.random())/5) | |
| 1738 | Mesh.Scale=Mesh.Scale | |
| 1739 | end | |
| 1740 | for i=0,1,0.1 do | |
| 1741 | wait() | |
| 1742 | Part.Transparency=i | |
| 1743 | end | |
| 1744 | Part.Parent=nil | |
| 1745 | end),prt,msh,CF) | |
| 1746 | end | |
| 1747 | ||
| 1748 | function MagicBlock(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay) | |
| 1749 | local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
| 1750 | prt.Anchored=true | |
| 1751 | prt.Material = "Neon" | |
| 1752 | prt.CFrame=cframe | |
| 1753 | prt.CFrame=prt.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) | |
| 1754 | msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
| |
| 1755 | game:GetService("Debris"):AddItem(prt,5)
| |
| 1756 | coroutine.resume(coroutine.create(function(Part,Mesh) | |
| 1757 | for i=0,1,delay do | |
| 1758 | swait() | |
| 1759 | Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) | |
| 1760 | Part.Transparency=i | |
| 1761 | Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) | |
| 1762 | end | |
| 1763 | Part.Parent=nil | |
| 1764 | end),prt,msh) | |
| 1765 | end | |
| 1766 | ||
| 1767 | function MagicBlockSteady(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay,rottype) | |
| 1768 | local prt=part(3,char,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
| 1769 | prt.Anchored=true | |
| 1770 | prt.Material = "Neon" | |
| 1771 | prt.CFrame=cframe | |
| 1772 | msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
| |
| 1773 | game:GetService("Debris"):AddItem(prt,5)
| |
| 1774 | coroutine.resume(coroutine.create(function(Part,Mesh) | |
| 1775 | local rtype = rottype | |
| 1776 | for i=0,1,delay do | |
| 1777 | - | handle=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","Handle",Vector3.new(0.906348407, 0.543809175, 0.906348526)) |
| 1777 | + | |
| 1778 | - | handleweld=weld(m,Character["Right Arm"],handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0220181942, 0.747646809, -0.0157516003, -0.702657402, 0.00104645349, -0.711527646, -0.00115135673, 0.999995887, 0.00260771252, 0.711527407, 0.00265155057, -0.702653289)) |
| 1778 | + | |
| 1779 | - | mesh("BlockMesh",handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
|
| 1779 | + | |
| 1780 | - | MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526)) |
| 1780 | + | |
| 1781 | - | MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 0.866022289, -2.02073716e-06, 0.500005305, 2.45054252e-07, 1, 3.61632556e-06, -0.500005364, -3.00799729e-06, 0.866022348)) |
| 1781 | + | |
| 1782 | - | mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
|
| 1782 | + | |
| 1783 | - | MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526)) |
| 1783 | + | |
| 1784 | - | MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1.00000012, -1.89989805e-07, 3.87430191e-07, 1.88243575e-07, 1.00000012, -1.4831312e-07, -3.87430191e-07, 1.48895197e-07, 1)) |
| 1784 | + | |
| 1785 | - | mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
|
| 1785 | + | |
| 1786 | - | MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526)) |
| 1786 | + | |
| 1787 | - | MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 0.866025805, 2.18470814e-06, -0.499999404, -3.52947973e-06, 1.00000012, -1.74110755e-06, 0.499999493, 3.27359885e-06, 0.866025627)) |
| 1787 | + | |
| 1788 | - | mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
|
| 1788 | + | |
| 1789 | - | MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526)) |
| 1789 | + | |
| 1790 | - | MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 0.707108915, 3.17156446e-06, -0.707104623, -5.37338201e-06, 1.00000012, -8.86851922e-07, 0.707104802, 4.42727469e-06, 0.707108915)) |
| 1790 | + | |
| 1791 | - | mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.03999996, 0.5))
|
| 1791 | + | |
| 1792 | - | MBoot1=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MBoot1",Vector3.new(0.906348407, 0.543809175, 0.906348526)) |
| 1792 | + | |
| 1793 | - | MBoot1weld=weld(m,handle,MBoot1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 0.707108915, 3.17156446e-06, -0.707104623, -5.37338201e-06, 1.00000012, -8.86851922e-07, 0.707104802, 4.42727469e-06, 0.707108915)) |
| 1793 | + | |
| 1794 | - | mesh("BlockMesh",MBoot1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.01999998, 0.699999988))
|
| 1794 | + | |
| 1795 | - | MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.SmoothPlastic,0,0,"Black","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526)) |
| 1795 | + | |
| 1796 | - | MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.43051147e-05, 3.33786011e-06, 6.91413879e-06, 0.707099676, -2.96160579e-06, 0.707113922, -9.63453203e-07, 1.00000012, 5.1545212e-06, -0.707113981, -4.32463457e-06, 0.707099617)) |
| 1796 | + | |
| 1797 | - | mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.850000024, 1.00999999, 0.850000024))
|
| 1797 | + | |
| 1798 | - | MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526)) |
| 1798 | + | |
| 1799 | - | MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1.00000012, -1.89989805e-07, 3.87430191e-07, 1.88243575e-07, 1.00000012, -1.4831312e-07, -3.87430191e-07, 1.48895197e-07, 1)) |
| 1799 | + | |
| 1800 | - | mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
|
| 1800 | + | |
| 1801 | - | MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526)) |
| 1801 | + | |
| 1802 | - | MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 0.707108915, 3.17156446e-06, -0.707104623, -5.37338201e-06, 1.00000012, -8.86851922e-07, 0.707104802, 4.42727469e-06, 0.707108915)) |
| 1802 | + | |
| 1803 | - | mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
|
| 1803 | + | |
| 1804 | - | MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526)) |
| 1804 | + | |
| 1805 | - | MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 0.866022289, -2.02073716e-06, 0.500005305, 2.45054252e-07, 1, 3.61632556e-06, -0.500005364, -3.00799729e-06, 0.866022348)) |
| 1805 | + | |
| 1806 | - | mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
|
| 1806 | + | |
| 1807 | - | MNeon=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon",Vector3.new(0.906348407, 0.543809175, 0.906348526)) |
| 1807 | + | |
| 1808 | - | MNeonweld=weld(m,handle,MNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 0.866025805, 2.18470814e-06, -0.499999404, -3.52947973e-06, 1.00000012, -1.74110755e-06, 0.499999493, 3.27359885e-06, 0.866025627)) |
| 1808 | + | |
| 1809 | - | mesh("BlockMesh",MNeon,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.02999997, 0.600000024))
|
| 1809 | + | |
| 1810 | - | MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003)) |
| 1810 | + | |
| 1811 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(9.77516174e-06, -6.91413879e-06, 0.154139996, 0.707108915, 3.17156446e-06, -0.707104623, -5.37338201e-06, 1.00000012, -8.86851922e-07, 0.707104802, 4.42727469e-06, 0.707108915)) |
| 1811 | + | |
| 1812 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0906348526))
|
| 1812 | + | |
| 1813 | - | MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003)) |
| 1813 | + | |
| 1814 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-7.15255737e-06, 6.67572021e-06, -0.154094577, 0.707099915, -2.91550532e-06, 0.707113683, -1.02224294e-06, 1.00000012, 5.14776912e-06, -0.707113743, -4.36153096e-06, 0.707099795)) |
| 1814 | + | |
| 1815 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0906348526))
|
| 1815 | + | |
| 1816 | - | MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003)) |
| 1816 | + | |
| 1817 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.75373459e-05, -1.52587891e-05, 0.181312561, 0.707108915, 3.17156446e-06, -0.707104623, -5.37338201e-06, 1.00000012, -8.86851922e-07, 0.707104802, 4.42727469e-06, 0.707108915)) |
| 1817 | + | |
| 1818 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0543809123))
|
| 1818 | + | |
| 1819 | - | MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003)) |
| 1819 | + | |
| 1820 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(6.91413879e-05, -6.19888306e-06, 0.154109597, 0.707099915, -2.91550532e-06, 0.707113683, -1.02224294e-06, 1.00000012, 5.14776912e-06, -0.707113743, -4.36153096e-06, 0.707099795)) |
| 1820 | + | |
| 1821 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0906348526))
|
| 1821 | + | |
| 1822 | - | MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003)) |
| 1822 | + | |
| 1823 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.05039978e-05, 1.16825104e-05, -0.181295872, 1.00000012, 1.79745257e-07, 5.96046448e-08, -1.81724317e-07, 1.00000012, -2.56113708e-08, 0, 2.6775524e-08, 0.999999881)) |
| 1823 | + | |
| 1824 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0543809123))
|
| 1824 | + | |
| 1825 | - | MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003)) |
| 1825 | + | |
| 1826 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(2.49147415e-05, 5.7220459e-06, -0.181298971, 0.707108915, 3.17156446e-06, -0.707104623, -5.37338201e-06, 1.00000012, -8.86851922e-07, 0.707104802, 4.42727469e-06, 0.707108915)) |
| 1826 | + | |
| 1827 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0543809123))
|
| 1827 | + | |
| 1828 | - | MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003)) |
| 1828 | + | |
| 1829 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.09672546e-05, -1.57356262e-05, 0.154080868, 1.00000012, 1.79745257e-07, 5.96046448e-08, -1.81724317e-07, 1.00000012, -2.56113708e-08, 0, 2.6775524e-08, 0.999999881)) |
| 1829 | + | |
| 1830 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0906348526))
|
| 1830 | + | |
| 1831 | - | MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003)) |
| 1831 | + | |
| 1832 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(4.19616699e-05, -1.8119812e-05, 0.181271374, -0.707099915, 3.09431925e-06, -0.707113683, -8.8987872e-07, 1.00000012, 5.26837539e-06, 0.707113743, 4.35338188e-06, -0.707099795)) |
| 1832 | + | |
| 1833 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0543809123))
|
| 1833 | + | |
| 1834 | - | MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003)) |
| 1834 | + | |
| 1835 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.67164612e-05, 2.62260437e-06, -0.154065609, 0.707108915, 3.17156446e-06, -0.707104623, -5.37338201e-06, 1.00000012, -8.86851922e-07, 0.707104802, 4.42727469e-06, 0.707108915)) |
| 1835 | + | |
| 1836 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0906348526))
|
| 1836 | + | |
| 1837 | - | MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003)) |
| 1837 | + | |
| 1838 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-9.53674316e-05, -1.43051147e-06, -0.181271672, -0.707099915, 3.09431925e-06, -0.707113683, -8.8987872e-07, 1.00000012, 5.26837539e-06, 0.707113743, 4.35338188e-06, -0.707099795)) |
| 1838 | + | |
| 1839 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 1.04999995, 0.0543809123))
|
| 1839 | + | |
| 1840 | - | MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003)) |
| 1840 | + | |
| 1841 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(1.1920929e-05, -5.96046448e-06, -0.181238174, 1.23381615e-05, 4.55742702e-06, -1, -6.12123404e-06, 1.00000012, 4.55719419e-06, 1, 6.11972064e-06, 1.23977661e-05)) |
| 1841 | + | |
| 1842 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0543809123))
|
| 1842 | + | |
| 1843 | - | MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003)) |
| 1843 | + | |
| 1844 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.529953e-05, 1.1920929e-06, -0.154067039, -1.24275684e-05, -4.40212898e-06, 1, -6.18852209e-06, 1.00000012, 4.40143049e-06, -1.00000012, -6.18561171e-06, -1.24871731e-05)) |
| 1844 | + | |
| 1845 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0906348526))
|
| 1845 | + | |
| 1846 | - | MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003)) |
| 1846 | + | |
| 1847 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.79085541e-05, -3.81469727e-06, 0.181278467, 1.00000012, 1.79745257e-07, 5.96046448e-08, -1.81724317e-07, 1.00000012, -2.56113708e-08, 0, 2.6775524e-08, 0.999999881)) |
| 1847 | + | |
| 1848 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0543809123))
|
| 1848 | + | |
| 1849 | - | MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003)) |
| 1849 | + | |
| 1850 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.19888306e-06, 1.90734863e-06, -0.154108286, 1.00000012, 1.79745257e-07, 5.96046448e-08, -1.81724317e-07, 1.00000012, -2.56113708e-08, 0, 2.6775524e-08, 0.999999881)) |
| 1850 | + | |
| 1851 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0906348526))
|
| 1851 | + | |
| 1852 | - | MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003)) |
| 1852 | + | |
| 1853 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-4.31537628e-05, -8.82148743e-06, 0.181280136, 1.23381615e-05, 4.55742702e-06, -1, -6.12123404e-06, 1.00000012, 4.55719419e-06, 1, 6.11972064e-06, 1.23977661e-05)) |
| 1853 | + | |
| 1854 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0543809123))
|
| 1854 | + | |
| 1855 | - | MNeon1=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon1",Vector3.new(0.906348407, 0.543809175, 0.200000003)) |
| 1855 | + | |
| 1856 | - | MNeon1weld=weld(m,handle,MNeon1,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-6.29425049e-05, -7.15255737e-06, 0.154111385, -1.24275684e-05, -4.40212898e-06, 1, -6.18852209e-06, 1.00000012, 4.40143049e-06, -1.00000012, -6.18561171e-06, -1.24871731e-05)) |
| 1856 | + | |
| 1857 | - | mesh("BlockMesh",MNeon1,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1.04999995, 0.0906348526))
|
| 1857 | + | |
| 1858 | - | MNeon2=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon2",Vector3.new(0.906348407, 0.543809175, 0.906348526)) |
| 1858 | + | |
| 1859 | - | MNeon2weld=weld(m,handle,MNeon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 0.707108915, 3.17156446e-06, -0.707104623, -5.37338201e-06, 1.00000012, -8.86851922e-07, 0.707104802, 4.42727469e-06, 0.707108915)) |
| 1859 | + | |
| 1860 | - | mesh("BlockMesh",MNeon2,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
|
| 1860 | + | |
| 1861 | - | MNeon2=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0,"Really red","MNeon2",Vector3.new(0.906348407, 0.543809175, 0.906348526)) |
| 1861 | + | |
| 1862 | - | MNeon2weld=weld(m,handle,MNeon2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1, 1.34343281e-07, -2.98023224e-08, -1.35856681e-07, 1.00000012, -5.82076609e-09, 5.96046448e-08, 8.03265721e-09, 1)) |
| 1862 | + | |
| 1863 | - | mesh("BlockMesh",MNeon2,"","",Vector3.new(0, 0, 0),Vector3.new(0.200000003, 1.05999994, 0.200000003))
|
| 1863 | + | |
| 1864 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1864 | + | |
| 1865 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516230822, 0.169700384, -0.321951866, 0.500006258, 3.64653533e-06, -0.866021812, -0.650710702, -0.659869432, -0.375697017, -0.571462631, 0.751380503, -0.329936385)) |
| 1865 | + | |
| 1866 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1866 | + | |
| 1867 | - | Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(1.05999994, 0.680000186, 1.00999999)) |
| 1867 | + | |
| 1868 | - | Gloveweld=weld(m,handle,Glove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0256171227, -0.0729534626, -0.00383615494, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073)) |
| 1868 | + | |
| 1869 | - | mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 1869 | + | |
| 1870 | - | Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(0.99000001, 0.200000003, 1.01999998)) |
| 1870 | + | |
| 1871 | - | Gloveweld=weld(m,handle,Glove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0206276178, -0.808124304, -0.00885057449, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073)) |
| 1871 | + | |
| 1872 | - | mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
|
| 1872 | + | |
| 1873 | - | Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(0.589999974, 0.200000003, 1.01999998)) |
| 1873 | + | |
| 1874 | - | Gloveweld=weld(m,handle,Glove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.787284613, -0.643753648, -0.00890445709, 0.57468456, 0.582654893, -0.574674666, -0.412032723, 0.812719822, 0.411965519, 0.707083225, 3.45588196e-05, 0.707130313)) |
| 1874 | + | |
| 1875 | - | mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
|
| 1875 | + | |
| 1876 | - | Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(0.200000003, 0.510000229, 0.769999981)) |
| 1876 | + | |
| 1877 | - | Gloveweld=weld(m,handle,Glove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.394414604, -0.6531322, -0.0238685608, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073)) |
| 1877 | + | |
| 1878 | - | mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
|
| 1878 | + | |
| 1879 | - | Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(1.04999995, 0.200000003, 1.01999998)) |
| 1879 | + | |
| 1880 | - | Gloveweld=weld(m,handle,Glove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0241199732, -1.19612908, -0.00891971588, 0.707122087, -0.00488962233, -0.707074523, 0.00343272323, 0.999988139, -0.00348224654, 0.707083106, 3.51816416e-05, 0.707130373)) |
| 1880 | + | |
| 1881 | - | mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
|
| 1881 | + | |
| 1882 | - | Glove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Marble,0,0,"Black","Glove",Vector3.new(0.200000003, 1.0400002, 0.550000012)) |
| 1882 | + | |
| 1883 | - | Gloveweld=weld(m,handle,Glove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.404373109, -0.288136005, -0.0138130188, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073)) |
| 1883 | + | |
| 1884 | - | mesh("BlockMesh",Glove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 1, 1))
|
| 1884 | + | |
| 1885 | - | NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.06999993, 1.0200001, 0.200000003)) |
| 1885 | + | |
| 1886 | - | NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0205663443, -0.00385951996, -0.201896429, 0.707130849, 3.30488838e-05, -0.707082689, 0.707082868, 2.76295468e-05, 0.70713079, 4.29056818e-05, -1.00000024, -3.83285806e-06)) |
| 1886 | + | |
| 1887 | - | mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 0.100000001))
|
| 1887 | + | |
| 1888 | - | NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.04999995, 0.200000003, 1.01999998)) |
| 1888 | + | |
| 1889 | - | NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0241446495, -1.19084454, -0.00887537003, 0.707122087, -0.00488962233, -0.707074523, 0.00343272323, 0.999988139, -0.00348224654, 0.707083106, 3.51816416e-05, 0.707130373)) |
| 1889 | + | |
| 1890 | - | mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.200000003, 1.00999999))
|
| 1890 | + | |
| 1891 | - | NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.05999994, 0.200000003, 1.00999999)) |
| 1891 | + | |
| 1892 | - | NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.042386651, -0.05914855, 0.0038819313, -0.683045745, -0.258792162, 0.682989776, -0.182982013, 0.965933263, 0.183005348, -0.707082868, 2.61915848e-05, -0.70713073)) |
| 1892 | + | |
| 1893 | - | mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.400000006, 1.00999999))
|
| 1893 | + | |
| 1894 | - | NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.05999994, 0.200000003, 1.00999999)) |
| 1894 | + | |
| 1895 | - | NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0256179571, -0.211858511, 0.0038690567, -0.707130909, 2.80108743e-05, 0.707082748, 3.84768937e-05, 1, -1.13388523e-06, -0.707082808, 2.6402995e-05, -0.707130849)) |
| 1895 | + | |
| 1896 | - | mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.400000006, 1.00999999))
|
| 1896 | + | |
| 1897 | - | NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.830000162, 0.200000003)) |
| 1897 | + | |
| 1898 | - | NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.404393196, -0.273091316, -0.0188817978, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073)) |
| 1898 | + | |
| 1899 | - | mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 1, 1))
|
| 1899 | + | |
| 1900 | - | NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.649999976, 0.200000003, 1.01999998)) |
| 1900 | + | |
| 1901 | - | NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.810528278, -0.634468794, -0.00887537003, 0.57468456, 0.582654893, -0.574674666, -0.412032723, 0.812719822, 0.411965519, 0.707083225, 3.45588196e-05, 0.707130313)) |
| 1901 | + | |
| 1902 | - | mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.200000003, 1.00999999))
|
| 1902 | + | |
| 1903 | - | NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.99000001, 0.200000003, 1.01999998)) |
| 1903 | + | |
| 1904 | - | NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0206182003, -0.788113832, -0.00883579254, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073)) |
| 1904 | + | |
| 1905 | - | mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 0.200000003, 1.00999999))
|
| 1905 | + | |
| 1906 | - | NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.920000196, 0.639999986)) |
| 1906 | + | |
| 1907 | - | NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.404428124, -0.408129215, -0.0189080238, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073)) |
| 1907 | + | |
| 1908 | - | mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
|
| 1908 | + | |
| 1909 | - | NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.940000117, 0.200000003)) |
| 1909 | + | |
| 1910 | - | NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.404387414, -0.258115292, 0.131145477, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073)) |
| 1910 | + | |
| 1911 | - | mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 1, 0.100000001))
|
| 1911 | + | |
| 1912 | - | NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(1.05999994, 0.200000003, 1.00999999)) |
| 1912 | + | |
| 1913 | - | NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0256112814, 0.0818903446, 0.00382900238, -0.707130909, 2.80108743e-05, 0.707082748, 3.84768937e-05, 1, -1.13388523e-06, -0.707082808, 2.6402995e-05, -0.707130849)) |
| 1913 | + | |
| 1914 | - | mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.400000006, 1.00999999))
|
| 1914 | + | |
| 1915 | - | NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.940000117, 0.200000003)) |
| 1915 | + | |
| 1916 | - | NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.404373825, -0.258096695, -0.168827534, 0.707130849, 3.31191513e-05, -0.707082748, -4.80618328e-05, 1.00000012, -1.2248056e-06, 0.707082748, 3.48514877e-05, 0.70713073)) |
| 1916 | + | |
| 1917 | - | mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 1, 0.100000001))
|
| 1917 | + | |
| 1918 | - | NGlove=part(Enum.FormFactor.Brick,glovey,Enum.Material.Neon,0,0,"Really red","NGlove",Vector3.new(0.200000003, 0.600000143, 0.200000003)) |
| 1918 | + | |
| 1919 | - | NGloveweld=weld(m,handle,NGlove,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.404379129, -0.0139036179, 0.733129025, 0.707130849, 3.30488838e-05, -0.707082689, 0.707082868, 2.76295468e-05, 0.70713079, 4.29056818e-05, -1.00000024, -3.83285806e-06)) |
| 1919 | + | |
| 1920 | - | mesh("BlockMesh",NGlove,"","",Vector3.new(0, 0, 0),Vector3.new(1.07000005, 1, 0.100000001))
|
| 1920 | + | |
| 1921 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1921 | + | |
| 1922 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516199827, -0.288989305, -0.107825041, -0.500006318, -3.545254e-06, 0.866021752, -6.28689304e-06, 1.00000012, 4.64962795e-07, -0.866021752, -5.21191396e-06, -0.500006258)) |
| 1922 | + | |
| 1923 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1923 | + | |
| 1924 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1924 | + | |
| 1925 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516181946, 0.186671972, -0.107825756, 0.500006378, 3.70043563e-06, -0.866021812, 6.27792906e-06, -1.00000012, -6.4948108e-07, -0.866021752, -5.11133112e-06, -0.500006258)) |
| 1925 | + | |
| 1926 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1926 | + | |
| 1927 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252)) |
| 1927 | + | |
| 1928 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516211152, -0.288995504, 0.823948622, 0.500006318, 2.91602919e-06, -0.866021812, -6.04416709e-06, 1.00000012, -1.21304765e-07, 0.866021752, 5.29387034e-06, 0.500006258)) |
| 1928 | + | |
| 1929 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1929 | + | |
| 1930 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252)) |
| 1930 | + | |
| 1931 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516234398, 0.186712027, 0.823880672, -0.500006318, -2.78471271e-06, 0.866021752, 5.92030119e-06, -1.00000012, 2.01747753e-07, 0.866021812, 5.22681512e-06, 0.500006199)) |
| 1931 | + | |
| 1932 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1932 | + | |
| 1933 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1933 | + | |
| 1934 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516177058, -0.255759239, 0.0376217365, -0.500006318, -3.52290226e-06, 0.866021752, -0.217152536, 0.968053222, -0.125371233, -0.838354766, -0.250745267, -0.484033465)) |
| 1934 | + | |
| 1935 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1935 | + | |
| 1936 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.20460251)) |
| 1936 | + | |
| 1937 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516228676, 0.153450966, 0.0376117229, 0.500006378, 3.57377576e-06, -0.866021812, 0.217152566, -0.968053162, 0.125371203, -0.838354766, -0.250745267, -0.484033495)) |
| 1937 | + | |
| 1938 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1938 | + | |
| 1939 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979)) |
| 1939 | + | |
| 1940 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516221404, -0.255775452, 0.473936558, 0.500006378, 2.86201248e-06, -0.866021752, -0.217152148, 0.968053162, -0.125371784, 0.838354826, 0.250745237, 0.484033465)) |
| 1940 | + | |
| 1941 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1941 | + | |
| 1942 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.818409979)) |
| 1942 | + | |
| 1943 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516248465, 0.153486252, 0.473945856, -0.500006378, -2.75397906e-06, 0.866021752, 0.217152119, -0.968053162, 0.125371888, 0.838354766, 0.250745237, 0.484033406)) |
| 1943 | + | |
| 1944 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1944 | + | |
| 1945 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1945 | + | |
| 1946 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516182423, 0.148355246, -0.229402542, 0.500006258, 3.64653533e-06, -0.866021812, -0.295700997, -0.939900279, -0.170729831, -0.813974679, 0.341449529, -0.469954848)) |
| 1946 | + | |
| 1947 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1947 | + | |
| 1948 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.4322176)) |
| 1948 | + | |
| 1949 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516174197, -0.250698209, 1.15003109, 0.50000602, 3.02668195e-06, -0.866021872, 0.295701176, 0.939900339, 0.170729145, 0.813974738, -0.34144935, 0.469954848)) |
| 1949 | + | |
| 1950 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1950 | + | |
| 1951 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.43221748)) |
| 1951 | + | |
| 1952 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516170621, 0.148392797, 1.15009117, -0.500005722, -2.93558696e-06, 0.86602205, -0.295701385, -0.939900279, -0.170729071, 0.813974857, -0.341449529, 0.469954669)) |
| 1952 | + | |
| 1953 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1953 | + | |
| 1954 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1954 | + | |
| 1955 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516177773, -0.25065732, -0.229373455, -0.500006199, -3.56050441e-06, 0.866021812, 0.295700967, 0.939900279, 0.170729712, -0.813974738, 0.341449499, -0.469954848)) |
| 1955 | + | |
| 1956 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1956 | + | |
| 1957 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252)) |
| 1957 | + | |
| 1958 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516165137, 0.193897963, 0.955152988, -0.500005782, -2.99746171e-06, 0.86602205, -0.43334645, -0.865800917, -0.250199527, 0.749803424, -0.500388801, 0.432904124)) |
| 1958 | + | |
| 1959 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1959 | + | |
| 1960 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1960 | + | |
| 1961 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516165733, -0.29613173, -0.239075661, -0.500006139, -3.5763951e-06, 0.866021872, 0.43334657, 0.865800679, 0.250200421, -0.749803185, 0.500389278, -0.432904035)) |
| 1961 | + | |
| 1962 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1962 | + | |
| 1963 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1963 | + | |
| 1964 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516176939, 0.193840384, -0.239068031, 0.500006318, 3.69217014e-06, -0.866021752, -0.433346331, -0.865800619, -0.25020051, -0.749803126, 0.500389159, -0.432904184)) |
| 1964 | + | |
| 1965 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1965 | + | |
| 1966 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 1.02301252)) |
| 1966 | + | |
| 1967 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516228318, -0.296153545, 0.955191135, 0.500005782, 3.08232848e-06, -0.86602217, 0.43334657, 0.865800858, 0.250199646, 0.749803424, -0.50038892, 0.432904035)) |
| 1967 | + | |
| 1968 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1968 | + | |
| 1969 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559)) |
| 1969 | + | |
| 1970 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.516153574, -0.271999478, 0.83345747, 0.500005841, 3.29007162e-06, -0.86602211, 0.650711179, 0.659869134, 0.37569654, 0.571462452, -0.751380742, 0.329936177)) |
| 1970 | + | |
| 1971 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1971 | + | |
| 1972 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.409205019)) |
| 1972 | + | |
| 1973 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.51624918, -0.272055507, -0.321919441, -0.500006199, -3.65899177e-06, 0.866021812, 0.650710642, 0.659869432, 0.375696898, -0.571462691, 0.751380444, -0.329936385)) |
| 1973 | + | |
| 1974 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1974 | + | |
| 1975 | - | Wing=part(Enum.FormFactor.Custom,glovey,Enum.Material.Neon,0,0.39999997615814,"Really red","Wing",Vector3.new(0.20460248, 0.20460251, 0.613807559)) |
| 1975 | + | |
| 1976 | - | Wingweld=weld(m,handle,Wing,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.516234636, 0.169712424, 0.833487988, -0.500005543, -3.22790584e-06, 0.866022229, -0.650711119, -0.659869313, -0.375696182, 0.571462691, -0.751380563, 0.329936147)) |
| 1976 | + | |
| 1977 | - | mesh("SpecialMesh",Wing,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0, 0.5, 1))
|
| 1977 | + | |
| 1978 | --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) | |
| 1979 | - | ------ |
| 1979 | + | |
| 1980 | Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) | |
| 1981 | end | |
| 1982 | Part.Parent=nil | |
| 1983 | end),prt,msh,wld) | |
| 1984 | end | |
| 1985 | ||
| 1986 | function MagicCircle2(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay) | |
| 1987 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
| 1988 | prt.Anchored=true | |
| 1989 | prt.CFrame=cframe | |
| 1990 | local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
| |
| 1991 | game:GetService("Debris"):AddItem(prt,2)
| |
| 1992 | coroutine.resume(coroutine.create(function(Part,Mesh) | |
| 1993 | for i=0,1,delay do | |
| 1994 | wait() | |
| 1995 | Part.CFrame=Part.CFrame | |
| 1996 | Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) | |
| 1997 | local prt2=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
| 1998 | prt2.Anchored=true | |
| 1999 | prt2.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) | |
| 2000 | local msh2=mesh("SpecialMesh",prt2,"Sphere","",vt(0,0,0),vt(0.5,0.5,0.5))
| |
| 2001 | game:GetService("Debris"):AddItem(prt2,2)
| |
| 2002 | coroutine.resume(coroutine.create(function(Part,Mesh) | |
| 2003 | for i=0,1,0.1 do | |
| 2004 | wait() | |
| 2005 | Part.CFrame=Part.CFrame*cf(0,0.5,0) | |
| 2006 | end | |
| 2007 | Part.Parent=nil | |
| 2008 | end),prt2,msh2) | |
| 2009 | end | |
| 2010 | for i=0,1,delay*2 do | |
| 2011 | wait() | |
| 2012 | Part.CFrame=Part.CFrame | |
| 2013 | Mesh.Scale=vt((x1+x3)-(x1+x3)*i,(y1+y3)-(y1+y3)*i,(z1+z3)-(z1+z3)*i) | |
| 2014 | end | |
| 2015 | Part.Parent=nil | |
| 2016 | end),prt,msh) | |
| 2017 | end | |
| 2018 | ||
| 2019 | function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay) | |
| 2020 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
| 2021 | prt.Anchored=true | |
| 2022 | prt.CFrame=cframe | |
| 2023 | local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
| |
| 2024 | game:GetService("Debris"):AddItem(prt,2)
| |
| 2025 | coroutine.resume(coroutine.create(function(Part,Mesh) | |
| 2026 | for i=0,1,delay do | |
| 2027 | wait() | |
| 2028 | Part.CFrame=Part.CFrame | |
| 2029 | Part.Transparency=i | |
| 2030 | Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) | |
| 2031 | end | |
| 2032 | Part.Parent=nil | |
| 2033 | end),prt,msh) | |
| 2034 | end | |
| 2035 | ||
| 2036 | function BreakEffect(brickcolor,cframe,x1,y1,z1) | |
| 2037 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
| 2038 | prt.Anchored=true | |
| 2039 | prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) | |
| 2040 | local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
| |
| 2041 | game:GetService("Debris"):AddItem(prt,2)
| |
| 2042 | coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb) | |
| 2043 | CF=Part.CFrame | |
| 2044 | Numbb=0 | |
| 2045 | randnumb=math.random()/10 | |
| 2046 | rand1=math.random()/10 | |
| 2047 | for i=0,1,rand1 do | |
| 2048 | wait() | |
| 2049 | CF=CF*cf(0,math.random()/2,0) | |
| 2050 | --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0) | |
| 2051 | Part.CFrame=CF*euler(Numbb,0,0) | |
| 2052 | Part.Transparency=i | |
| 2053 | Numbb=Numbb+randnumb | |
| 2054 | end | |
| 2055 | Part.Parent=nil | |
| 2056 | end),prt,CF,Numbb,randnumb) | |
| 2057 | end | |
| 2058 | ||
| 2059 | function MagicWaveThing(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay) | |
| 2060 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
| 2061 | prt.Anchored=true | |
| 2062 | prt.CFrame=cframe | |
| 2063 | msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1051557",vt(0,0,0),vt(x1,y1,z1))
| |
| 2064 | game:GetService("Debris"):AddItem(prt,5)
| |
| 2065 | coroutine.resume(coroutine.create(function(Part,Mesh) | |
| 2066 | for i=0,1,delay do | |
| 2067 | wait() | |
| 2068 | Part.CFrame=Part.CFrame*euler(0,0.7,0) | |
| 2069 | Part.Transparency=i | |
| 2070 | Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) | |
| 2071 | end | |
| 2072 | Part.Parent=nil | |
| 2073 | end),prt,msh) | |
| 2074 | end | |
| 2075 | ||
| 2076 | function WaveEffect(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay) | |
| 2077 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
| 2078 | prt.Anchored=true | |
| 2079 | prt.CFrame=cframe | |
| 2080 | msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,0),vt(x1,y1,z1))
| |
| 2081 | game:GetService("Debris"):AddItem(prt,2)
| |
| 2082 | coroutine.resume(coroutine.create(function(Part,Mesh) | |
| 2083 | for i=0,1,delay do | |
| 2084 | wait() | |
| 2085 | Part.CFrame=Part.CFrame*cf(0,y3/2,0) | |
| 2086 | Part.Transparency=i | |
| 2087 | Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) | |
| 2088 | end | |
| 2089 | Part.Parent=nil | |
| 2090 | end),prt,msh) | |
| 2091 | end | |
| 2092 | ||
| 2093 | function StravEffect(brickcolor,cframe,x,y,z,x1,y1,z1,delay) | |
| 2094 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
| 2095 | prt.Anchored=true | |
| 2096 | prt.CFrame=cframe*cf(x,y,z) | |
| 2097 | msh=mesh("SpecialMesh",prt,"FileMesh","rbxassetid://168892363",vt(0,0,0),vt(x1,y1,z1))
| |
| 2098 | game:GetService("Debris"):AddItem(prt,5)
| |
| 2099 | coroutine.resume(coroutine.create(function(Part,Mesh,ex,why,zee) | |
| 2100 | local num=math.random() | |
| 2101 | local num2=math.random(-3,2)+math.random() | |
| 2102 | local numm=0 | |
| 2103 | for i=0,1,delay*2 do | |
| 2104 | swait() | |
| 2105 | Part.CFrame=cframe*euler(0,numm*num*10,0)*cf(ex,why,zee)*cf(-i*10,num2,0) | |
| 2106 | Part.Transparency=i | |
| 2107 | numm=numm+0.01 | |
| 2108 | end | |
| 2109 | Part.Parent=nil | |
| 2110 | Mesh.Parent=nil | |
| 2111 | end),prt,msh,x,y,z) | |
| 2112 | end | |
| 2113 | ||
| 2114 | function dmgstart(dmg,what) | |
| 2115 | hitcon = what.Touched:connect(function(hit) | |
| 2116 | local hum = hit.Parent:FindFirstChild("Humanoid")
| |
| 2117 | if hum and not hum:IsDescendantOf(Character) then | |
| 2118 | hum:TakeDamage(dmg) | |
| 2119 | end | |
| 2120 | end) | |
| 2121 | end | |
| 2122 | ||
| 2123 | function dmgstop() | |
| 2124 | hitcon:disconnect() | |
| 2125 | end | |
| 2126 | ||
| 2127 | function Cloak() | |
| 2128 | Face.Parent=nil | |
| 2129 | cloaked=true | |
| 2130 | for _,v in pairs(Torso.Parent:children()) do | |
| 2131 | if v.className=="Part" and v.Name~="HumanoidRootPart" then | |
| 2132 | coroutine.resume(coroutine.create(function() | |
| 2133 | for i=0,1,0.2 do | |
| 2134 | wait() | |
| 2135 | v.Transparency=i | |
| 2136 | end | |
| 2137 | v.Transparency=1 | |
| 2138 | end)) | |
| 2139 | end | |
| 2140 | if v.className=="Hat" then | |
| 2141 | hatp=v.Handle | |
| 2142 | coroutine.resume(coroutine.create(function(derp) | |
| 2143 | for i=0,1,0.2 do | |
| 2144 | wait() | |
| 2145 | derp.Transparency=i | |
| 2146 | end | |
| 2147 | derp.Transparency=1 | |
| 2148 | end),hatp) | |
| 2149 | end | |
| 2150 | end | |
| 2151 | for _,v in pairs(m:children()) do | |
| 2152 | if v.className=="Part" then | |
| 2153 | coroutine.resume(coroutine.create(function() | |
| 2154 | for i=0,1,0.2 do | |
| 2155 | wait() | |
| 2156 | v.Transparency=i | |
| 2157 | end | |
| 2158 | v.Transparency=1 | |
| 2159 | end)) | |
| 2160 | end | |
| 2161 | end | |
| 2162 | end | |
| 2163 | ||
| 2164 | function UnCloak() | |
| 2165 | so("http://roblox.com/asset/?id=2767090",Torso,1,1.1)
| |
| 2166 | Face.Parent=Head | |
| 2167 | cloaked=false | |
| 2168 | for _,v in pairs(Torso.Parent:children()) do | |
| 2169 | if v.className=="Part" and v.Name~="HumanoidRootPart" then | |
| 2170 | coroutine.resume(coroutine.create(function() | |
| 2171 | for i=0,1,0.1 do | |
| 2172 | wait() | |
| 2173 | v.Transparency=v.Transparency-0.1 | |
| 2174 | end | |
| 2175 | v.Transparency=0 | |
| 2176 | end)) | |
| 2177 | end | |
| 2178 | if v.className=="Hat" then | |
| 2179 | hatp=v.Handle | |
| 2180 | coroutine.resume(coroutine.create(function(derp) | |
| 2181 | for i=0,1,0.1 do | |
| 2182 | wait() | |
| 2183 | derp.Transparency=derp.Transparency-0.1 | |
| 2184 | end | |
| 2185 | derp.Transparency=0 | |
| 2186 | end),hatp) | |
| 2187 | end | |
| 2188 | end | |
| 2189 | for _,v in pairs(m:children()) do | |
| 2190 | if v.className=="Part" and v.Name~="hitbox" and v.Name~='tip' then | |
| 2191 | coroutine.resume(coroutine.create(function() | |
| 2192 | for i=0,1,0.1 do | |
| 2193 | wait() | |
| 2194 | v.Transparency=v.Transparency-0.1 | |
| 2195 | end | |
| 2196 | v.Transparency=0 | |
| 2197 | end)) | |
| 2198 | v.Transparency=0 | |
| 2199 | end | |
| 2200 | end | |
| 2201 | end | |
| 2202 | ||
| 2203 | local origcolor = BrickColor.new("Pastel light blue")
| |
| 2204 | ---- This section of explosions. | |
| 2205 | ||
| 2206 | ---- | |
| 2207 | ||
| 2208 | ||
| 2209 | function ring(type,pos,scale,value) | |
| 2210 | local type = type | |
| 2211 | local rng = Instance.new("Part", char)
| |
| 2212 | rng.Anchored = true | |
| 2213 | rng.BrickColor = origcolor | |
| 2214 | rng.CanCollide = false | |
| 2215 | rng.FormFactor = 3 | |
| 2216 | rng.Name = "Ring" | |
| 2217 | rng.Size = Vector3.new(1, 1, 1) | |
| 2218 | rng.Transparency = 0 | |
| 2219 | rng.TopSurface = 0 | |
| 2220 | rng.BottomSurface = 0 | |
| 2221 | rng.CFrame = pos | |
| 2222 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 2223 | rngm.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 2224 | rngm.Scale = scale | |
| 2225 | local scaler2 = 1 | |
| 2226 | if type == "Add" then | |
| 2227 | scaler2 = 1*value | |
| 2228 | elseif type == "Divide" then | |
| 2229 | scaler2 = 1/value | |
| 2230 | end | |
| 2231 | coroutine.resume(coroutine.create(function() | |
| 2232 | for i = 0,10,0.1 do | |
| 2233 | swait() | |
| 2234 | if type == "Add" then | |
| 2235 | scaler2 = scaler2 - 0.01*value | |
| 2236 | elseif type == "Divide" then | |
| 2237 | scaler2 = scaler2 - 0.01/value | |
| 2238 | end | |
| 2239 | rng.Transparency = rng.Transparency + 0.01 | |
| 2240 | rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0) | |
| 2241 | end | |
| 2242 | rng:Destroy() | |
| 2243 | end)) | |
| 2244 | end | |
| 2245 | ||
| 2246 | ||
| 2247 | function wave(type,pos,scale,value) | |
| 2248 | local type = type | |
| 2249 | local rng = Instance.new("Part", char)
| |
| 2250 | rng.Anchored = true | |
| 2251 | rng.BrickColor = origcolor | |
| 2252 | rng.CanCollide = false | |
| 2253 | rng.FormFactor = 3 | |
| 2254 | rng.Name = "Ring" | |
| 2255 | rng.Size = Vector3.new(1, 1, 1) | |
| 2256 | rng.Transparency = 0 | |
| 2257 | rng.TopSurface = 0 | |
| 2258 | rng.BottomSurface = 0 | |
| 2259 | rng.CFrame = pos | |
| 2260 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 2261 | rngm.MeshId = "http://www.roblox.com/asset/?id=20329976" | |
| 2262 | rngm.Scale = scale | |
| 2263 | local scaler2 = 1 | |
| 2264 | if type == "Add" then | |
| 2265 | scaler2 = 1*value | |
| 2266 | elseif type == "Divide" then | |
| 2267 | scaler2 = 1/value | |
| 2268 | end | |
| 2269 | coroutine.resume(coroutine.create(function() | |
| 2270 | for i = 0,10,0.1 do | |
| 2271 | swait() | |
| 2272 | if type == "Add" then | |
| 2273 | scaler2 = scaler2 - 0.01*value | |
| 2274 | elseif type == "Divide" then | |
| 2275 | scaler2 = scaler2 - 0.01/value | |
| 2276 | end | |
| 2277 | rng.Transparency = rng.Transparency + 0.01 | |
| 2278 | rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2) | |
| 2279 | end | |
| 2280 | rng:Destroy() | |
| 2281 | end)) | |
| 2282 | end | |
| 2283 | ||
| 2284 | function waveEff(bonuspeed,type,typeoftrans,pos,scale,value,value2,color) | |
| 2285 | local type = type | |
| 2286 | local rng = Instance.new("Part", char)
| |
| 2287 | rng.Anchored = true | |
| 2288 | rng.BrickColor = color | |
| 2289 | rng.CanCollide = false | |
| 2290 | rng.FormFactor = 3 | |
| 2291 | rng.Name = "Ring" | |
| 2292 | rng.Material = "Neon" | |
| 2293 | rng.Size = Vector3.new(1, 1, 1) | |
| 2294 | rng.Transparency = 0 | |
| 2295 | if typeoftrans == "In" then | |
| 2296 | rng.Transparency = 1 | |
| 2297 | end | |
| 2298 | rng.TopSurface = 0 | |
| 2299 | rng.BottomSurface = 0 | |
| 2300 | rng.CFrame = pos | |
| 2301 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 2302 | rngm.MeshType = "FileMesh" | |
| 2303 | rngm.MeshId = "rbxassetid://20329976" | |
| 2304 | rngm.Scale = scale | |
| 2305 | local scaler2 = 1 | |
| 2306 | local scaler2b = 1 | |
| 2307 | if type == "Add" then | |
| 2308 | scaler2 = 1*value | |
| 2309 | scaler2b = 1*value2 | |
| 2310 | elseif type == "Divide" then | |
| 2311 | scaler2 = 1/value | |
| 2312 | scaler2b = 1/value2 | |
| 2313 | end | |
| 2314 | local randomrot = math.random(1,2) | |
| 2315 | coroutine.resume(coroutine.create(function() | |
| 2316 | for i = 0,10/bonuspeed,0.1 do | |
| 2317 | swait() | |
| 2318 | if type == "Add" then | |
| 2319 | scaler2 = scaler2 - 0.01*value/bonuspeed | |
| 2320 | scaler2b = scaler2b - 0.01*value/bonuspeed | |
| 2321 | elseif type == "Divide" then | |
| 2322 | scaler2 = scaler2 - 0.01/value*bonuspeed | |
| 2323 | scaler2b = scaler2b - 0.01/value*bonuspeed | |
| 2324 | end | |
| 2325 | if randomrot == 1 then | |
| 2326 | rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(5*bonuspeed/2),0) | |
| 2327 | elseif randomrot == 2 then | |
| 2328 | rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(-5*bonuspeed/2),0) | |
| 2329 | end | |
| 2330 | if typeoftrans == "Out" then | |
| 2331 | rng.Transparency = rng.Transparency + 0.01*bonuspeed | |
| 2332 | elseif typeoftrans == "In" then | |
| 2333 | rng.Transparency = rng.Transparency - 0.01*bonuspeed | |
| 2334 | end | |
| 2335 | rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2*bonuspeed) | |
| 2336 | end | |
| 2337 | rng:Destroy() | |
| 2338 | end)) | |
| 2339 | end | |
| 2340 | ||
| 2341 | function wave(type,pos,scale,value) | |
| 2342 | local type = type | |
| 2343 | local rng = Instance.new("Part", char)
| |
| 2344 | rng.Anchored = true | |
| 2345 | rng.BrickColor = origcolor | |
| 2346 | rng.CanCollide = false | |
| 2347 | rng.FormFactor = 3 | |
| 2348 | rng.Name = "Ring" | |
| 2349 | rng.Size = Vector3.new(1, 1, 1) | |
| 2350 | rng.Transparency = 0 | |
| 2351 | rng.TopSurface = 0 | |
| 2352 | rng.BottomSurface = 0 | |
| 2353 | rng.CFrame = pos | |
| 2354 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 2355 | rngm.MeshId = "http://www.roblox.com/asset/?id=20329976" | |
| 2356 | rngm.Scale = scale | |
| 2357 | local scaler2 = 1 | |
| 2358 | if type == "Add" then | |
| 2359 | scaler2 = 1*value | |
| 2360 | elseif type == "Divide" then | |
| 2361 | scaler2 = 1/value | |
| 2362 | end | |
| 2363 | coroutine.resume(coroutine.create(function() | |
| 2364 | for i = 0,10,0.1 do | |
| 2365 | swait() | |
| 2366 | if type == "Add" then | |
| 2367 | scaler2 = scaler2 - 0.01*value | |
| 2368 | elseif type == "Divide" then | |
| 2369 | scaler2 = scaler2 - 0.01/value | |
| 2370 | end | |
| 2371 | rng.Transparency = rng.Transparency + 0.01 | |
| 2372 | rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2) | |
| 2373 | end | |
| 2374 | rng:Destroy() | |
| 2375 | end)) | |
| 2376 | end | |
| 2377 | ||
| 2378 | function wind(type,pos,scale,value,speed) | |
| 2379 | local type = type | |
| 2380 | local rng = Instance.new("Part", char)
| |
| 2381 | rng.Anchored = true | |
| 2382 | rng.BrickColor = origcolor | |
| 2383 | rng.CanCollide = false | |
| 2384 | rng.FormFactor = 3 | |
| 2385 | rng.Name = "Ring" | |
| 2386 | rng.Size = Vector3.new(1, 1, 1) | |
| 2387 | rng.Transparency = 0 | |
| 2388 | rng.TopSurface = 0 | |
| 2389 | rng.BottomSurface = 0 | |
| 2390 | rng.CFrame = pos | |
| 2391 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 2392 | rngm.MeshId = "http://www.roblox.com/asset/?id=1051557" | |
| 2393 | rngm.Scale = scale | |
| 2394 | local scaler2 = 1 | |
| 2395 | if type == "Add" then | |
| 2396 | scaler2 = 1*value | |
| 2397 | elseif type == "Divide" then | |
| 2398 | scaler2 = 1/value | |
| 2399 | end | |
| 2400 | coroutine.resume(coroutine.create(function() | |
| 2401 | for i = 0,10,0.1 do | |
| 2402 | swait() | |
| 2403 | if type == "Add" then | |
| 2404 | scaler2 = scaler2 - 0.01*value | |
| 2405 | elseif type == "Divide" then | |
| 2406 | scaler2 = scaler2 - 0.01/value | |
| 2407 | end | |
| 2408 | rng.CFrame = rng.CFrame*CFrame.Angles(0,0.025*speed,0) | |
| 2409 | rng.Transparency = rng.Transparency + 0.01 | |
| 2410 | rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2) | |
| 2411 | end | |
| 2412 | rng:Destroy() | |
| 2413 | end)) | |
| 2414 | end | |
| 2415 | ||
| 2416 | function groundwind(type,pos,scale,value,speed) | |
| 2417 | local type = type | |
| 2418 | local rng = Instance.new("Part", char)
| |
| 2419 | rng.Anchored = true | |
| 2420 | rng.BrickColor = origcolor | |
| 2421 | rng.CanCollide = false | |
| 2422 | rng.FormFactor = 3 | |
| 2423 | rng.Name = "Ring" | |
| 2424 | rng.Size = Vector3.new(1, 1, 1) | |
| 2425 | rng.Transparency = 0 | |
| 2426 | rng.TopSurface = 0 | |
| 2427 | rng.BottomSurface = 0 | |
| 2428 | rng.CFrame = pos | |
| 2429 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 2430 | rngm.MeshId = "http://www.roblox.com/asset/?id=1051557" | |
| 2431 | rngm.Scale = scale | |
| 2432 | local scaler2 = 1 | |
| 2433 | if type == "Add" then | |
| 2434 | scaler2 = 1*value | |
| 2435 | elseif type == "Divide" then | |
| 2436 | scaler2 = 1/value | |
| 2437 | end | |
| 2438 | coroutine.resume(coroutine.create(function() | |
| 2439 | for i = 0,10,0.1 do | |
| 2440 | swait() | |
| 2441 | if type == "Add" then | |
| 2442 | scaler2 = scaler2 - 0.01*value | |
| 2443 | elseif type == "Divide" then | |
| 2444 | scaler2 = scaler2 - 0.01/value | |
| 2445 | end | |
| 2446 | rng.CFrame = rng.CFrame*CFrame.Angles(0,0.025*speed,0) | |
| 2447 | rng.Transparency = rng.Transparency + 0.01 | |
| 2448 | rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2/5, scaler2) | |
| 2449 | end | |
| 2450 | rng:Destroy() | |
| 2451 | end)) | |
| 2452 | end | |
| 2453 | ||
| 2454 | function CameraManager() | |
| 2455 | if TwoD and not CamInterrupt then | |
| 2456 | if Humanoid.Health > 0 then | |
| 2457 | Camera.CameraSubject = Humanoid | |
| 2458 | Camera.CameraType = "Scriptable" | |
| 2459 | Humanoid.AutoRotate = false | |
| 2460 | if Booleans.GyroUse then | |
| 2461 | Directer.MaxTorque = Vec3(0, huge, 0) | |
| 2462 | else | |
| 2463 | Directer.MaxTorque = Vec3(0, 0, 0) | |
| 2464 | end | |
| 2465 | if TargetInfo[1] ~= nil and TargetInfo[2] ~= nil then | |
| 2466 | if Booleans.CamFollow then | |
| 2467 | CPart.CFrame = cFrame(RootPart.Position, Vec3(TargetInfo[1].Position.X, RootPart.Position.Y, TargetInfo[1].Position.Z)) | |
| 2468 | Directer.CFrame = cFrame((RootPart.CFrame * cFrame(0, 0, 10)).p, TargetInfo[1].Position) | |
| 2469 | else | |
| 2470 | CPart.Position = RootPart.Position | |
| 2471 | end | |
| 2472 | else | |
| 2473 | local ahead = (RootPart.CFrame * cFrame(0, 0, -3)).p | |
| 2474 | CPart.CFrame = cFrame(RootPart.Position, Vec3(ahead.X, RootPart.Position.Y, ahead.Z)) | |
| 2475 | end | |
| 2476 | Camera.CFrame = lerp(Camera.CFrame, CPart.CFrame * cFrame(25, 3, 0) * Euler(0, radian(90), 0), 0.2) | |
| 2477 | else | |
| 2478 | Camera.CameraSubject = Humanoid | |
| 2479 | Camera.CameraType = "Custom" | |
| 2480 | end | |
| 2481 | end | |
| 2482 | end | |
| 2483 | ||
| 2484 | function ring(type,pos,scale,value) | |
| 2485 | local type = type | |
| 2486 | local rng = Instance.new("Part", char)
| |
| 2487 | rng.Anchored = true | |
| 2488 | rng.BrickColor = origcolor | |
| 2489 | rng.CanCollide = false | |
| 2490 | rng.FormFactor = 3 | |
| 2491 | rng.Name = "Ring" | |
| 2492 | rng.Size = Vector3.new(1, 1, 1) | |
| 2493 | rng.Transparency = 0 | |
| 2494 | rng.TopSurface = 0 | |
| 2495 | rng.BottomSurface = 0 | |
| 2496 | rng.CFrame = pos | |
| 2497 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 2498 | rngm.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 2499 | rngm.Scale = scale | |
| 2500 | local scaler2 = 1 | |
| 2501 | if type == "Add" then | |
| 2502 | scaler2 = 1*value | |
| 2503 | elseif type == "Divide" then | |
| 2504 | scaler2 = 1/value | |
| 2505 | end | |
| 2506 | coroutine.resume(coroutine.create(function() | |
| 2507 | for i = 0,10,0.1 do | |
| 2508 | swait() | |
| 2509 | if type == "Add" then | |
| 2510 | scaler2 = scaler2 - 0.01*value | |
| 2511 | elseif type == "Divide" then | |
| 2512 | scaler2 = scaler2 - 0.01/value | |
| 2513 | end | |
| 2514 | rng.Transparency = rng.Transparency + 0.01 | |
| 2515 | rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, 0) | |
| 2516 | end | |
| 2517 | rng:Destroy() | |
| 2518 | end)) | |
| 2519 | end | |
| 2520 | ||
| 2521 | ||
| 2522 | function wave(type,pos,scale,value) | |
| 2523 | local type = type | |
| 2524 | local rng = Instance.new("Part", char)
| |
| 2525 | rng.Anchored = true | |
| 2526 | rng.BrickColor = origcolor | |
| 2527 | rng.CanCollide = false | |
| 2528 | rng.FormFactor = 3 | |
| 2529 | rng.Name = "Ring" | |
| 2530 | rng.Size = Vector3.new(1, 1, 1) | |
| 2531 | rng.Transparency = 0 | |
| 2532 | rng.TopSurface = 0 | |
| 2533 | rng.BottomSurface = 0 | |
| 2534 | rng.CFrame = pos | |
| 2535 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 2536 | rngm.MeshId = "http://www.roblox.com/asset/?id=20329976" | |
| 2537 | rngm.Scale = scale | |
| 2538 | local scaler2 = 1 | |
| 2539 | if type == "Add" then | |
| 2540 | scaler2 = 1*value | |
| 2541 | elseif type == "Divide" then | |
| 2542 | scaler2 = 1/value | |
| 2543 | end | |
| 2544 | coroutine.resume(coroutine.create(function() | |
| 2545 | for i = 0,10,0.1 do | |
| 2546 | swait() | |
| 2547 | if type == "Add" then | |
| 2548 | scaler2 = scaler2 - 0.01*value | |
| 2549 | elseif type == "Divide" then | |
| 2550 | scaler2 = scaler2 - 0.01/value | |
| 2551 | end | |
| 2552 | rng.Transparency = rng.Transparency + 0.01 | |
| 2553 | rngm.Scale = rngm.Scale + Vector3.new(scaler2, scaler2, scaler2) | |
| 2554 | end | |
| 2555 | rng:Destroy() | |
| 2556 | end)) | |
| 2557 | end | |
| 2558 | ||
| 2559 | function sphere(bonuspeed,type,pos,scale,value,color) | |
| 2560 | local type = type | |
| 2561 | local rng = Instance.new("Part", char)
| |
| 2562 | rng.Anchored = true | |
| 2563 | if ModeOfGlitch ~= 2 then | |
| 2564 | rng.BrickColor = color | |
| 2565 | elseif ModeOfGlitch == 2 then | |
| 2566 | rng.Color = Color3.new(0,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000) | |
| 2567 | end | |
| 2568 | rng.CanCollide = false | |
| 2569 | rng.FormFactor = 3 | |
| 2570 | rng.Name = "Ring" | |
| 2571 | rng.Material = "Neon" | |
| 2572 | rng.Size = Vector3.new(1, 1, 1) | |
| 2573 | rng.Transparency = 0 | |
| 2574 | rng.TopSurface = 0 | |
| 2575 | rng.BottomSurface = 0 | |
| 2576 | rng.CFrame = pos | |
| 2577 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 2578 | rngm.MeshType = "Sphere" | |
| 2579 | rngm.Scale = scale | |
| 2580 | if rainbowmode == true then | |
| 2581 | rng.Color = Color3.new(r/255,g/255,b/255) | |
| 2582 | end | |
| 2583 | if ModeOfGlitch == 2 then | |
| 2584 | coroutine.resume(coroutine.create(function() | |
| 2585 | while true do | |
| 2586 | swait() | |
| 2587 | if rng.Parent ~= nil then | |
| 2588 | rng.Color = Color3.new(0,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000) | |
| 2589 | else | |
| 2590 | break | |
| 2591 | end | |
| 2592 | end | |
| 2593 | end)) | |
| 2594 | end | |
| 2595 | local scaler2 = 1 | |
| 2596 | if type == "Add" then | |
| 2597 | scaler2 = 1*value | |
| 2598 | elseif type == "Divide" then | |
| 2599 | scaler2 = 1/value | |
| 2600 | end | |
| 2601 | coroutine.resume(coroutine.create(function() | |
| 2602 | for i = 0,10/bonuspeed,0.1 do | |
| 2603 | swait() | |
| 2604 | if rainbowmode == true then | |
| 2605 | rng.Color = Color3.new(r/255,g/255,b/255) | |
| 2606 | end | |
| 2607 | if type == "Add" then | |
| 2608 | scaler2 = scaler2 - 0.01*value/bonuspeed | |
| 2609 | elseif type == "Divide" then | |
| 2610 | scaler2 = scaler2 - 0.01/value*bonuspeed | |
| 2611 | end | |
| 2612 | if chaosmode == true then | |
| 2613 | rng.BrickColor = BrickColor.random() | |
| 2614 | end | |
| 2615 | rng.Transparency = rng.Transparency + 0.01*bonuspeed | |
| 2616 | rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed) | |
| 2617 | end | |
| 2618 | rng:Destroy() | |
| 2619 | end)) | |
| 2620 | end | |
| 2621 | ||
| 2622 | function sphere2(bonuspeed,type,pos,scale,value,value2,value3,color) | |
| 2623 | local type = type | |
| 2624 | local rng = Instance.new("Part", char)
| |
| 2625 | rng.Anchored = true | |
| 2626 | if ModeOfGlitch ~= 2 then | |
| 2627 | rng.BrickColor = color | |
| 2628 | elseif ModeOfGlitch == 2 then | |
| 2629 | rng.Color = Color3.new(0,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000) | |
| 2630 | end | |
| 2631 | rng.CanCollide = false | |
| 2632 | rng.FormFactor = 3 | |
| 2633 | rng.Name = "Ring" | |
| 2634 | rng.Material = "Neon" | |
| 2635 | rng.Size = Vector3.new(1, 1, 1) | |
| 2636 | rng.Transparency = 0 | |
| 2637 | rng.TopSurface = 0 | |
| 2638 | rng.BottomSurface = 0 | |
| 2639 | rng.CFrame = pos | |
| 2640 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 2641 | rngm.MeshType = "Sphere" | |
| 2642 | rngm.Scale = scale | |
| 2643 | if rainbowmode == true then | |
| 2644 | rng.Color = Color3.new(r/255,g/255,b/255) | |
| 2645 | end | |
| 2646 | local scaler2 = 1 | |
| 2647 | local scaler2b = 1 | |
| 2648 | local scaler2c = 1 | |
| 2649 | if type == "Add" then | |
| 2650 | scaler2 = 1*value | |
| 2651 | scaler2b = 1*value2 | |
| 2652 | scaler2c = 1*value3 | |
| 2653 | elseif type == "Divide" then | |
| 2654 | scaler2 = 1/value | |
| 2655 | scaler2b = 1/value2 | |
| 2656 | scaler2c = 1/value3 | |
| 2657 | end | |
| 2658 | coroutine.resume(coroutine.create(function() | |
| 2659 | while true do | |
| 2660 | swait() | |
| 2661 | if rainbowmode == true then | |
| 2662 | rng.Color = Color3.new(r/255,g/255,b/255) | |
| 2663 | end | |
| 2664 | end | |
| 2665 | end)) | |
| 2666 | if ModeOfGlitch == 2 then | |
| 2667 | coroutine.resume(coroutine.create(function() | |
| 2668 | while true do | |
| 2669 | swait() | |
| 2670 | if rng.Parent ~= nil then | |
| 2671 | rng.Color = Color3.new(0,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000) | |
| 2672 | else | |
| 2673 | break | |
| 2674 | end | |
| 2675 | end | |
| 2676 | end)) | |
| 2677 | end | |
| 2678 | coroutine.resume(coroutine.create(function() | |
| 2679 | for i = 0,10/bonuspeed,0.1 do | |
| 2680 | swait() | |
| 2681 | if type == "Add" then | |
| 2682 | scaler2 = scaler2 - 0.01*value/bonuspeed | |
| 2683 | scaler2b = scaler2b - 0.01*value/bonuspeed | |
| 2684 | scaler2c = scaler2c - 0.01*value/bonuspeed | |
| 2685 | elseif type == "Divide" then | |
| 2686 | scaler2 = scaler2 - 0.01/value*bonuspeed | |
| 2687 | scaler2b = scaler2b - 0.01/value*bonuspeed | |
| 2688 | scaler2c = scaler2c - 0.01/value*bonuspeed | |
| 2689 | end | |
| 2690 | rng.Transparency = rng.Transparency + 0.01*bonuspeed | |
| 2691 | rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2c*bonuspeed) | |
| 2692 | end | |
| 2693 | rng:Destroy() | |
| 2694 | end)) | |
| 2695 | end | |
| 2696 | ||
| 2697 | function slash(bonuspeed,rotspeed,rotatingop,typeofshape,type,typeoftrans,pos,scale,value,color) | |
| 2698 | local type = type | |
| 2699 | local rotenable = rotatingop | |
| 2700 | local rng = Instance.new("Part", char)
| |
| 2701 | rng.Anchored = true | |
| 2702 | rng.BrickColor = color | |
| 2703 | rng.CanCollide = false | |
| 2704 | rng.FormFactor = 3 | |
| 2705 | rng.Name = "Ring" | |
| 2706 | rng.Material = "Neon" | |
| 2707 | rng.Size = Vector3.new(1, 1, 1) | |
| 2708 | rng.Transparency = 0 | |
| 2709 | if typeoftrans == "In" then | |
| 2710 | rng.Transparency = 1 | |
| 2711 | end | |
| 2712 | rng.TopSurface = 0 | |
| 2713 | rng.BottomSurface = 0 | |
| 2714 | rng.CFrame = pos | |
| 2715 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 2716 | rngm.MeshType = "FileMesh" | |
| 2717 | if typeofshape == "Normal" then | |
| 2718 | rngm.MeshId = "rbxassetid://662586858" | |
| 2719 | elseif typeofshape == "Round" then | |
| 2720 | rngm.MeshId = "rbxassetid://662585058" | |
| 2721 | end | |
| 2722 | rngm.Scale = scale | |
| 2723 | local scaler2 = 1/10 | |
| 2724 | if type == "Add" then | |
| 2725 | scaler2 = 1*value/10 | |
| 2726 | elseif type == "Divide" then | |
| 2727 | scaler2 = 1/value/10 | |
| 2728 | end | |
| 2729 | local randomrot = math.random(1,2) | |
| 2730 | coroutine.resume(coroutine.create(function() | |
| 2731 | for i = 0,10/bonuspeed,0.1 do | |
| 2732 | swait() | |
| 2733 | if type == "Add" then | |
| 2734 | scaler2 = scaler2 - 0.01*value/bonuspeed/10 | |
| 2735 | elseif type == "Divide" then | |
| 2736 | scaler2 = scaler2 - 0.01/value*bonuspeed/10 | |
| 2737 | end | |
| 2738 | if rotenable == true then | |
| 2739 | if randomrot == 1 then | |
| 2740 | rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(rotspeed*bonuspeed/2),0) | |
| 2741 | elseif randomrot == 2 then | |
| 2742 | rng.CFrame = rng.CFrame*CFrame.Angles(0,math.rad(-rotspeed*bonuspeed/2),0) | |
| 2743 | end | |
| 2744 | end | |
| 2745 | if typeoftrans == "Out" then | |
| 2746 | rng.Transparency = rng.Transparency + 0.01*bonuspeed | |
| 2747 | elseif typeoftrans == "In" then | |
| 2748 | rng.Transparency = rng.Transparency - 0.01*bonuspeed | |
| 2749 | end | |
| 2750 | rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed/10, 0, scaler2*bonuspeed/10) | |
| 2751 | end | |
| 2752 | rng:Destroy() | |
| 2753 | end)) | |
| 2754 | end | |
| 2755 | ||
| 2756 | function PixelBlock(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos) | |
| 2757 | local type = type | |
| 2758 | local rng = Instance.new("Part", char)
| |
| 2759 | rng.Anchored = true | |
| 2760 | rng.BrickColor = color | |
| 2761 | rng.CanCollide = false | |
| 2762 | rng.FormFactor = 3 | |
| 2763 | rng.Name = "Ring" | |
| 2764 | rng.Material = "Neon" | |
| 2765 | rng.Size = Vector3.new(1, 1, 1) | |
| 2766 | rng.Transparency = 0 | |
| 2767 | rng.TopSurface = 0 | |
| 2768 | rng.BottomSurface = 0 | |
| 2769 | rng.CFrame = pos | |
| 2770 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos | |
| 2771 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 2772 | rngm.MeshType = "Brick" | |
| 2773 | rngm.Scale = vt(x1,y1,z1) | |
| 2774 | if rainbowmode == true then | |
| 2775 | rng.Color = Color3.new(r/255,g/255,b/255) | |
| 2776 | end | |
| 2777 | local scaler2 = 1 | |
| 2778 | local speeder = FastSpeed/10 | |
| 2779 | if type == "Add" then | |
| 2780 | scaler2 = 1*value | |
| 2781 | elseif type == "Divide" then | |
| 2782 | scaler2 = 1/value | |
| 2783 | end | |
| 2784 | coroutine.resume(coroutine.create(function() | |
| 2785 | for i = 0,10/bonuspeed,0.1 do | |
| 2786 | swait() | |
| 2787 | if rainbowmode == true then | |
| 2788 | rng.Color = Color3.new(r/255,g/255,b/255) | |
| 2789 | end | |
| 2790 | if type == "Add" then | |
| 2791 | scaler2 = scaler2 - 0.01*value/bonuspeed | |
| 2792 | elseif type == "Divide" then | |
| 2793 | scaler2 = scaler2 - 0.01/value*bonuspeed | |
| 2794 | end | |
| 2795 | if chaosmode == true then | |
| 2796 | rng.BrickColor = BrickColor.random() | |
| 2797 | end | |
| 2798 | speeder = speeder - 0.01*FastSpeed*bonuspeed/10 | |
| 2799 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed | |
| 2800 | --rng.Transparency = rng.Transparency + 0.01*bonuspeed | |
| 2801 | rngm.Scale = rngm.Scale - Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed) | |
| 2802 | end | |
| 2803 | rng:Destroy() | |
| 2804 | end)) | |
| 2805 | end | |
| 2806 | ||
| 2807 | function PixelBlockX(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos) | |
| 2808 | local type = type | |
| 2809 | local rng = Instance.new("Part", char)
| |
| 2810 | rng.Anchored = true | |
| 2811 | rng.BrickColor = color | |
| 2812 | rng.CanCollide = false | |
| 2813 | rng.FormFactor = 3 | |
| 2814 | rng.Name = "Ring" | |
| 2815 | rng.Material = "Neon" | |
| 2816 | rng.Size = Vector3.new(1, 1, 1) | |
| 2817 | rng.Transparency = 0 | |
| 2818 | rng.TopSurface = 0 | |
| 2819 | rng.BottomSurface = 0 | |
| 2820 | rng.CFrame = pos | |
| 2821 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos | |
| 2822 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 2823 | rngm.MeshType = "Brick" | |
| 2824 | rngm.Scale = vt(x1,y1,z1) | |
| 2825 | if rainbowmode == true then | |
| 2826 | rng.Color = Color3.new(r/255,g/255,b/255) | |
| 2827 | end | |
| 2828 | local scaler2 = 1 | |
| 2829 | local speeder = FastSpeed/10 | |
| 2830 | if type == "Add" then | |
| 2831 | scaler2 = 1*value | |
| 2832 | elseif type == "Divide" then | |
| 2833 | scaler2 = 1/value | |
| 2834 | end | |
| 2835 | coroutine.resume(coroutine.create(function() | |
| 2836 | for i = 0,10/bonuspeed,0.1 do | |
| 2837 | swait() | |
| 2838 | if rainbowmode == true then | |
| 2839 | rng.Color = Color3.new(r/255,g/255,b/255) | |
| 2840 | end | |
| 2841 | if type == "Add" then | |
| 2842 | scaler2 = scaler2 - 0.01*value/bonuspeed | |
| 2843 | elseif type == "Divide" then | |
| 2844 | scaler2 = scaler2 - 0.01/value*bonuspeed | |
| 2845 | end | |
| 2846 | if chaosmode == true then | |
| 2847 | rng.BrickColor = BrickColor.random() | |
| 2848 | end | |
| 2849 | speeder = speeder - 0.01*FastSpeed*bonuspeed/10 | |
| 2850 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed | |
| 2851 | rng.Transparency = rng.Transparency + 0.01*bonuspeed | |
| 2852 | rngm.Scale = rngm.Scale - Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed) | |
| 2853 | end | |
| 2854 | rng:Destroy() | |
| 2855 | end)) | |
| 2856 | end | |
| 2857 | ||
| 2858 | function PixelBlockNeg(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos) | |
| 2859 | local type = type | |
| 2860 | local rng = Instance.new("Part", char)
| |
| 2861 | rng.Anchored = true | |
| 2862 | rng.BrickColor = color | |
| 2863 | rng.CanCollide = false | |
| 2864 | rng.FormFactor = 3 | |
| 2865 | rng.Name = "Ring" | |
| 2866 | rng.Material = "Neon" | |
| 2867 | rng.Size = Vector3.new(1, 1, 1) | |
| 2868 | rng.Transparency = 0 | |
| 2869 | rng.TopSurface = 0 | |
| 2870 | rng.BottomSurface = 0 | |
| 2871 | rng.CFrame = pos | |
| 2872 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos | |
| 2873 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 2874 | rngm.MeshType = "Brick" | |
| 2875 | rngm.Scale = vt(x1,y1,z1) | |
| 2876 | if rainbowmode == true then | |
| 2877 | rng.Color = Color3.new(r/255,g/255,b/255) | |
| 2878 | end | |
| 2879 | local scaler2 = 0 | |
| 2880 | local speeder = FastSpeed/10 | |
| 2881 | if type == "Add" then | |
| 2882 | scaler2 = 1*value | |
| 2883 | elseif type == "Divide" then | |
| 2884 | scaler2 = 1/value | |
| 2885 | end | |
| 2886 | coroutine.resume(coroutine.create(function() | |
| 2887 | for i = 0,10/bonuspeed,0.1 do | |
| 2888 | swait() | |
| 2889 | if rainbowmode == true then | |
| 2890 | rng.Color = Color3.new(r/255,g/255,b/255) | |
| 2891 | end | |
| 2892 | if type == "Add" then | |
| 2893 | scaler2 = scaler2 - 0.01*value/bonuspeed | |
| 2894 | elseif type == "Divide" then | |
| 2895 | scaler2 = scaler2 - 0.01/value*bonuspeed | |
| 2896 | end | |
| 2897 | if chaosmode == true then | |
| 2898 | rng.BrickColor = BrickColor.random() | |
| 2899 | end | |
| 2900 | speeder = speeder + 0.01*FastSpeed*bonuspeed/10 | |
| 2901 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed | |
| 2902 | --rng.Transparency = rng.Transparency + 0.01*bonuspeed | |
| 2903 | rngm.Scale = rngm.Scale - Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, scaler2*bonuspeed) | |
| 2904 | end | |
| 2905 | rng:Destroy() | |
| 2906 | end)) | |
| 2907 | end | |
| 2908 | ||
| 2909 | function block(bonuspeed,type,pos,scale,value,value2,value3,color,color3) | |
| 2910 | local type = type | |
| 2911 | local rng = Instance.new("Part", char)
| |
| 2912 | rng.Anchored = true | |
| 2913 | rng.BrickColor = color | |
| 2914 | rng.Color = color3 | |
| 2915 | rng.CanCollide = false | |
| 2916 | rng.FormFactor = 3 | |
| 2917 | rng.Name = "Ring" | |
| 2918 | rng.Material = "Neon" | |
| 2919 | rng.Size = Vector3.new(1, 1, 1) | |
| 2920 | rng.Transparency = 0 | |
| 2921 | rng.TopSurface = 0 | |
| 2922 | rng.BottomSurface = 0 | |
| 2923 | rng.CFrame = pos | |
| 2924 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 2925 | rngm.MeshType = "Brick" | |
| 2926 | rngm.Scale = scale | |
| 2927 | local scaler2 = 1 | |
| 2928 | local scaler2b = 1 | |
| 2929 | local scaler2c = 1 | |
| 2930 | if type == "Add" then | |
| 2931 | scaler2 = 1*value | |
| 2932 | scaler2b = 1*value2 | |
| 2933 | scaler2c = 1*value3 | |
| 2934 | elseif type == "Divide" then | |
| 2935 | scaler2 = 1/value | |
| 2936 | scaler2b = 1/value2 | |
| 2937 | scaler2c = 1/value3 | |
| 2938 | end | |
| 2939 | coroutine.resume(coroutine.create(function() | |
| 2940 | for i = 0,10/bonuspeed,0.1 do | |
| 2941 | swait() | |
| 2942 | if type == "Add" then | |
| 2943 | scaler2 = scaler2 - 0.01*value/bonuspeed | |
| 2944 | scaler2b = scaler2b - 0.01*value/bonuspeed | |
| 2945 | scaler2c = scaler2c - 0.01*value/bonuspeed | |
| 2946 | elseif type == "Divide" then | |
| 2947 | scaler2 = scaler2 - 0.01/value*bonuspeed | |
| 2948 | scaler2b = scaler2b - 0.01/value*bonuspeed | |
| 2949 | scaler2c = scaler2c - 0.01/value*bonuspeed | |
| 2950 | end | |
| 2951 | rng.CFrame = rng.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))) | |
| 2952 | rng.Transparency = rng.Transparency + 0.01*bonuspeed | |
| 2953 | rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2b*bonuspeed, scaler2c*bonuspeed) | |
| 2954 | end | |
| 2955 | rng:Destroy() | |
| 2956 | end)) | |
| 2957 | end | |
| 2958 | ||
| 2959 | function sphereMK(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos) | |
| 2960 | local type = type | |
| 2961 | local rng = Instance.new("Part", char)
| |
| 2962 | rng.Anchored = true | |
| 2963 | if ModeOfGlitch ~= 9 then | |
| 2964 | rng.BrickColor = color | |
| 2965 | elseif ModeOfGlitch == 9 then | |
| 2966 | rng.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000) | |
| 2967 | end | |
| 2968 | rng.CanCollide = false | |
| 2969 | rng.FormFactor = 3 | |
| 2970 | rng.Name = "Ring" | |
| 2971 | rng.Material = "Neon" | |
| 2972 | rng.Size = Vector3.new(1, 1, 1) | |
| 2973 | rng.Transparency = 0 | |
| 2974 | rng.TopSurface = 0 | |
| 2975 | rng.BottomSurface = 0 | |
| 2976 | rng.CFrame = pos | |
| 2977 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos | |
| 2978 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 2979 | rngm.MeshType = "Sphere" | |
| 2980 | rngm.Scale = vt(x1,y1,z1) | |
| 2981 | if rainbowmode == true then | |
| 2982 | rng.Color = Color3.new(r/255,g/255,b/255) | |
| 2983 | end | |
| 2984 | if ModeOfGlitch == 9 then | |
| 2985 | coroutine.resume(coroutine.create(function() | |
| 2986 | while true do | |
| 2987 | swait() | |
| 2988 | if rng.Parent ~= nil then | |
| 2989 | rng.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000) | |
| 2990 | else | |
| 2991 | break | |
| 2992 | end | |
| 2993 | end | |
| 2994 | end)) | |
| 2995 | end | |
| 2996 | local scaler2 = 1 | |
| 2997 | local speeder = FastSpeed | |
| 2998 | if type == "Add" then | |
| 2999 | scaler2 = 1*value | |
| 3000 | elseif type == "Divide" then | |
| 3001 | scaler2 = 1/value | |
| 3002 | end | |
| 3003 | coroutine.resume(coroutine.create(function() | |
| 3004 | for i = 0,10/bonuspeed,0.1 do | |
| 3005 | swait() | |
| 3006 | if rainbowmode == true then | |
| 3007 | rng.Color = Color3.new(r/255,g/255,b/255) | |
| 3008 | end | |
| 3009 | if type == "Add" then | |
| 3010 | scaler2 = scaler2 - 0.01*value/bonuspeed | |
| 3011 | elseif type == "Divide" then | |
| 3012 | scaler2 = scaler2 - 0.01/value*bonuspeed | |
| 3013 | end | |
| 3014 | if chaosmode == true then | |
| 3015 | rng.BrickColor = BrickColor.random() | |
| 3016 | end | |
| 3017 | speeder = speeder - 0.01*FastSpeed*bonuspeed | |
| 3018 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed | |
| 3019 | rng.Transparency = rng.Transparency + 0.01*bonuspeed | |
| 3020 | rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, 0) | |
| 3021 | end | |
| 3022 | rng:Destroy() | |
| 3023 | end)) | |
| 3024 | end | |
| 3025 | ||
| 3026 | ||
| 3027 | function sphereMKCharge(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos) | |
| 3028 | local type = type | |
| 3029 | local rng = Instance.new("Part", char)
| |
| 3030 | rng.Anchored = true | |
| 3031 | if ModeOfGlitch ~= 9 then | |
| 3032 | rng.BrickColor = color | |
| 3033 | elseif ModeOfGlitch == 9 then | |
| 3034 | rng.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000) | |
| 3035 | end | |
| 3036 | rng.CanCollide = false | |
| 3037 | rng.FormFactor = 3 | |
| 3038 | rng.Name = "Ring" | |
| 3039 | rng.Material = "Neon" | |
| 3040 | rng.Size = Vector3.new(1, 1, 1) | |
| 3041 | rng.Transparency = 1 | |
| 3042 | rng.TopSurface = 0 | |
| 3043 | rng.BottomSurface = 0 | |
| 3044 | rng.CFrame = pos | |
| 3045 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos | |
| 3046 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 3047 | rngm.MeshType = "Sphere" | |
| 3048 | rngm.Scale = vt(x1,y1,z1) | |
| 3049 | if rainbowmode == true then | |
| 3050 | rng.Color = Color3.new(r/255,g/255,b/255) | |
| 3051 | end | |
| 3052 | if ModeOfGlitch == 9 then | |
| 3053 | coroutine.resume(coroutine.create(function() | |
| 3054 | while true do | |
| 3055 | swait() | |
| 3056 | if rng.Parent ~= nil then | |
| 3057 | rng.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000) | |
| 3058 | else | |
| 3059 | break | |
| 3060 | end | |
| 3061 | end | |
| 3062 | end)) | |
| 3063 | end | |
| 3064 | local scaler2 = 1 | |
| 3065 | local speeder = FastSpeed | |
| 3066 | if type == "Add" then | |
| 3067 | scaler2 = 1*value | |
| 3068 | elseif type == "Divide" then | |
| 3069 | scaler2 = 1/value | |
| 3070 | end | |
| 3071 | coroutine.resume(coroutine.create(function() | |
| 3072 | for i = 0,10/bonuspeed,0.1 do | |
| 3073 | swait() | |
| 3074 | if rainbowmode == true then | |
| 3075 | rng.Color = Color3.new(r/255,g/255,b/255) | |
| 3076 | end | |
| 3077 | if type == "Add" then | |
| 3078 | scaler2 = scaler2 - 0.01*value/bonuspeed | |
| 3079 | elseif type == "Divide" then | |
| 3080 | scaler2 = scaler2 - 0.01/value*bonuspeed | |
| 3081 | end | |
| 3082 | if chaosmode == true then | |
| 3083 | rng.BrickColor = BrickColor.random() | |
| 3084 | end | |
| 3085 | speeder = speeder - 0.01*FastSpeed*bonuspeed | |
| 3086 | rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed | |
| 3087 | rng.Transparency = rng.Transparency - 0.01*bonuspeed | |
| 3088 | rngm.Scale = rngm.Scale + Vector3.new(scaler2*bonuspeed, scaler2*bonuspeed, 0) | |
| 3089 | end | |
| 3090 | rng:Destroy() | |
| 3091 | end)) | |
| 3092 | end | |
| 3093 | ||
| 3094 | function dmg(dude) | |
| 3095 | if dude.Name ~= Character then | |
| 3096 | local keptcolor = MAINRUINCOLOR | |
| 3097 | local bgf = Instance.new("BodyGyro",dude.Head)
| |
| 3098 | bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(-90),0,0) | |
| 3099 | --[[local val = Instance.new("BoolValue",dude)
| |
| 3100 | val.Name = "IsHit"]]-- | |
| 3101 | local ds = coroutine.wrap(function() | |
| 3102 | dude:WaitForChild("Head"):BreakJoints()
| |
| 3103 | for i, v in pairs(dude:GetChildren()) do | |
| 3104 | if v:IsA("Part") or v:IsA("MeshPart") then
| |
| 3105 | v.Name = "DEMINISHED" | |
| 3106 | end | |
| 3107 | end | |
| 3108 | wait(0.5) | |
| 3109 | targetted = nil | |
| 3110 | CFuncs["Sound"].Create("rbxassetid://62339698", char, 0.75, 0.285)
| |
| 3111 | coroutine.resume(coroutine.create(function() | |
| 3112 | for i, v in pairs(dude:GetChildren()) do | |
| 3113 | if v:IsA("Accessory") then
| |
| 3114 | v:Destroy() | |
| 3115 | end | |
| 3116 | if v:IsA("Humanoid") then
| |
| 3117 | v:Destroy() | |
| 3118 | end | |
| 3119 | if v:IsA("CharacterMesh") then
| |
| 3120 | v:Destroy() | |
| 3121 | end | |
| 3122 | if v:IsA("Model") then
| |
| 3123 | v:Destroy() | |
| 3124 | end | |
| 3125 | if v:IsA("Part") or v:IsA("MeshPart") then
| |
| 3126 | for x, o in pairs(v:GetChildren()) do | |
| 3127 | if o:IsA("Decal") then
| |
| 3128 | o:Destroy() | |
| 3129 | end | |
| 3130 | end | |
| 3131 | coroutine.resume(coroutine.create(function() | |
| 3132 | v.Material = "Neon" | |
| 3133 | v.CanCollide = false | |
| 3134 | v.Anchored = false | |
| 3135 | local bld = Instance.new("ParticleEmitter",v)
| |
| 3136 | bld.LightEmission = 0.75 | |
| 3137 | bld.Texture = "rbxassetid://363275192" ---284205403 | |
| 3138 | bld.Color = ColorSequence.new(keptcolor.Color) | |
| 3139 | bld.Rate = 500 | |
| 3140 | bld.Lifetime = NumberRange.new(1) | |
| 3141 | bld.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,2,0),NumberSequenceKeypoint.new(0.8,2.25,0),NumberSequenceKeypoint.new(1,0,0)})
| |
| 3142 | bld.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5,0),NumberSequenceKeypoint.new(0.8,0.75,0),NumberSequenceKeypoint.new(1,1,0)})
| |
| 3143 | bld.Speed = NumberRange.new(2,5) | |
| 3144 | bld.VelocitySpread = 50000 | |
| 3145 | bld.Rotation = NumberRange.new(-500,500) | |
| 3146 | bld.RotSpeed = NumberRange.new(-500,500) | |
| 3147 | local sbs = Instance.new("BodyPosition", v)
| |
| 3148 | sbs.P = 3000 | |
| 3149 | sbs.D = 1000 | |
| 3150 | sbs.maxForce = Vector3.new(50000000000, 50000000000, 50000000000) | |
| 3151 | sbs.position = v.Position + Vector3.new(math.random(-2,2),10 + math.random(-2,2),math.random(-2,2)) | |
| 3152 | v.Color = keptcolor.Color | |
| 3153 | coroutine.resume(coroutine.create(function() | |
| 3154 | for i = 0, 49 do | |
| 3155 | swait(1) | |
| 3156 | v:BreakJoints() | |
| 3157 | v.Transparency = v.Transparency + 0.02 | |
| 3158 | end | |
| 3159 | v:BreakJoints() | |
| 3160 | sphere2(1,"Add",v.CFrame,vt(0,0,0),0.1,0.1,0.1,keptcolor) | |
| 3161 | CFuncs["Sound"].Create("rbxassetid://1192402877", v, 0.5, 0.75)
| |
| 3162 | bld.Speed = NumberRange.new(10,25) | |
| 3163 | bld.Drag = 5 | |
| 3164 | bld.Acceleration = vt(0,2,0) | |
| 3165 | wait(0.5) | |
| 3166 | bld.Enabled = false | |
| 3167 | wait(8) | |
| 3168 | v:Destroy() | |
| 3169 | dude:Destroy() | |
| 3170 | end)) | |
| 3171 | end)) | |
| 3172 | end | |
| 3173 | end | |
| 3174 | end)) | |
| 3175 | end) | |
| 3176 | ds() | |
| 3177 | end | |
| 3178 | end | |
| 3179 | ||
| 3180 | ||
| 3181 | function FindNearestHead(Position, Distance, SinglePlayer) | |
| 3182 | if SinglePlayer then | |
| 3183 | return (SinglePlayer.Torso.CFrame.p - Position).magnitude < Distance | |
| 3184 | end | |
| 3185 | local List = {}
| |
| 3186 | for i, v in pairs(workspace:GetChildren()) do | |
| 3187 | if v:IsA("Model") then
| |
| 3188 | if v:findFirstChild("Head") then
| |
| 3189 | if v ~= Character then | |
| 3190 | if (v.Head.Position - Position).magnitude <= Distance then | |
| 3191 | table.insert(List, v) | |
| 3192 | end | |
| 3193 | end | |
| 3194 | end | |
| 3195 | end | |
| 3196 | end | |
| 3197 | return List | |
| 3198 | end | |
| 3199 | ||
| 3200 | function FaceMouse() | |
| 3201 | Cam = workspace.CurrentCamera | |
| 3202 | return {
| |
| 3203 | CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, char.Torso.Position.y, mouse.Hit.p.z)), | |
| 3204 | Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z) | |
| 3205 | } | |
| 3206 | end | |
| 3207 | ||
| 3208 | function FaceMouse2() | |
| 3209 | Cam = workspace.CurrentCamera | |
| 3210 | return {
| |
| 3211 | CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)), | |
| 3212 | Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z) | |
| 3213 | } | |
| 3214 | end | |
| 3215 | ||
| 3216 | local ModeOfGlitch = 1 | |
| 3217 | -- Functions are ready. | |
| 3218 | local storehumanoidWS = 16 | |
| 3219 | ||
| 3220 | function createBGCircle(size,parent,color) | |
| 3221 | local bgui = Instance.new("BillboardGui",parent)
| |
| 3222 | bgui.Size = UDim2.new(size, 0, size, 0) | |
| 3223 | local imgc = Instance.new("ImageLabel",bgui)
| |
| 3224 | imgc.BackgroundTransparency = 1 | |
| 3225 | imgc.ImageTransparency = 0 | |
| 3226 | imgc.Size = UDim2.new(1,0,1,0) | |
| 3227 | imgc.Image = "rbxassetid://997291547" --997291547,521073910 | |
| 3228 | imgc.ImageColor3 = color | |
| 3229 | return bgui,imgc | |
| 3230 | end | |
| 3231 | ||
| 3232 | ----------------------------------- Abilities | |
| 3233 | ||
| 3234 | function Balanced() | |
| 3235 | hum.WalkSpeed = 0 | |
| 3236 | hum.JumpPower = 0 | |
| 3237 | attack = true | |
| 3238 | for i = 0,50 do | |
| 3239 | swait() | |
| 3240 | RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 7 * math.cos(sine / 56))),.1) | |
| 3241 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1) | |
| 3242 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),2 + 0.45 * math.cos(sine / 18))*angles(math.rad(0 - 2 * math.cos(sine / 18)),math.rad(0),math.rad(0)),.1) | |
| 3243 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1) | |
| 3244 | RW.C0=clerp(RW.C0,cf(0.6,0.5 + 0.05 * math.cos(sine / 28),-0.5)*angles(math.rad(20),math.rad(0),math.rad(-90)),.1) | |
| 3245 | LW.C0=clerp(LW.C0,cf(-0.6,0.5 + 0.05 * math.cos(sine / 28),-0.5)*angles(math.rad(0),math.rad(0),math.rad(90)),.1) | |
| 3246 | end | |
| 3247 | local keptcolor = MAINRUINCOLOR | |
| 3248 | local locat = Instance.new("Part", char)
| |
| 3249 | locat.CanCollide = false | |
| 3250 | locat.FormFactor = 3 | |
| 3251 | locat.Name = "Ring" | |
| 3252 | locat.Material = "Neon" | |
| 3253 | locat.Size = Vector3.new(1, 1, 1) | |
| 3254 | locat.Transparency = 1 | |
| 3255 | locat.TopSurface = 0 | |
| 3256 | locat.BottomSurface = 0 | |
| 3257 | locat.Anchored = true | |
| 3258 | locat.CFrame = root.CFrame*CFrame.new(0,-3,0) | |
| 3259 | local poste = 0 | |
| 3260 | local rotation = 0 | |
| 3261 | local upperpos = 0 | |
| 3262 | local rate = 0 | |
| 3263 | local x = locat | |
| 3264 | CFuncs["Sound"].Create("rbxassetid://289315275", char, 3.5, 1)
| |
| 3265 | CFuncs["Sound"].Create("rbxassetid://419447292", char, 3.5, 1)
| |
| 3266 | shakes(0.5,0.3) | |
| 3267 | for i = 0, 49 do | |
| 3268 | swait() | |
| 3269 | rotation = rotation + 5 | |
| 3270 | poste = poste + 1 | |
| 3271 | sphere2(8,"Add",x.CFrame*CFrame.Angles(0,math.rad(rotation),0)*CFrame.new(0,upperpos,poste),vt(5,5,5),-0.05,-0.05,-0.05,keptcolor) | |
| 3272 | sphere2(8,"Add",x.CFrame*CFrame.Angles(0,math.rad(90 + rotation),0)*CFrame.new(0,upperpos,poste),vt(5,5,5),-0.05,-0.05,-0.05,keptcolor) | |
| 3273 | sphere2(8,"Add",x.CFrame*CFrame.Angles(0,math.rad(180 + rotation),0)*CFrame.new(0,upperpos,poste),vt(5,5,5),-0.05,-0.05,-0.05,keptcolor) | |
| 3274 | sphere2(8,"Add",x.CFrame*CFrame.Angles(0,math.rad(270 + rotation),0)*CFrame.new(0,upperpos,poste),vt(5,5,5),-0.05,-0.05,-0.05,keptcolor) | |
| 3275 | sphere2(10,"Add",root.CFrame*CFrame.new(0,-3,0),vt(5,5,5),1,0.01,1,BrickColor.new("Toothpaste"),Color3.new(0,1,1))
| |
| 3276 | RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 7 * math.cos(sine / 56))),.1) | |
| 3277 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1) | |
| 3278 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),2 + 0.45 * math.cos(sine / 18))*angles(math.rad(-40 - 2 * math.cos(sine / 18)),math.rad(0),math.rad(0)),.1) | |
| 3279 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1) | |
| 3280 | RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(2),math.rad(0),math.rad(90)),.1) | |
| 3281 | LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.1) | |
| 3282 | MagniDamage(tors, 50, 99,100, 0, "Normal") | |
| 3283 | end | |
| 3284 | for i = 0, 500 do | |
| 3285 | swait() | |
| 3286 | rotation = rotation + 5 | |
| 3287 | sphere2(8,"Add",x.CFrame*CFrame.Angles(0,math.rad(rotation),0)*CFrame.new(0,upperpos,poste),vt(5,5,5),-0.05,-0.05,-0.05,keptcolor) | |
| 3288 | sphere2(8,"Add",x.CFrame*CFrame.Angles(0,math.rad(90 + rotation),0)*CFrame.new(0,upperpos,poste),vt(5,5,5),-0.05,-0.05,-0.05,keptcolor) | |
| 3289 | sphere2(8,"Add",x.CFrame*CFrame.Angles(0,math.rad(180 + rotation),0)*CFrame.new(0,upperpos,poste),vt(5,5,5),-0.05,-0.05,-0.05,keptcolor) | |
| 3290 | sphere2(8,"Add",x.CFrame*CFrame.Angles(0,math.rad(270 + rotation),0)*CFrame.new(0,upperpos,poste),vt(5,5,5),-0.05,-0.05,-0.05,keptcolor) | |
| 3291 | sphere2(10,"Add",root.CFrame*CFrame.new(0,-3,0),vt(20,0.1,20),0.9,0.01,0.9,BrickColor.new("Toothpaste"),Color3.new(0,1,1))
| |
| 3292 | RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 7 * math.cos(sine / 56))),.1) | |
| 3293 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1) | |
| 3294 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),2 + 0.45 * math.cos(sine / 18))*angles(math.rad(-40 - 2 * math.cos(sine / 18)),math.rad(0),math.rad(0)),.1) | |
| 3295 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1) | |
| 3296 | RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(2),math.rad(0),math.rad(90)),.1) | |
| 3297 | LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.1) | |
| 3298 | MagniDamage(tors, 50, 99,100, 0, "Normal") | |
| 3299 | end | |
| 3300 | attack = false | |
| 3301 | hum.WalkSpeed = storehumanoidWS | |
| 3302 | hum.JumpPower = 50 | |
| 3303 | end | |
| 3304 | ||
| 3305 | function Staywey() | |
| 3306 | attack = true | |
| 3307 | hum.WalkSpeed = 0 | |
| 3308 | bosschatfunc("STAY WEY! uwu",MAINRUINCOLOR.Color,3)
| |
| 3309 | for i = 0,30 do | |
| 3310 | swait() | |
| 3311 | RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(-10),math.rad(100),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) | |
| 3312 | LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) | |
| 3313 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 28))*angles(math.rad(0 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1) | |
| 3314 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(0)),.1) | |
| 3315 | RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(180),math.rad(0),math.rad(20)),.1) | |
| 3316 | LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(-20)),.1) | |
| 3317 | end | |
| 3318 | for i = 0,27 do | |
| 3319 | swait() | |
| 3320 | RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(-10),math.rad(100),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) | |
| 3321 | LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) | |
| 3322 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 28))*angles(math.rad(0 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1) | |
| 3323 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(0)),.1) | |
| 3324 | RW.C0=clerp(RW.C0,cf(1,0.5 + 0.05 * math.cos(sine / 28),-0.3)*angles(math.rad(90),math.rad(0),math.rad(-90)),.1) | |
| 3325 | LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(-20)),.1) | |
| 3326 | end | |
| 3327 | MagniDamage(root, 24, 0,0, 75, "Normal") | |
| 3328 | CFuncs["Sound"].Create("rbxassetid://203691492", tors, 1.5,1)
| |
| 3329 | shakes(0.2,0.1) | |
| 3330 | for i = 0,2,0.1 do | |
| 3331 | swait() | |
| 3332 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(5),math.rad(-10)),.5) | |
| 3333 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(20),math.rad(-10)),.5) | |
| 3334 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.3,-0.1)*angles(math.rad(5),math.rad(0),math.rad(-45)),.5) | |
| 3335 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(45)),.5) | |
| 3336 | RW.C0=clerp(RW.C0,cf(1.45,0.5,0)*angles(math.rad(90),math.rad(0),math.rad(50)),.5) | |
| 3337 | LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(20),math.rad(10),math.rad(-30)),.5) | |
| 3338 | end | |
| 3339 | attack = false | |
| 3340 | hum.WalkSpeed = storehumanoidWS | |
| 3341 | end | |
| 3342 | ||
| 3343 | function heartbeatatmyfeeties() | |
| 3344 | attack = true | |
| 3345 | hum.WalkSpeed = 0 | |
| 3346 | CFuncs["Sound"].Create("rbxassetid://1368598393", char, 2.5, 0.5)
| |
| 3347 | CFuncs["Sound"].Create("rbxassetid://1368598393", root, 10, 0.5)
| |
| 3348 | CFuncs["Sound"].Create("rbxassetid://1436242685", char, 10, 1)
| |
| 3349 | bosschatfunc("THIS IS THE END!!!",MAINRUINCOLOR.Color,3)
| |
| 3350 | local keptcolor = MAINRUINCOLOR | |
| 3351 | for i = 0,8,0.1 do | |
| 3352 | swait() | |
| 3353 | slash(math.random(25,50)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,25,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(2,0.01,2),-2,BrickColor.new("White"))
| |
| 3354 | block(10,"Add",root.CFrame*CFrame.new(0,25,0),vt(0,0,0),0.2,0.2,0.2,MAINRUINCOLOR,MAINRUINCOLOR.Color) | |
| 3355 | RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 7 * math.cos(sine / 56))),.1) | |
| 3356 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1) | |
| 3357 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),2 + 0.45 * math.cos(sine / 18))*angles(math.rad(0 - 2 * math.cos(sine / 18)),math.rad(0),math.rad(0)),.1) | |
| 3358 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1) | |
| 3359 | RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.025 * math.cos(sine / 45),0)*angles(math.rad(180 + 5 * math.cos(sine / 74)),math.rad(1 - 3 * math.cos(sine / 53)),math.rad(14 + 5 * math.cos(sine / 32))),.1) | |
| 3360 | LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.025 * math.cos(sine / 45),0)*angles(math.rad(180 - 3 * math.cos(sine / 73)),math.rad(2 - 1 * math.cos(sine / 55)),math.rad(-14 - 6 * math.cos(sine / 33))),.1) | |
| 3361 | end | |
| 3362 | for i = 0, 99 do | |
| 3363 | local dis = CreateParta(char,1,1,"Neon",MAINRUINCOLOR) | |
| 3364 | dis.CFrame = root.CFrame*CFrame.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))) | |
| 3365 | local at1 = Instance.new("Attachment",dis)
| |
| 3366 | at1.Position = vt(-25000,0,0) | |
| 3367 | local at2 = Instance.new("Attachment",dis)
| |
| 3368 | at2.Position = vt(25000,0,0) | |
| 3369 | local trl = Instance.new('Trail',dis)
| |
| 3370 | trl.Attachment0 = at1 | |
| 3371 | trl.FaceCamera = true | |
| 3372 | trl.Attachment1 = at2 | |
| 3373 | trl.Texture = "rbxassetid://1049219073" | |
| 3374 | trl.LightEmission = 1 | |
| 3375 | trl.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0),NumberSequenceKeypoint.new(1, 1)})
| |
| 3376 | trl.Color = ColorSequence.new(MAINRUINCOLOR.Color) | |
| 3377 | trl.Lifetime = 5 | |
| 3378 | local bv = Instance.new("BodyVelocity")
| |
| 3379 | bv.maxForce = Vector3.new(1e9, 1e9, 1e9) | |
| 3380 | bv.velocity = dis.CFrame.lookVector*math.random(500,2500) | |
| 3381 | bv.Parent = dis | |
| 3382 | game:GetService("Debris"):AddItem(dis, 5)
| |
| 3383 | end | |
| 3384 | CFuncs["Sound"].Create("rbxassetid://1841058541", root, 10,1)
| |
| 3385 | CFuncs["Sound"].Create("rbxassetid://2095993595", char, 5,0.8)
| |
| 3386 | CFuncs["Sound"].Create("rbxassetid://1841058541", char, 5,1)
| |
| 3387 | for i = 0,3 do | |
| 3388 | swait() | |
| 3389 | RH.C0=clerp(RH.C0,cf(1,-0.5,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-25),math.rad(30)),.8) | |
| 3390 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(20)),.8) | |
| 3391 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25,-0.5)*angles(math.rad(30),math.rad(0),math.rad(50)),.8) | |
| 3392 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.8) | |
| 3393 | RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(35),math.rad(-10),math.rad(30)),.8) | |
| 3394 | LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(35),math.rad(10),math.rad(-30)),.8) | |
| 3395 | RH.C0=clerp(RH.C0,cf(1,-0.5,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-25),math.rad(30)),.8) | |
| 3396 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(20)),.8) | |
| 3397 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25,-0.5)*angles(math.rad(30),math.rad(0),math.rad(50)),.8) | |
| 3398 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.8) | |
| 3399 | RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(35),math.rad(-10),math.rad(30)),.8) | |
| 3400 | LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(35),math.rad(10),math.rad(-30)),.8) | |
| 3401 | RH.C0=clerp(RH.C0,cf(1,-0.5,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-25),math.rad(30)),.8) | |
| 3402 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(20)),.8) | |
| 3403 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25,-0.5)*angles(math.rad(30),math.rad(0),math.rad(0)),.8) | |
| 3404 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.8) | |
| 3405 | RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(35),math.rad(-10),math.rad(30)),.8) | |
| 3406 | LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(35),math.rad(10),math.rad(-30)),.8) | |
| 3407 | sphere2(3,"Add",root.CFrame*CFrame.new(0,-3,0),vt(0,0,0),6,0,6,MAINRUINCOLOR,MAINRUINCOLOR.Color) | |
| 3408 | CFuncs["Sound"].Create("rbxassetid://468991944", root, 7.5, 1)
| |
| 3409 | CFuncs["Sound"].Create("rbxassetid://419447292", root, 2.5,1)
| |
| 3410 | MagniDamage(root, 1000, 78,99, 0, "Normal") | |
| 3411 | swait(20) | |
| 3412 | sphere2(3,"Add",root.CFrame*CFrame.new(0,-3,0),vt(0,0,0),6,0,6,MAINRUINCOLOR,MAINRUINCOLOR.Color) | |
| 3413 | CFuncs["Sound"].Create("rbxassetid://468991944", root, 7.5, 1)
| |
| 3414 | CFuncs["Sound"].Create("rbxassetid://419447292", root, 2.5,1)
| |
| 3415 | MagniDamage(root, 1000, 78,99, 0, "Normal") | |
| 3416 | swait(100) | |
| 3417 | end | |
| 3418 | ||
| 3419 | attack = false | |
| 3420 | hum.WalkSpeed = storehumanoidWS | |
| 3421 | end | |
| 3422 | ||
| 3423 | function BURNYS() | |
| 3424 | attack = true | |
| 3425 | hum.WalkSpeed = 0 | |
| 3426 | bosschatfunc("$#@%^$^$@*&%@^T@#%$^234",MAINRUINCOLOR.Color,1)
| |
| 3427 | coroutine.resume(coroutine.create(function() | |
| 3428 | local eff = Instance.new("ParticleEmitter",cen)
| |
| 3429 | eff.Texture = "rbxassetid://2344870656" | |
| 3430 | eff.LightEmission = 1 | |
| 3431 | eff.Color = ColorSequence.new(keptcolor.Color) | |
| 3432 | eff.Rate = 10000000 | |
| 3433 | eff.Enabled = true | |
| 3434 | eff.EmissionDirection = "Front" | |
| 3435 | eff.Lifetime = NumberRange.new(2) | |
| 3436 | eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,120,0),NumberSequenceKeypoint.new(0.1,40,0),NumberSequenceKeypoint.new(0.8,80,0),NumberSequenceKeypoint.new(1,140,0)})
| |
| 3437 | eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0.8,0),NumberSequenceKeypoint.new(0.5,0,0),NumberSequenceKeypoint.new(1,1,0)})
| |
| 3438 | eff.Speed = NumberRange.new(500) | |
| 3439 | eff.Drag = 5 | |
| 3440 | eff.Rotation = NumberRange.new(-500,500) | |
| 3441 | eff.SpreadAngle = Vector2.new(0,900) | |
| 3442 | eff.RotSpeed = NumberRange.new(-500,500) | |
| 3443 | wait(0.2) | |
| 3444 | eff.Enabled = false | |
| 3445 | wait(5) | |
| 3446 | eff:Destroy() | |
| 3447 | end)) | |
| 3448 | coroutine.resume(coroutine.create(function() | |
| 3449 | local shval = 10 | |
| 3450 | for i = 0, 99 do | |
| 3451 | swait() | |
| 3452 | shval = shval - 0.1 | |
| 3453 | hum.CameraOffset = vt(math.random(-shval,shval)/15,math.random(-shval,shval)/15,math.random(-shval,shval)/15) | |
| 3454 | end | |
| 3455 | hum.CameraOffset = vt(0,0,0) | |
| 3456 | end)) | |
| 3457 | local rrot = 0 | |
| 3458 | local xam = 1 | |
| 3459 | coroutine.resume(coroutine.create(function() | |
| 3460 | for i = 0, 14 do | |
| 3461 | --swait() | |
| 3462 | rrot = rrot + 40 | |
| 3463 | xam = xam + 0.25 | |
| 3464 | local bonus = xam | |
| 3465 | local xa = CreateParta(char,0.5,1,"Neon",BrickColor.random()) | |
| 3466 | xa.Anchored = true | |
| 3467 | xa.Color = Color3.new(0,0,0) | |
| 3468 | xa.CFrame = root.CFrame*CFrame.new(0,-3,-rrot/1.75) | |
| 3469 | CreateMesh(xa,"Sphere",30,1,30) | |
| 3470 | local xc = 0 | |
| 3471 | coroutine.resume(coroutine.create(function() | |
| 3472 | for i = 0, 99 do | |
| 3473 | swait() | |
| 3474 | xc = xc + 0.01 | |
| 3475 | xa.Color = Color3.new(xc,0,0) | |
| 3476 | end | |
| 3477 | xa.Transparency = 1 | |
| 3478 | CFuncs["Sound"].Create("rbxassetid://144699494", xa, 10,0.75)
| |
| 3479 | MagniDamage(xa, 30, 78,99, 0, "Normal") | |
| 3480 | shakes(0.3,1) | |
| 3481 | sphere(1,"Add",xa.CFrame*CFrame.Angles(math.rad(math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),vt(1,100000,1),0.6,BrickColor.new("Really red"))
| |
| 3482 | sphere(1,"Add",xa.CFrame,vt(1,1,1),0.8,BrickColor.new("Really red"))
| |
| 3483 | for i = 0, 20 do | |
| 3484 | sphereMK(0.2,0.25,"Add",xa.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),4,4,4,0,BrickColor.new("Really red"),10)
| |
| 3485 | end | |
| 3486 | game:GetService("Debris"):AddItem(xa, 5)
| |
| 3487 | coroutine.resume(coroutine.create(function() | |
| 3488 | for i = 0, 19 do | |
| 3489 | swait() | |
| 3490 | hum.CameraOffset = vt(math.random(-10,10)/50,math.random(-10,10)/50,math.random(-10,10)/50) | |
| 3491 | end | |
| 3492 | hum.CameraOffset = vt(0,0,0) | |
| 3493 | end)) | |
| 3494 | end)) | |
| 3495 | end | |
| 3496 | end)) | |
| 3497 | for i = 0,2,0.1 do | |
| 3498 | swait() | |
| 3499 | RH.C0=clerp(RH.C0,cf(1,-0.5,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-25),math.rad(30)),.8) | |
| 3500 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(20)),.8) | |
| 3501 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.25,-0.5)*angles(math.rad(30),math.rad(0),math.rad(50)),.8) | |
| 3502 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20),math.rad(0),math.rad(-50)),.8) | |
| 3503 | RW.C0=clerp(RW.C0,cf(1.45,0.5,0.1)*angles(math.rad(35),math.rad(-10),math.rad(30)),.8) | |
| 3504 | LW.C0=clerp(LW.C0,cf(-1.4,0.5,0.1)*angles(math.rad(-35),math.rad(10),math.rad(-50)),.8) | |
| 3505 | end | |
| 3506 | attack = false | |
| 3507 | hum.WalkSpeed = storehumanoidWS | |
| 3508 | end | |
| 3509 | ||
| 3510 | function asd421() | |
| 3511 | attack = true | |
| 3512 | local absval = 0 | |
| 3513 | local rngb = Instance.new("Part", char)
| |
| 3514 | rngb.Anchored = true | |
| 3515 | rngb.BrickColor = origcolor | |
| 3516 | rngb.CanCollide = false | |
| 3517 | rngb.FormFactor = 3 | |
| 3518 | rngb.Name = "Ring" | |
| 3519 | rngb.Material = "Neon" | |
| 3520 | rngb.Size = Vector3.new(1, 0.05, 1) | |
| 3521 | rngb.Transparency = 1 | |
| 3522 | rngb.TopSurface = 0 | |
| 3523 | rngb.BottomSurface = 0 | |
| 3524 | local rngmb = Instance.new("SpecialMesh", rngb)
| |
| 3525 | rngmb.MeshType = "Brick" | |
| 3526 | rngmb.Name = "SizeMesh" | |
| 3527 | rngmb.Scale = vt(0,1,0) | |
| 3528 | bosschatfunc("HOW DO YOU LIKE THIS???",MAINRUINCOLOR.Color,3)
| |
| 3529 | local orb = rngb:Clone() | |
| 3530 | orb.Parent = char | |
| 3531 | orb.Transparency = 0 | |
| 3532 | orb.BrickColor = BrickColor.new("White")
| |
| 3533 | orb.Size = vt(1,1,1) | |
| 3534 | local orbmish = orb.SizeMesh | |
| 3535 | orbmish.Scale = vt(0,0,0) | |
| 3536 | orbmish.MeshType = "Sphere" | |
| 3537 | ||
| 3538 | CFuncs["Sound"].Create("rbxassetid://1448033299", orb, 10, 1)
| |
| 3539 | ||
| 3540 | local orbe = rngb:Clone() | |
| 3541 | orbe.Parent = char | |
| 3542 | orbe.Transparency = 0.5 | |
| 3543 | orbe.BrickColor = BrickColor.new("New Yeller")
| |
| 3544 | orbe.Size = vt(1,1,1) | |
| 3545 | local orbmish2 = orbe.SizeMesh | |
| 3546 | orbmish2.Scale = vt(0,0,0) | |
| 3547 | orbmish2.MeshType = "Sphere" | |
| 3548 | orbe.Color = Color3.new(r/255,g/255,b/255) | |
| 3549 | ||
| 3550 | local obj1 = script.chring2:Clone() | |
| 3551 | obj1.Parent = char | |
| 3552 | obj1.Transparency = 1 | |
| 3553 | obj1.Size = vt(1,1,1) | |
| 3554 | obj1.Color = BrickColor.new("Lime green").Color
| |
| 3555 | local rval = 0 | |
| 3556 | rngb:Destroy() | |
| 3557 | local outerscale = 0 | |
| 3558 | --[[ | |
| 3559 | local scaled = 1 | |
| 3560 | for i = 0,5,0.1 do | |
| 3561 | swait() | |
| 3562 | scaled = scaled - 0.02 | |
| 3563 | if SCREAMINGmode == true then | |
| 3564 | orbe.Color = Color3.new(r/255,g/255,b/255) | |
| 3565 | end | |
| 3566 | orbmish.Scale = orbmish.Scale + vt(scaled/1.5,scaled/1.5,scaled/1.5) | |
| 3567 | orbmish2.Scale = orbmish2.Scale + vt(scaled*1.1/1.5,scaled*1.1/1.5,scaled*1.1/1.5) | |
| 3568 | orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*11.5 | |
| 3569 | orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*11.5 | |
| 3570 | sphereMKCharge(2.5,-0.5,"Add",orb.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),2.5,2.5,15,-0.025,MAINRUINCOLOR,25) | |
| 3571 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),0.3) | |
| 3572 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-90)),.3) | |
| 3573 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(90)), 0.3) | |
| 3574 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(-20)), 0.3) | |
| 3575 | RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-0.5),math.rad(0),math.rad(0)),.3) | |
| 3576 | LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(10),math.rad(0)),.3) | |
| 3577 | RootPart.CFrame = FaceMouse()[1] | |
| 3578 | end]]-- | |
| 3579 | for i = 0,5,0.1 do | |
| 3580 | swait() | |
| 3581 | rval = rval + math.random(30,40) | |
| 3582 | obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval)) | |
| 3583 | obj1.Transparency = obj1.Transparency - 0.05 | |
| 3584 | obj1.Size = obj1.Size + vt(1.8,1.8,0.3) | |
| 3585 | outerscale = outerscale + 0.015 | |
| 3586 | orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*11.5 | |
| 3587 | orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*11.5 | |
| 3588 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),0.3) | |
| 3589 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(-90)),.3) | |
| 3590 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(90), math.rad(0), math.rad(90)), 0.3) | |
| 3591 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(-20)), 0.3) | |
| 3592 | RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-0.5),math.rad(0),math.rad(0)),.3) | |
| 3593 | LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(10),math.rad(0)),.3) | |
| 3594 | end | |
| 3595 | orbe.Transparency = 1 | |
| 3596 | orb.Transparency = 1 | |
| 3597 | orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*5 | |
| 3598 | CFuncs["Sound"].Create("rbxassetid://1368605755", char, 7.5, 1)
| |
| 3599 | CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.5)
| |
| 3600 | CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.25)
| |
| 3601 | CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 1)
| |
| 3602 | CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 0.75)
| |
| 3603 | CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.5)
| |
| 3604 | CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.25)
| |
| 3605 | CFuncs["Sound"].Create("rbxassetid://1664711478", char, 10, 1)
| |
| 3606 | shakes(0.3,20) | |
| 3607 | local xd= Instance.new("Sound",char)
| |
| 3608 | xd.SoundId = "rbxassetid://445796828" | |
| 3609 | xd.Pitch = 0.75 | |
| 3610 | xd.Looped = true | |
| 3611 | xd.Volume = 1.25 | |
| 3612 | xd:Play() | |
| 3613 | local a = Instance.new("Part",Character)
| |
| 3614 | a.Name = "Direction" | |
| 3615 | a.Anchored = true | |
| 3616 | a.BrickColor = bc("Alder")
| |
| 3617 | a.Color = MAINRUINCOLOR.Color | |
| 3618 | a.Material = "Neon" | |
| 3619 | a.Transparency = 0.5 | |
| 3620 | a.Shape = "Cylinder" | |
| 3621 | a.CanCollide = false | |
| 3622 | local a2 = Instance.new("Part",Character)
| |
| 3623 | a2.Name = "Direction" | |
| 3624 | a2.Anchored = true | |
| 3625 | a2.BrickColor = bc("New Yeller")
| |
| 3626 | a2.Color = MAINRUINCOLOR.Color | |
| 3627 | a2.Material = "Neon" | |
| 3628 | a2.Transparency = 0.5 | |
| 3629 | a2.Shape = "Cylinder" | |
| 3630 | a2.CanCollide = false | |
| 3631 | local ba = Instance.new("Part",Character)
| |
| 3632 | ba.Name = "HitDirect" | |
| 3633 | ba.Anchored = true | |
| 3634 | ba.BrickColor = bc("Cool yellow")
| |
| 3635 | ba.Material = "Neon" | |
| 3636 | ba.Transparency = 1 | |
| 3637 | ba.CanCollide = false | |
| 3638 | local ray = Ray.new( | |
| 3639 | orb.CFrame.p, -- origin | |
| 3640 | (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction | |
| 3641 | ) | |
| 3642 | local ignore = Character | |
| 3643 | local hit, position, normal = workspace:FindPartOnRay(ray, ignore) | |
| 3644 | a.BottomSurface = 10 | |
| 3645 | a.TopSurface = 10 | |
| 3646 | a2.BottomSurface = 10 | |
| 3647 | a2.TopSurface = 10 | |
| 3648 | local distance = (orb.CFrame.p - position).magnitude | |
| 3649 | a.Size = Vector3.new(distance, 1, 1) | |
| 3650 | a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2) | |
| 3651 | a2.Size = Vector3.new(distance, 1, 1) | |
| 3652 | a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2) | |
| 3653 | ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance) | |
| 3654 | a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0) | |
| 3655 | a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0) | |
| 3656 | game:GetService("Debris"):AddItem(a, 60)
| |
| 3657 | game:GetService("Debris"):AddItem(a2, 60)
| |
| 3658 | game:GetService("Debris"):AddItem(ba, 60)
| |
| 3659 | local outerscale = 0 | |
| 3660 | local msh = Instance.new("SpecialMesh",a)
| |
| 3661 | msh.MeshType = "Cylinder" | |
| 3662 | msh.Scale = vt(1,0,0) | |
| 3663 | local msh2 = Instance.new("SpecialMesh",a2)
| |
| 3664 | msh2.MeshType = "Cylinder" | |
| 3665 | msh2.Scale = vt(1,0,0) | |
| 3666 | for i = 0,2,0.1 do | |
| 3667 | swait() | |
| 3668 | rval = rval + math.random(30,40) | |
| 3669 | obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval)) | |
| 3670 | CameraEnshaking(1,1) | |
| 3671 | msh2.Scale = msh2.Scale + vt(0,outerscale*20,outerscale*20) | |
| 3672 | msh.Scale = msh.Scale + vt(0,outerscale*15,outerscale*15) | |
| 3673 | outerscale = outerscale - 0.015 | |
| 3674 | orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4 | |
| 3675 | orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4 | |
| 3676 | ray = Ray.new( | |
| 3677 | orb.CFrame.p, -- origin | |
| 3678 | (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction | |
| 3679 | ) | |
| 3680 | hit, position, normal = workspace:FindPartOnRay(ray, ignore) | |
| 3681 | distance = (orb.CFrame.p - position).magnitude | |
| 3682 | if typrot == 1 then | |
| 3683 | rotation = rotation + 2.5 | |
| 3684 | elseif typrot == 2 then | |
| 3685 | rotation = rotation - 2.5 | |
| 3686 | end | |
| 3687 | ||
| 3688 | a.Size = Vector3.new(distance, 1, 1) | |
| 3689 | a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2) | |
| 3690 | a2.Size = Vector3.new(distance, 1, 1) | |
| 3691 | a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2) | |
| 3692 | ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance) | |
| 3693 | a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0) | |
| 3694 | a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0) | |
| 3695 | absval = absval + 0.005 | |
| 3696 | coroutine.resume(coroutine.create(function() | |
| 3697 | local eff = Instance.new("ParticleEmitter",ba)
| |
| 3698 | eff.Texture = "rbxassetid://284205403" | |
| 3699 | eff.LightEmission = 0.95 | |
| 3700 | eff.Color = ColorSequence.new(MAINRUINCOLOR.Color) | |
| 3701 | eff.Rate = 10000 | |
| 3702 | eff.Lifetime = NumberRange.new(5) | |
| 3703 | eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,50,0),NumberSequenceKeypoint.new(0.8,100,0),NumberSequenceKeypoint.new(1,0,0)})
| |
| 3704 | eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
| |
| 3705 | eff.Speed = NumberRange.new(600,1250) | |
| 3706 | eff.Drag = 5 | |
| 3707 | eff.Rotation = NumberRange.new(-500,500) | |
| 3708 | eff.VelocitySpread = 9000 | |
| 3709 | eff.RotSpeed = NumberRange.new(-500,500) | |
| 3710 | wait(1) | |
| 3711 | eff.Enabled = false | |
| 3712 | end)) | |
| 3713 | sphereMK(5,5,"Add",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25*3,25*3,75*3,-0.25*3,MAINRUINCOLOR,0) | |
| 3714 | sphereMK(5,5,"Add",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25*3,25*3,75*3,-0.25*3,MAINRUINCOLOR,0) | |
| 3715 | slash(math.random(10,50)/10,5,true,"Round","Add","Out",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(absval/2,0.01,absval/2),math.random(50,5000)/100,BrickColor.new("Really black"))
| |
| 3716 | MagniDamage(ba, 100, 500,60000, 0, "Normal") | |
| 3717 | end | |
| 3718 | for z = 0, 2 do | |
| 3719 | for i = 0,4,0.1 do | |
| 3720 | swait() | |
| 3721 | rval = rval + math.random(30,40) | |
| 3722 | obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval)) | |
| 3723 | CameraEnshaking(1,1) | |
| 3724 | msh2.Scale = msh2.Scale + vt(0,outerscale,outerscale) | |
| 3725 | msh.Scale = msh.Scale - vt(0,outerscale,outerscale) | |
| 3726 | outerscale = outerscale + 0.015 | |
| 3727 | orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4 | |
| 3728 | orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4 | |
| 3729 | ray = Ray.new( | |
| 3730 | orb.CFrame.p, -- origin | |
| 3731 | (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction | |
| 3732 | ) | |
| 3733 | hit, position, normal = workspace:FindPartOnRay(ray, ignore) | |
| 3734 | distance = (orb.CFrame.p - position).magnitude | |
| 3735 | if typrot == 1 then | |
| 3736 | rotation = rotation + 2.5 | |
| 3737 | elseif typrot == 2 then | |
| 3738 | rotation = rotation - 2.5 | |
| 3739 | end | |
| 3740 | ||
| 3741 | a.Size = Vector3.new(distance, 1, 1) | |
| 3742 | a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2) | |
| 3743 | a2.Size = Vector3.new(distance, 1, 1) | |
| 3744 | a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2) | |
| 3745 | ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance) | |
| 3746 | a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0) | |
| 3747 | a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0) | |
| 3748 | absval = absval + 0.005 | |
| 3749 | coroutine.resume(coroutine.create(function() | |
| 3750 | local eff = Instance.new("ParticleEmitter",ba)
| |
| 3751 | eff.Texture = "rbxassetid://284205403" | |
| 3752 | eff.LightEmission = 0.95 | |
| 3753 | eff.Color = ColorSequence.new(MAINRUINCOLOR.Color) | |
| 3754 | eff.Rate = 10000 | |
| 3755 | eff.Lifetime = NumberRange.new(5) | |
| 3756 | eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,50,0),NumberSequenceKeypoint.new(0.8,100,0),NumberSequenceKeypoint.new(1,0,0)})
| |
| 3757 | eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
| |
| 3758 | eff.Speed = NumberRange.new(600,1250) | |
| 3759 | eff.Drag = 5 | |
| 3760 | eff.Rotation = NumberRange.new(-500,500) | |
| 3761 | eff.VelocitySpread = 9000 | |
| 3762 | eff.RotSpeed = NumberRange.new(-500,500) | |
| 3763 | wait(1) | |
| 3764 | eff.Enabled = false | |
| 3765 | end)) | |
| 3766 | slash(math.random(10,50)/10,5,true,"Round","Add","Out",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(absval/2,0.01,absval/2),math.random(50,5000)/100,BrickColor.new("Really black"))
| |
| 3767 | sphereMK(5,5,"Add",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25*3,25*3,75*3,-0.25*3,MAINRUINCOLOR,0) | |
| 3768 | sphereMK(5,5,"Add",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25*3,25*3,75*3,-0.25*3,MAINRUINCOLOR,0) | |
| 3769 | MagniDamage(ba, 100, 500,60000, 0, "Normal") | |
| 3770 | end | |
| 3771 | for i = 0,4,0.1 do | |
| 3772 | swait() | |
| 3773 | rval = rval + math.random(30,40) | |
| 3774 | obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval)) | |
| 3775 | CameraEnshaking(1,1) | |
| 3776 | msh2.Scale = msh2.Scale + vt(0,outerscale,outerscale) | |
| 3777 | msh.Scale = msh.Scale - vt(0,outerscale,outerscale) | |
| 3778 | outerscale = outerscale - 0.015 | |
| 3779 | orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4 | |
| 3780 | orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4 | |
| 3781 | ray = Ray.new( | |
| 3782 | orb.CFrame.p, -- origin | |
| 3783 | (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction | |
| 3784 | ) | |
| 3785 | hit, position, normal = workspace:FindPartOnRay(ray, ignore) | |
| 3786 | distance = (orb.CFrame.p - position).magnitude | |
| 3787 | if typrot == 1 then | |
| 3788 | rotation = rotation + 2.5 | |
| 3789 | elseif typrot == 2 then | |
| 3790 | rotation = rotation - 2.5 | |
| 3791 | end | |
| 3792 | ||
| 3793 | a.Size = Vector3.new(distance, 1, 1) | |
| 3794 | a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2) | |
| 3795 | a2.Size = Vector3.new(distance, 1, 1) | |
| 3796 | a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2) | |
| 3797 | ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance) | |
| 3798 | a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0) | |
| 3799 | a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0) | |
| 3800 | absval = absval + 0.005 | |
| 3801 | coroutine.resume(coroutine.create(function() | |
| 3802 | local eff = Instance.new("ParticleEmitter",ba)
| |
| 3803 | eff.Texture = "rbxassetid://284205403" | |
| 3804 | eff.LightEmission = 0.95 | |
| 3805 | eff.Color = ColorSequence.new(MAINRUINCOLOR.Color) | |
| 3806 | eff.Rate = 10000 | |
| 3807 | eff.Lifetime = NumberRange.new(5) | |
| 3808 | eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,50,0),NumberSequenceKeypoint.new(0.8,100,0),NumberSequenceKeypoint.new(1,0,0)})
| |
| 3809 | eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
| |
| 3810 | eff.Speed = NumberRange.new(600,1250) | |
| 3811 | eff.Drag = 5 | |
| 3812 | eff.Rotation = NumberRange.new(-500,500) | |
| 3813 | eff.VelocitySpread = 9000 | |
| 3814 | eff.RotSpeed = NumberRange.new(-500,500) | |
| 3815 | wait(1) | |
| 3816 | eff.Enabled = false | |
| 3817 | end)) | |
| 3818 | slash(math.random(10,50)/10,5,true,"Round","Add","Out",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(absval/2,0.01,absval/2),math.random(50,5000)/100,BrickColor.new("Really black"))
| |
| 3819 | sphereMK(5,5,"Add",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25*3,25*3,75*3,-0.25*3,MAINRUINCOLOR,0) | |
| 3820 | sphereMK(5,5,"Add",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25*3,25*3,75*3,-0.25*3,MAINRUINCOLOR,0) | |
| 3821 | MagniDamage(ba, 100, 500,60000, 0, "Normal") | |
| 3822 | end | |
| 3823 | end | |
| 3824 | for i = 0,4,0.1 do | |
| 3825 | swait() | |
| 3826 | rval = rval + math.random(30,40) | |
| 3827 | obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval)) | |
| 3828 | CameraEnshaking(1,1) | |
| 3829 | msh2.Scale = msh2.Scale + vt(0,outerscale,outerscale) | |
| 3830 | msh.Scale = msh.Scale - vt(0,outerscale,outerscale) | |
| 3831 | xd.Volume = xd.Volume - 0.025 | |
| 3832 | a.Transparency = a.Transparency + 0.025 | |
| 3833 | a2.Transparency = a2.Transparency + 0.025 | |
| 3834 | outerscale = outerscale - 0.015 | |
| 3835 | orb.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4 | |
| 3836 | orbe.CFrame = root.CFrame*CFrame.new(0,0.5,0) + root.CFrame.lookVector*4 | |
| 3837 | ray = Ray.new( | |
| 3838 | orb.CFrame.p, -- origin | |
| 3839 | (mouse.Hit.p - orb.CFrame.p).unit * 1000 -- direction | |
| 3840 | ) | |
| 3841 | hit, position, normal = workspace:FindPartOnRay(ray, ignore) | |
| 3842 | distance = (orb.CFrame.p - position).magnitude | |
| 3843 | if typrot == 1 then | |
| 3844 | rotation = rotation + 2.5 | |
| 3845 | elseif typrot == 2 then | |
| 3846 | rotation = rotation - 2.5 | |
| 3847 | end | |
| 3848 | ||
| 3849 | a.Size = Vector3.new(distance, 1, 1) | |
| 3850 | a.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2) | |
| 3851 | a2.Size = Vector3.new(distance, 1, 1) | |
| 3852 | a2.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance/2) | |
| 3853 | ba.CFrame = CFrame.new(orb.CFrame.p, position) * CFrame.new(0, 0, -distance) | |
| 3854 | a.CFrame = a.CFrame*CFrame.Angles(0,math.rad(90),0) | |
| 3855 | a2.CFrame = a2.CFrame*CFrame.Angles(0,math.rad(90),0) | |
| 3856 | absval = absval + 0.005 | |
| 3857 | coroutine.resume(coroutine.create(function() | |
| 3858 | local eff = Instance.new("ParticleEmitter",ba)
| |
| 3859 | eff.Texture = "rbxassetid://284205403" | |
| 3860 | eff.LightEmission = 0.95 | |
| 3861 | eff.Color = ColorSequence.new(MAINRUINCOLOR.Color) | |
| 3862 | eff.Rate = 10000 | |
| 3863 | eff.Lifetime = NumberRange.new(5) | |
| 3864 | eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,50,0),NumberSequenceKeypoint.new(0.8,100,0),NumberSequenceKeypoint.new(1,0,0)})
| |
| 3865 | eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(0.8,0.5,0),NumberSequenceKeypoint.new(1,1,0)})
| |
| 3866 | eff.Speed = NumberRange.new(600,1250) | |
| 3867 | eff.Drag = 5 | |
| 3868 | eff.Rotation = NumberRange.new(-500,500) | |
| 3869 | eff.VelocitySpread = 9000 | |
| 3870 | eff.RotSpeed = NumberRange.new(-500,500) | |
| 3871 | wait(1) | |
| 3872 | eff.Enabled = false | |
| 3873 | end)) | |
| 3874 | slash(math.random(10,50)/10,5,true,"Round","Add","Out",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(absval/2,0.01,absval/2),math.random(50,5000)/100,BrickColor.new("Really black"))
| |
| 3875 | sphereMK(5,5,"Add",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25*3,25*3,75*3,-0.25*3,MAINRUINCOLOR,0) | |
| 3876 | sphereMK(5,5,"Add",ba.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),25*3,25*3,75*3,-0.25*3,MAINRUINCOLOR,0) | |
| 3877 | MagniDamage(ba, 100, 500,60000, 0, "Normal") | |
| 3878 | end | |
| 3879 | for i = 0,10 do | |
| 3880 | swait() | |
| 3881 | rval = rval + math.random(30,40) | |
| 3882 | obj1.Transparency = obj1.Transparency + 0.05 | |
| 3883 | obj1.Size = obj1.Size - vt(1.8,1.8,0.3) | |
| 3884 | obj1.CFrame = root.CFrame*CFrame.new(0,1,-5)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(rval)) | |
| 3885 | end | |
| 3886 | xd:Destroy() | |
| 3887 | obj1:Destroy() | |
| 3888 | a:Destroy() | |
| 3889 | a2:Destroy() | |
| 3890 | ba:Destroy() | |
| 3891 | orb:Destroy() | |
| 3892 | orbe:Destroy() | |
| 3893 | attack = false | |
| 3894 | end | |
| 3895 | function attackone() | |
| 3896 | attack = true | |
| 3897 | for i = 0,1,0.1 do | |
| 3898 | swait() | |
| 3899 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(5),math.rad(-10)),.5) | |
| 3900 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(20),math.rad(-10)),.5) | |
| 3901 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.3,-0.1)*angles(math.rad(5),math.rad(0),math.rad(-45)),.5) | |
| 3902 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(45)),.5) | |
| 3903 | RW.C0=clerp(RW.C0,cf(1.45,0.5,0)*angles(math.rad(90),math.rad(0),math.rad(50)),.5) | |
| 3904 | LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(20),math.rad(10),math.rad(-30)),.5) | |
| 3905 | end | |
| 3906 | CFuncs["Sound"].Create("rbxassetid://200632136", root, 1, 1.1)
| |
| 3907 | ||
| 3908 | local hitb = Instance.new("Part", char)
| |
| 3909 | hitb.Anchored = true | |
| 3910 | hitb.CanCollide = false | |
| 3911 | hitb.FormFactor = 3 | |
| 3912 | hitb.Name = "Ring" | |
| 3913 | hitb.Material = "Neon" | |
| 3914 | hitb.Size = Vector3.new(1, 1, 1) | |
| 3915 | hitb.Transparency = 1 | |
| 3916 | hitb.TopSurface = 0 | |
| 3917 | hitb.BottomSurface = 0 | |
| 3918 | hitb.CFrame = root.CFrame + root.CFrame.lookVector*2 | |
| 3919 | MagniDamage(hitb, 3, 10,30, 0, "Normal") | |
| 3920 | hitb:Destroy() | |
| 3921 | for i = 0,1,0.1 do | |
| 3922 | swait() | |
| 3923 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(-25),math.rad(0)),.5) | |
| 3924 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(1),math.rad(0)),.5) | |
| 3925 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-0.05)*angles(math.rad(0),math.rad(0),math.rad(55)),.5) | |
| 3926 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10),math.rad(0),math.rad(-55)),.5) | |
| 3927 | RW.C0=clerp(RW.C0,cf(1.15,0.5,-0.6)*angles(math.rad(90),math.rad(0),math.rad(-50)),.5) | |
| 3928 | LW.C0=clerp(LW.C0,cf(-1.45,0.5,0.1)*angles(math.rad(-5),math.rad(10),math.rad(-10)),.5) | |
| 3929 | end | |
| 3930 | attack = false | |
| 3931 | end | |
| 3932 | ||
| 3933 | function attacktwo() | |
| 3934 | for i = 0,1,0.1 do | |
| 3935 | swait() | |
| 3936 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(30),math.rad(0),math.rad(0)),0.2) | |
| 3937 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
| 3938 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2) | |
| 3939 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2) | |
| 3940 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(-60),math.rad(90),math.rad(0))*angles(math.rad(-0),math.rad(0),math.rad(0)),.5) | |
| 3941 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(30),math.rad(-90),math.rad(0))*angles(math.rad(-0),math.rad(0),math.rad(0)),.5) | |
| 3942 | end | |
| 3943 | attack = true | |
| 3944 | CFuncs["Sound"].Create("rbxassetid://200632136", root, 1, 1.1)
| |
| 3945 | local hitb = Instance.new("Part", char)
| |
| 3946 | hitb.Anchored = true | |
| 3947 | hitb.CanCollide = false | |
| 3948 | hitb.FormFactor = 3 | |
| 3949 | hitb.Name = "Ring" | |
| 3950 | hitb.Material = "Neon" | |
| 3951 | hitb.Size = Vector3.new(1, 1, 1) | |
| 3952 | hitb.Transparency = 1 | |
| 3953 | hitb.TopSurface = 0 | |
| 3954 | hitb.BottomSurface = 0 | |
| 3955 | hitb.CFrame = root.CFrame + root.CFrame.lookVector*2 | |
| 3956 | MagniDamage(hitb, 3, 10,30, 0, "Normal") | |
| 3957 | hitb:Destroy() | |
| 3958 | for i = 0,1,0.1 do | |
| 3959 | swait() | |
| 3960 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(-30),math.rad(0),math.rad(0)),0.2) | |
| 3961 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
| 3962 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.2) | |
| 3963 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.2) | |
| 3964 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(90),math.rad(90),math.rad(0))*angles(math.rad(-0),math.rad(0),math.rad(0)),.5) | |
| 3965 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(-30),math.rad(-90),math.rad(0))*angles(math.rad(-0),math.rad(0),math.rad(0)),.5) | |
| 3966 | end | |
| 3967 | attack = false | |
| 3968 | end | |
| 3969 | ||
| 3970 | function hopeburst() | |
| 3971 | hum.WalkSpeed = 0 | |
| 3972 | attack = true | |
| 3973 | for x = 0, 10 do | |
| 3974 | for i = 0, 1, 0.6 do | |
| 3975 | swait() | |
| 3976 | sphere2(2,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.01,7,-0.01,MAINRUINCOLOR) | |
| 3977 | slash(math.random(10,50)/10,5,true,"Round","Add","Out",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(50,250)/250,BrickColor.new("White"))
| |
| 3978 | ||
| 3979 | hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30) | |
| 3980 | RH.C0=clerp(RH.C0,cf(1,-1.05,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(7),math.rad(0),math.rad(-16)),.8) | |
| 3981 | LH.C0=clerp(LH.C0,cf(-1,-1.05,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3),math.rad(0),math.rad(10)),.8) | |
| 3982 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.8) | |
| 3983 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.8) | |
| 3984 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-25),math.rad(0),math.rad(97)),.8) | |
| 3985 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-27),math.rad(0),math.rad(-98)),.8) | |
| 3986 | end | |
| 3987 | for i = 0, 1, 0.6 do | |
| 3988 | swait() | |
| 3989 | sphere2(2,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.01,7,-0.01,MAINRUINCOLOR) | |
| 3990 | slash(math.random(10,50)/10,5,true,"Round","Add","Out",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(50,250)/250,BrickColor.new("White"))
| |
| 3991 | ||
| 3992 | hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30) | |
| 3993 | RH.C0=clerp(RH.C0,cf(1,-1.05,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(7),math.rad(0),math.rad(-16)),.8) | |
| 3994 | LH.C0=clerp(LH.C0,cf(-1,-1.05,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3),math.rad(0),math.rad(10)),.8) | |
| 3995 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.8) | |
| 3996 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.8) | |
| 3997 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-25),math.rad(0),math.rad(97)),.8) | |
| 3998 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-27),math.rad(0),math.rad(-98)),.8) | |
| 3999 | end | |
| 4000 | for i = 0, 1, 0.6 do | |
| 4001 | swait() | |
| 4002 | sphere2(2,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.01,7,-0.01,MAINRUINCOLOR) | |
| 4003 | slash(math.random(10,50)/10,5,true,"Round","Add","Out",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(50,250)/250,BrickColor.new("White"))
| |
| 4004 | hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30) | |
| 4005 | RH.C0=clerp(RH.C0,cf(1,-1.05,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(7),math.rad(0),math.rad(-16)),.8) | |
| 4006 | LH.C0=clerp(LH.C0,cf(-1,-1.05,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3),math.rad(0),math.rad(10)),.8) | |
| 4007 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(180)),.8) | |
| 4008 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.8) | |
| 4009 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-25),math.rad(0),math.rad(97)),.8) | |
| 4010 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-27),math.rad(0),math.rad(-98)),.8) | |
| 4011 | end | |
| 4012 | for i = 0, 1, 0.6 do | |
| 4013 | swait() | |
| 4014 | sphere2(2,"Add",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.01,7,-0.01,MAINRUINCOLOR) | |
| 4015 | slash(math.random(10,50)/10,5,true,"Round","Add","Out",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(50,250)/250,BrickColor.new("White"))
| |
| 4016 | hum.CameraOffset = vt(math.random(-10,10)/30,math.random(-10,10)/30,math.random(-10,10)/30) | |
| 4017 | RH.C0=clerp(RH.C0,cf(1,-1.05,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(7),math.rad(0),math.rad(-16)),.8) | |
| 4018 | LH.C0=clerp(LH.C0,cf(-1,-1.05,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(3),math.rad(0),math.rad(10)),.8) | |
| 4019 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(270)),.8) | |
| 4020 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.8) | |
| 4021 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-25),math.rad(0),math.rad(97)),.8) | |
| 4022 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-27),math.rad(0),math.rad(-98)),.8) | |
| 4023 | end | |
| 4024 | end | |
| 4025 | sphere2(4,"Add",root.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),10,10,10,MAINRUINCOLOR) | |
| 4026 | ||
| 4027 | CFuncs["Sound"].Create("rbxassetid://1368637781", char, 5, 0.25)
| |
| 4028 | CFuncs["Sound"].Create("rbxassetid://1368637781", char, 5, 0.5)
| |
| 4029 | CFuncs["Sound"].Create("rbxassetid://1368637781", char, 5, 0.75)
| |
| 4030 | CFuncs["Sound"].Create("rbxassetid://1368637781", char, 7.5, 1)
| |
| 4031 | CFuncs["Sound"].Create("rbxassetid://1368605755", char, 7.5, 1)
| |
| 4032 | CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.5)
| |
| 4033 | CFuncs["Sound"].Create("rbxassetid://763718160", char, 10, 0.25)
| |
| 4034 | CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 1)
| |
| 4035 | CFuncs["Sound"].Create("rbxassetid://782353443", char, 10, 0.75)
| |
| 4036 | CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.5)
| |
| 4037 | CFuncs["LongSound"].Create("rbxassetid://782353443", char, 10, 0.25)
| |
| 4038 | for i, v in pairs(FindNearestHead(root.CFrame.p, 1000000000)) do | |
| 4039 | if v:FindFirstChild('Head') then
| |
| 4040 | dmg(v) | |
| 4041 | end | |
| 4042 | end | |
| 4043 | for i = 0,4 do | |
| 4044 | slash(math.random(10,30)/10,5,true,"Round","Add","Out",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(150,2500)/250,BrickColor.new("White"))
| |
| 4045 | slash(math.random(10,30)/10,5,true,"Round","Add","Out",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(150,2500)/250,BrickColor.new("White"))
| |
| 4046 | slash(math.random(10,30)/10,5,true,"Round","Add","Out",tors.CFrame*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(0.01,0.01,0.01),math.random(150,2500)/250,BrickColor.new("White"))
| |
| 4047 | end | |
| 4048 | attack = false | |
| 4049 | hum.WalkSpeed = storehumanoidWS | |
| 4050 | end | |
| 4051 | ||
| 4052 | function attackthree() | |
| 4053 | attack = true | |
| 4054 | for i = 0, 2, 0.1 do | |
| 4055 | swait() | |
| 4056 | RH.C0 = clerp(RH.C0, cf(1, -0.25, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2) | |
| 4057 | LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2) | |
| 4058 | RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2) | |
| 4059 | Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2) | |
| 4060 | RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(-20)), 0.2) | |
| 4061 | LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(20)), 0.2) | |
| 4062 | end | |
| 4063 | CFuncs.Sound.Create("rbxassetid://438666141", root, 7.5, 1)
| |
| 4064 | CFuncs.Sound.Create("rbxassetid://1208650519", root, 7.5, 1)
| |
| 4065 | for i, v in pairs(FindNearestHead(Torso.CFrame.p, 25)) do | |
| 4066 | if v:FindFirstChild("Head") then
| |
| 4067 | dmg(v) | |
| 4068 | end | |
| 4069 | end | |
| 4070 | sphere(5, "Add", root.CFrame * CFrame.new(0, -2.9, 0), vt(0, 0, 0), 1, MAINRUINCOLOR) | |
| 4071 | sphere(10, "Add", root.CFrame * CFrame.new(0, -2.9, 0), vt(0, 0, 0), 2, MAINRUINCOLOR) | |
| 4072 | sphere(1, "Add", root.CFrame * CFrame.new(0, -2.9, 0), vt(25, 0.01, 25), 0.01, MAINRUINCOLOR) | |
| 4073 | for i = 0, 2, 0.1 do | |
| 4074 | swait() | |
| 4075 | sphereMK(4, 0.75, "Add", root.CFrame * CFrame.new(math.random(-25, 25), -5, math.random(-25, 25)) * CFrame.Angles(math.rad(90 + math.rad(math.random(-1, 1))), math.rad(math.random(-1, 1)), math.rad(math.random(-1, 1))), 2.5, 2.5, 2.5, -0.025, MAINRUINCOLOR, 0) | |
| 4076 | RH.C0 = clerp(RH.C0, cf(1, -1, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4) | |
| 4077 | LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4) | |
| 4078 | RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4) | |
| 4079 | Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4) | |
| 4080 | RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(30)), 0.4) | |
| 4081 | LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(-30)), 0.4) | |
| 4082 | end | |
| 4083 | attack = false | |
| 4084 | end | |
| 4085 | ||
| 4086 | ------------------------------------- | |
| 4087 | ||
| 4088 | Humanoid.Animator.Parent = nil | |
| 4089 | ||
| 4090 | ------------------------------------- | |
| 4091 | ||
| 4092 | local attacktype = 1 | |
| 4093 | if attack == false and attacktype == 1 then | |
| 4094 | attacktype = 2 | |
| 4095 | attackone() | |
| 4096 | elseif attack == false and attacktype == 2 then | |
| 4097 | attacktype = 3 | |
| 4098 | attacktwo() | |
| 4099 | elseif attack == false and attacktype == 3 then | |
| 4100 | attacktype = 1 | |
| 4101 | attackthree() | |
| 4102 | elseif attack == false and attacktype == 4 then | |
| 4103 | attacktype = 1 | |
| 4104 | --attackfour() | |
| 4105 | end | |
| 4106 | if k == "q" and attack == false and ModeOfGlitch ~= 1 then | |
| 4107 | ModeOfGlitch = 1 | |
| 4108 | storehumanoidWS = 20 | |
| 4109 | hum.WalkSpeed = 20 | |
| 4110 | rainbowmode = false | |
| 4111 | MAINRUINCOLOR = BrickColor.new"Really red" | |
| 4112 | MAINRUINCOLOR2 = BrickColor.new"Really black" | |
| 4113 | sword = false | |
| 4114 | newTheme("rbxassetid://2639726704",0,1,1.25)
| |
| 4115 | RecolorTextAndRename("INCREATION",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
| |
| 4116 | end | |
| 4117 | if k == "e" and attack == false and ModeOfGlitch ~= 2 then | |
| 4118 | ModeOfGlitch = 2 | |
| 4119 | storehumanoidWS = 70 | |
| 4120 | hum.WalkSpeed = 70 | |
| 4121 | rainbowmode = false | |
| 4122 | MAINRUINCOLOR = BrickColor.new"Toothpaste" | |
| 4123 | MAINRUINCOLOR2 = BrickColor.new"Navy blue" | |
| 4124 | sword = false | |
| 4125 | newTheme("rbxassetid://580367180",0,1,1.25) -- 580367180 , 170020261
| |
| 4126 | RecolorTextAndRename("RESELMBLANCE",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
| |
| 4127 | end | |
| 4128 | if k == "r" and attack == false and ModeOfGlitch ~= 3 then | |
| 4129 | ModeOfGlitch = 3 | |
| 4130 | storehumanoidWS = 20 | |
| 4131 | hum.WalkSpeed = 20 | |
| 4132 | rainbowmode = false | |
| 4133 | MAINRUINCOLOR = BrickColor.new"Hot pink" | |
| 4134 | MAINRUINCOLOR2 = BrickColor.new"Pink" | |
| 4135 | newTheme("rbxassetid://1426044282",0,1,1.25)
| |
| 4136 | if plr.Name == "wanTH092" then | |
| 4137 | RecolorTextAndRename("CAKECOO",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
| |
| 4138 | elseif plr.Name == "TameDoNotClick" then | |
| 4139 | RecolorTextAndRename("CONFESSION",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
| |
| 4140 | sword = true | |
| 4141 | newTheme("rbxassetid://1067833276",0,1,1.25) --1067833276
| |
| 4142 | elseif plr.Name ~= "wanTH092" or plr.Name ~= "TameDoNotClick" then | |
| 4143 | sword = false | |
| 4144 | RecolorTextAndRename("IDOLIZATION",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
| |
| 4145 | end | |
| 4146 | end | |
| 4147 | if k == "t" and attack == false and ModeOfGlitch ~= 4 then | |
| 4148 | ModeOfGlitch = 4 | |
| 4149 | storehumanoidWS = 20 | |
| 4150 | hum.WalkSpeed = 20 | |
| 4151 | rainbowmode = false | |
| 4152 | sword = false | |
| 4153 | MAINRUINCOLOR = BrickColor.new"Lime green" | |
| 4154 | MAINRUINCOLOR2 = BrickColor.new"New Yeller" | |
| 4155 | newTheme("rbxassetid://2569365263",0,1,1.25)
| |
| 4156 | RecolorTextAndRename("FLUORESCENT",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
| |
| 4157 | end | |
| 4158 | if k == "y" and attack == false and ModeOfGlitch ~= 5 then | |
| 4159 | ModeOfGlitch = 5 | |
| 4160 | storehumanoidWS = 70 | |
| 4161 | hum.WalkSpeed = 70 | |
| 4162 | rainbowmode = false | |
| 4163 | sword = false | |
| 4164 | MAINRUINCOLOR = BrickColor.new"Pink" | |
| 4165 | MAINRUINCOLOR2 = BrickColor.new"White" | |
| 4166 | newTheme("rbxassetid://2483763576",0,1,1.25)
| |
| 4167 | RecolorTextAndRename("REALITY",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
| |
| 4168 | end | |
| 4169 | if k == "f" and attack == false and ModeOfGlitch ~= 7 then | |
| 4170 | ModeOfGlitch = 7 | |
| 4171 | storehumanoidWS = 30 | |
| 4172 | hum.WalkSpeed = 30 | |
| 4173 | rainbowmode = false | |
| 4174 | sword = false | |
| 4175 | MAINRUINCOLOR = BrickColor.new"Medium stone grey" | |
| 4176 | MAINRUINCOLOR2 = BrickColor.new"White" | |
| 4177 | newTheme("rbxassetid://2404024634",0,1,1.25)
| |
| 4178 | RecolorTextAndRename("RELAXATION",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
| |
| 4179 | end | |
| 4180 | if k == "u" and attack == false and ModeOfGlitch ~= 6 then | |
| 4181 | ModeOfGlitch = 6 | |
| 4182 | storehumanoidWS = 20 | |
| 4183 | hum.WalkSpeed = 20 | |
| 4184 | rainbowmode = false | |
| 4185 | sword = false | |
| 4186 | MAINRUINCOLOR = BrickColor.new"Really black" | |
| 4187 | MAINRUINCOLOR2 = BrickColor.new"Really black" | |
| 4188 | newTheme("rbxassetid://2330164404",0,1,1.25)
| |
| 4189 | RecolorTextAndRename("SINGULARITY",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
| |
| 4190 | end | |
| 4191 | if k == "g" and attack == false and ModeOfGlitch ~= 8 then | |
| 4192 | ModeOfGlitch = 8 | |
| 4193 | storehumanoidWS = 20 | |
| 4194 | hum.WalkSpeed = 20 | |
| 4195 | rainbowmode = false | |
| 4196 | sword = false | |
| 4197 | MAINRUINCOLOR = BrickColor.new"Really red" | |
| 4198 | MAINRUINCOLOR2 = BrickColor.new"Dark blue" | |
| 4199 | newTheme("rbxassetid://166255269",0,1,1.25)
| |
| 4200 | RecolorTextAndRename("ANNIHILATION",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
| |
| 4201 | end | |
| 4202 | if k == "h" and attack == false and ModeOfGlitch ~= 9 then | |
| 4203 | ModeOfGlitch = 9 | |
| 4204 | storehumanoidWS = 300 | |
| 4205 | hum.WalkSpeed = 300 | |
| 4206 | rainbowmode = true | |
| 4207 | sword = false | |
| 4208 | MAINRUINCOLOR = BrickColor.new"White" | |
| 4209 | MAINRUINCOLOR2 = BrickColor.new"White" | |
| 4210 | newTheme("rbxassetid://1425453563",0,1,1.25)
| |
| 4211 | Showoff(0,1.3) | |
| 4212 | RecolorTextAndRename("HOPE",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
| |
| 4213 | end | |
| 4214 | if k == "j" and attack == false and ModeOfGlitch ~= 10 then | |
| 4215 | ModeOfGlitch = 10 | |
| 4216 | storehumanoidWS = 20 | |
| 4217 | hum.WalkSpeed = 20 | |
| 4218 | rainbowmode = false | |
| 4219 | sword = false | |
| 4220 | MAINRUINCOLOR = BrickColor.new"Dark blue" | |
| 4221 | MAINRUINCOLOR2 = BrickColor.new"Royal purple" | |
| 4222 | newTheme("rbxassetid://376565241",0,1,1.25)
| |
| 4223 | Showoff2(0,0.5) | |
| 4224 | RecolorTextAndRename("PARANOIA",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
| |
| 4225 | end | |
| 4226 | if k == "k" and attack == false and ModeOfGlitch ~= 11 then | |
| 4227 | ModeOfGlitch = 11 | |
| 4228 | storehumanoidWS = 20 | |
| 4229 | hum.WalkSpeed = 20 | |
| 4230 | rainbowmode = false | |
| 4231 | sword = false | |
| 4232 | MAINRUINCOLOR = BrickColor.new"Really black" | |
| 4233 | MAINRUINCOLOR2 = BrickColor.new"Really black" | |
| 4234 | newTheme("rbxassetid://435773595",0,1,1.25)
| |
| 4235 | RecolorTextAndRename("SPECTRALIZER",MAINRUINCOLOR2.Color,MAINRUINCOLOR.Color)
| |
| 4236 | end | |
| 4237 | if k == "l" and mutedtog == false then | |
| 4238 | mutedtog = true | |
| 4239 | kan.Volume = 0 | |
| 4240 | elseif k == "l" and mutedtog == true then | |
| 4241 | mutedtog = false | |
| 4242 | kan.Volume = 1.25 | |
| 4243 | end | |
| 4244 | if k == "z" and attack == false and ModeOfGlitch == 2 then | |
| 4245 | Balanced() | |
| 4246 | elseif k == "z" and attack == false and ModeOfGlitch == 3 and swordy == false then | |
| 4247 | Staywey() | |
| 4248 | elseif k == "z" and attack == false and ModeOfGlitch == 1 then | |
| 4249 | BURNYS() | |
| 4250 | elseif k == "z" and attack == false and ModeOfGlitch == 4 then | |
| 4251 | asd421() | |
| 4252 | elseif k == "v" and attack == false and ModeOfGlitch == 7 then | |
| 4253 | heartbeatatmyfeeties() | |
| 4254 | elseif k == "x" and attack == false and ModeOfGlitch == 9 then | |
| 4255 | --hopeburst() | |
| 4256 | end | |
| 4257 | ||
| 4258 | plr.Chatted:connect(function(message) | |
| 4259 | if message:sub(1,3) == "id/" then | |
| 4260 | ORGID = message:sub(4) | |
| 4261 | kan.TimePosition = 0 | |
| 4262 | kan:Play() | |
| 4263 | elseif message:sub(1,6) == "pitch/" then | |
| 4264 | ORPIT = message:sub(7) | |
| 4265 | elseif message:sub(1,4) == "vol/" then | |
| 4266 | ORVOL = message:sub(5) | |
| 4267 | elseif message:sub(1,7) == "skipto/" then | |
| 4268 | kan.TimePosition = message:sub(8) | |
| 4269 | end | |
| 4270 | end) | |
| 4271 | ||
| 4272 | coroutine.resume(coroutine.create(function() | |
| 4273 | while true do | |
| 4274 | swait() | |
| 4275 | if ModeOfGlitch ~= 6 and ModeOfGlitch ~= 9 then | |
| 4276 | for i, v in pairs(gunty:GetChildren()) do | |
| 4277 | if v:IsA("Part") then
| |
| 4278 | v.BrickColor = MAINRUINCOLOR | |
| 4279 | end | |
| 4280 | end | |
| 4281 | for i, v in pairs(gunty2:GetChildren()) do | |
| 4282 | if v:IsA("Part") then
| |
| 4283 | v.BrickColor = MAINRUINCOLOR2 | |
| 4284 | end | |
| 4285 | end | |
| 4286 | for i, v in pairs(glovey:GetChildren()) do | |
| 4287 | if v:IsA("Part") then
| |
| 4288 | v.BrickColor = MAINRUINCOLOR | |
| 4289 | end | |
| 4290 | end | |
| 4291 | elseif ModeOfGlitch == 6 then | |
| 4292 | for i, v in pairs(gunty:GetChildren()) do | |
| 4293 | if v:IsA("Part") then
| |
| 4294 | v.Color = Color3.new(math.random(0,1),0,0) | |
| 4295 | end | |
| 4296 | end | |
| 4297 | for i, v in pairs(gunty2:GetChildren()) do | |
| 4298 | if v:IsA("Part") then
| |
| 4299 | v.Color = Color3.new(math.random(0,1),0,0) | |
| 4300 | end | |
| 4301 | end | |
| 4302 | for i, v in pairs(glovey:GetChildren()) do | |
| 4303 | if v:IsA("Part") then
| |
| 4304 | v.Color = Color3.new(math.random(0,1),0,0) | |
| 4305 | end | |
| 4306 | end | |
| 4307 | ned.TextStrokeColor3 = Color3.new(math.random(0,1),0,0) | |
| 4308 | techc2.ImageColor3 = Color3.new(math.random(0,1),0,0) | |
| 4309 | circl.ImageColor3 = Color3.new(math.random(0,1),0,0) | |
| 4310 | imgl2b.ImageColor3 = Color3.new(math.random(0,1),0,0) | |
| 4311 | imgl2.ImageColor3 = Color3.new(math.random(0,1),0,0) | |
| 4312 | ned.TextColor3 = Color3.new(math.random(0,1),0,0) | |
| 4313 | elseif ModeOfGlitch == 9 then | |
| 4314 | for i, v in pairs(gunty:GetChildren()) do | |
| 4315 | if v:IsA("Part") then
| |
| 4316 | v.Color = Color3.new(r/255,g/255,b/255) | |
| 4317 | end | |
| 4318 | end | |
| 4319 | for i, v in pairs(gunty2:GetChildren()) do | |
| 4320 | if v:IsA("Part") then
| |
| 4321 | v.Color = Color3.new(r/255,g/255,b/255) | |
| 4322 | end | |
| 4323 | end | |
| 4324 | for i, v in pairs(glovey:GetChildren()) do | |
| 4325 | if v:IsA("Part") then
| |
| 4326 | v.Color = Color3.new(r/255,g/255,b/255) | |
| 4327 | end | |
| 4328 | end | |
| 4329 | ned.TextStrokeColor3 = Color3.new(r/500,g/500,b/500) | |
| 4330 | techc2.ImageColor3 = Color3.new(r/500,g/500,b/500) | |
| 4331 | circl.ImageColor3 = Color3.new(r/255,g/255,b/255) | |
| 4332 | imgl2b.ImageColor3 = Color3.new(r/500,g/500,b/500) | |
| 4333 | imgl2.ImageColor3 = Color3.new(r/255,g/255,b/255) | |
| 4334 | ned.TextColor3 = Color3.new(r/255,g/255,b/255) | |
| 4335 | circl2.ImageColor3 = Color3.new(r/255,g/255,b/255) | |
| 4336 | techc.ImageColor3 = Color3.new(r/500,g/500,b/500) | |
| 4337 | end | |
| 4338 | end | |
| 4339 | end)) | |
| 4340 | ||
| 4341 | Humanoid.Name = "EMPHASIS" | |
| 4342 | Humanoid.MaxHealth = math.huge | |
| 4343 | Humanoid.Health = math.huge | |
| 4344 | Instance.new("ForceField",char).Visible = false
| |
| 4345 | ||
| 4346 | ||
| 4347 | idleanim=.4 | |
| 4348 | while true do | |
| 4349 | if mutedtog == false then | |
| 4350 | kan.Volume = ORVOL | |
| 4351 | elseif mutedtog == true then | |
| 4352 | kan.Volume = 0 | |
| 4353 | end | |
| 4354 | kan.PlaybackSpeed = ORPIT | |
| 4355 | kan.Pitch = ORPIT | |
| 4356 | kan.Looped = true | |
| 4357 | kan.Parent = char | |
| 4358 | kan:Resume() | |
| 4359 | techc.Rotation = techc.Rotation + 1 | |
| 4360 | circl.Rotation = circl.Rotation - kan.PlaybackLoudness/100 - 1 | |
| 4361 | circl2.Rotation = circl2.Rotation + kan.PlaybackLoudness/75 + 1 | |
| 4362 | imgl2.Rotation = imgl2.Rotation - kan.PlaybackLoudness/75 + 1 | |
| 4363 | techc2.Rotation = techc2.Rotation + kan.PlaybackLoudness/50 - 1 | |
| 4364 | --mdir.Position = UDim2.new(-0.414, 0, 0.918 + 0.005 * math.cos(sine / 35), 0) | |
| 4365 | --mdir.Rotation = 0 - 1 * math.cos(sine / 25) | |
| 4366 | ned.Rotation = 0 - 2 * math.cos(sine / 32) | |
| 4367 | ned.Position = UDim2.new(0.7,0 - 10 * math.cos(sine / 32),0.8,0 - 10 * math.cos(sine / 45)) | |
| 4368 | CameraManager() | |
| 4369 | swait() | |
| 4370 | modet.Text = ned.Text | |
| 4371 | modet.Rotation = -7 * math.cos(sine / 32) | |
| 4372 | modet.TextColor3 = ned.TextColor3 | |
| 4373 | modet.TextStrokeColor3 = ned.TextStrokeColor3 | |
| 4374 | --------------- Visualiser Zone | |
| 4375 | if ModeOfGlitch == 11 then | |
| 4376 | modet.TextColor3 = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000) | |
| 4377 | for i, v in pairs(glovey:GetChildren()) do | |
| 4378 | if v:IsA("Part") then
| |
| 4379 | v.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000) | |
| 4380 | end | |
| 4381 | end | |
| 4382 | for i, v in pairs(gunty:GetChildren()) do | |
| 4383 | if v:IsA("Part") then
| |
| 4384 | v.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000) | |
| 4385 | end | |
| 4386 | end | |
| 4387 | for i, v in pairs(gunty2:GetChildren()) do | |
| 4388 | if v:IsA("Part") then
| |
| 4389 | v.Color = Color3.new(kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000,kan.PlaybackLoudness/1000) | |
| 4390 | v.Material = "Neon" | |
| 4391 | end | |
| 4392 | end | |
| 4393 | end | |
| 4394 | --------------- | |
| 4395 | sine = sine + change | |
| 4396 | local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude | |
| 4397 | local velderp=RootPart.Velocity.y | |
| 4398 | hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character) | |
| 4399 | coroutine.resume(coroutine.create(function() | |
| 4400 | if hitfloor ~= nil then | |
| 4401 | if ModeOfGlitch ~= 2 and ModeOfGlitch ~= 7 and ModeOfGlitch ~= 5 then | |
| 4402 | sphereMK(10,math.random(10,25)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-5,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),0.25,0.25,8,0,MAINRUINCOLOR,0) | |
| 4403 | sphereMK(10,math.random(10,25)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-5,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),0.25,0.25,8,0,MAINRUINCOLOR2,0) | |
| 4404 | elseif ModeOfGlitch == 2 then | |
| 4405 | sphereMK(10,math.random(10,25)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-5,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),0.5,0.5,0.5,0,MAINRUINCOLOR,0) | |
| 4406 | sphereMK(10,math.random(10,25)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-5,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),0.5,0.5,0.5,0,MAINRUINCOLOR2,0) | |
| 4407 | swait(1) | |
| 4408 | rotperm = rotperm + kan.PlaybackLoudness/100 - 0.5 | |
| 4409 | sphere2(8,"Add",root.CFrame*CFrame.Angles(math.rad(rotperm),math.rad(rotperm),0)*CFrame.new(0,0,5),vt(1,1,1),-0.005,-0.005,-0.005,MAINRUINCOLOR) | |
| 4410 | sphere2(8,"Add",root.CFrame*CFrame.Angles(math.rad(0 + rotperm),math.rad(180 + rotperm),0)*CFrame.new(0,0,5),vt(1,1,1),-0.005,-0.005,-0.005,MAINRUINCOLOR) | |
| 4411 | sphere2(10,"Add",root.CFrame*CFrame.new(0,-3,0),vt(1,1,1),0.1,0.01,0.1,BrickColor.new("Toothpaste"),Color3.new(0,1,1))
| |
| 4412 | elseif ModeOfGlitch == 5 then | |
| 4413 | sphereMK(10,math.random(10,25)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-5,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),0.25,0.25,8,0,MAINRUINCOLOR,0) | |
| 4414 | sphereMK(10,math.random(10,25)/45,"Add",root.CFrame*CFrame.new(math.random(-20,20),-5,math.random(-20,20))*CFrame.Angles(math.rad(90 + math.random(-5,5)),math.rad(math.random(-5,5)),math.rad(math.random(-5,5))),0.25,0.25,8,0,MAINRUINCOLOR2,0) | |
| 4415 | waveEff(20,"Add","In",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(0,math.rad(math.random(-360,360)),0),vt(15,0.25,15),-0.075,0.05,BrickColor.new("White"))
| |
| 4416 | slash(math.random(50,100)/10,5,true,"Round","Add","Out",root.CFrame*CFrame.new(0,-3,0)*CFrame.Angles(math.rad(math.random(-5,5)),math.rad(math.random(-360,360)),math.rad(math.random(-5,5))),vt(0.01,0.01,0.01),math.random(5,100)/250,BrickColor.new("White"))
| |
| 4417 | elseif ModeOfGlitch == 7 then | |
| 4418 | sphereMK(10,math.random(15,45)/45,"Add",root.CFrame*CFrame.new(math.random(-50,50),-40,math.random(-50,50))*CFrame.Angles(math.rad(90 + math.random(-10,10)),math.rad(math.random(-10,10)),math.rad(math.random(-10,10))),1,1,60,-0.01,MAINRUINCOLOR,0) | |
| 4419 | end | |
| 4420 | end | |
| 4421 | end)) | |
| 4422 | if equipped==true or equipped==false then | |
| 4423 | if attack==false then | |
| 4424 | idle=idle+1 | |
| 4425 | else | |
| 4426 | idle=0 | |
| 4427 | end | |
| 4428 | if idle>=500 then | |
| 4429 | if attack==false then | |
| 4430 | --Sheath() | |
| 4431 | end | |
| 4432 | end | |
| 4433 | if RootPart.Velocity.y > 1 and hitfloor==nil then | |
| 4434 | Anim="Jump" | |
| 4435 | if attack==false then | |
| 4436 | RH.C0=clerp(RH.C0,cf(1,-0.35 - 0.05 * math.cos(sine / 25),-0.75)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-20)),.1) | |
| 4437 | LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(20)),.1) | |
| 4438 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 25))*angles(math.rad(-10),math.rad(0),math.rad(0)),.1) | |
| 4439 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-2.5),math.rad(0),math.rad(0)),.1) | |
| 4440 | RW.C0=clerp(RW.C0,cf(1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-5),math.rad(0),math.rad(25)),.1) | |
| 4441 | LW.C0=clerp(LW.C0,cf(-1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-5),math.rad(0),math.rad(-25)),.1) | |
| 4442 | end | |
| 4443 | elseif RootPart.Velocity.y < -1 and hitfloor==nil then | |
| 4444 | Anim="Fall" | |
| 4445 | if attack==false then | |
| 4446 | RH.C0=clerp(RH.C0,cf(1,-0.35 - 0.05 * math.cos(sine / 25),-0.75)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-20)),.1) | |
| 4447 | LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 25),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(20)),.1) | |
| 4448 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 25))*angles(math.rad(10),math.rad(0),math.rad(0)),.1) | |
| 4449 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(2.5),math.rad(0),math.rad(0)),.1) | |
| 4450 | RW.C0=clerp(RW.C0,cf(1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-15),math.rad(0),math.rad(55)),.1) | |
| 4451 | LW.C0=clerp(LW.C0,cf(-1.45,0.5 + 0.1 * math.cos(sine / 25),0)*angles(math.rad(-15),math.rad(0),math.rad(-55)),.1) | |
| 4452 | end | |
| 4453 | elseif torvel<1 and hitfloor~=nil then | |
| 4454 | Anim="Idle" | |
| 4455 | if attack==false then | |
| 4456 | if ModeOfGlitch == 1 then | |
| 4457 | local snapp = math.random(1,25) | |
| 4458 | if snapp == 5 then | |
| 4459 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20 - math.random(1,40)),math.rad(0 - math.random(1,40)),math.rad(-30 + math.random(1,40))),.1) | |
| 4460 | end | |
| 4461 | RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) | |
| 4462 | LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) | |
| 4463 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 28))*angles(math.rad(0 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1) | |
| 4464 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(-30)),.1) | |
| 4465 | RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(180),math.rad(0),math.rad(-20)),.1) | |
| 4466 | LW.C0=clerp(LW.C0,cf(-1.,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(10),math.rad(0),math.rad(20)),.1) | |
| 4467 | elseif ModeOfGlitch == 2 then | |
| 4468 | RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 7 * math.cos(sine / 56))),.1) | |
| 4469 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1) | |
| 4470 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),2 + 0.45 * math.cos(sine / 18))*angles(math.rad(0 - 2 * math.cos(sine / 18)),math.rad(0),math.rad(0)),.1) | |
| 4471 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(0 + 2 * math.cos(sine / 53))),.1) | |
| 4472 | RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(40 - 5 * math.cos(sine/28))),.1) | |
| 4473 | LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(-40 + 5 * math.cos(sine/28))),.1) | |
| 4474 | elseif ModeOfGlitch == 3 then | |
| 4475 | RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(-10),math.rad(100),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) | |
| 4476 | LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) | |
| 4477 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 28))*angles(math.rad(0 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1) | |
| 4478 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(20 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(0)),.1) | |
| 4479 | RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(20)),.1) | |
| 4480 | LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(-20)),.1) | |
| 4481 | elseif ModeOfGlitch == 5 then -- Visualality | |
| 4482 | RH.C0=clerp(RH.C0,cf(1,-0.4,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(-10 - 7 * math.cos(sine / 56))),.1) | |
| 4483 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-3),math.rad(0 - 1 * math.cos(sine / 56)),math.rad(10 + 3 * math.cos(sine / 52))),.1) | |
| 4484 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 32),2 + 0.45 * math.cos(sine / 18))*angles(math.rad(0 - 2 * math.cos(sine / 18)),math.rad(0),math.rad(90)),.1) | |
| 4485 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(13 - 2 * math.cos(sine / 37)),math.rad(0 + 1 * math.cos(sine / 58)),math.rad(-90 + 2 * math.cos(sine / 53))),.1) | |
| 4486 | LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(-200 + 1 * math.cos(sine/28))),.1) | |
| 4487 | RW.C0=clerp(RW.C0,cf(1,0.35 + 0.025 * math.cos(sine / 45),-0.5)*angles(math.rad(62 + 6 * math.cos(sine / 72)),math.rad(3 - 2 * math.cos(sine / 58)),math.rad(-82 + 2 * math.cos(sine / 45))),.1) | |
| 4488 | elseif ModeOfGlitch == 4 then | |
| 4489 | local snappt = math.random(1,10) | |
| 4490 | if snappt == 5 then | |
| 4491 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0 - math.random(1,40)),math.rad(0 - math.random(1,40)),math.rad(0 + math.random(1,40))),.1) | |
| 4492 | end | |
| 4493 | sphere2(8,"Add",larm.CFrame*CFrame.new(0,-1,0)*CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))),vt(1,1,1),-0.005,0.005,-0.005,BrickColor.new("Lime green"),Color3.new(0,1,0))
| |
| 4494 | RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) | |
| 4495 | LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) | |
| 4496 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 28))*angles(math.rad(0 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1) | |
| 4497 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(0)),.1) | |
| 4498 | RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(20)),.1) | |
| 4499 | LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.1) | |
| 4500 | elseif ModeOfGlitch == 6 then | |
| 4501 | RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(30),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) | |
| 4502 | LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28),0)*angles(math.rad(30),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) | |
| 4503 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 28))*angles(math.rad(30 - 1 * math.cos(sine / 34)),math.rad(0),math.rad(0)),.1) | |
| 4504 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0 - 2.5 * math.cos(sine / 28)),math.rad(0),math.rad(-30)),.1) | |
| 4505 | RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(30),math.rad(0),math.rad(0)),.1) | |
| 4506 | LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(30),math.rad(0),math.rad(0)),.1) | |
| 4507 | elseif ModeOfGlitch == 7 then | |
| 4508 | RH.C0 = clerp(RH.C0, cf(1, -1 + 0.01 * math.cos(sine / 32), 0) * angles(math.rad(-5 - 0.1 * math.cos(sine / 32)), math.rad(90 + 12.5 * math.cos(sine / 52)), math.rad(0 + .25 * math.cos(sine / 25))), 0.1) | |
| 4509 | LH.C0 = clerp(LH.C0, cf(-1, -1 + 0.01 * math.cos(sine / 32), 0) * angles(math.rad(-10 - 0.1 * math.cos(sine / 32)), math.rad(-90 - 12.5 * math.cos(sine / 52)), math.rad(0 - .25 * math.cos(sine / 25))), 0.1) | |
| 4510 | RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 2 + 2 * math.cos(sine / 52)) * angles(math.rad(-79 + 2 * math.cos(sine / 32)), math.rad(0), math.rad(0)), 0.1) | |
| 4511 | Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(25 - 0.1 * math.cos(sine / 32)), math.rad(0 - 0.1 * math.cos(sine / 0.25)), math.rad(-20 - 0.1 * math.cos(sine / 0.465))), 0.1) | |
| 4512 | RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(190 + 12.5 * math.cos(sine / 52)), math.rad(20 + 2.5 * math.cos(sine / 25)), math.rad(30 + 2.5 * math.cos(sine / 25))), 0.1) | |
| 4513 | LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(190 + 12.5 * math.cos(sine / 52)), math.rad(-20 + -2.5 * math.cos(sine / 25)), math.rad(-25 + -2.5 * math.cos(sine / 25))), 0.1) | |
| 4514 | elseif ModeOfGlitch == 8 then | |
| 4515 | RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0* Player_Size, 0* Player_Size, -0.1 + 0.05* Player_Size * math.cos(sine / 18)) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.08) | |
| 4516 | Torso.Neck.C0 = clerp(Torso.Neck.C0, necko* cf(0, 0, 0 + ((1* Player_Size) - 1)) * angles(math.rad(15 - 4.5 * math.sin(sine / 18)), math.rad(15 - 4.5 * math.sin(sine / 18)), math.rad(5 - 20 * math.sin(sine / 18))), 0.08) | |
| 4517 | RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.2 * math.cos(sine / 18),0)*angles(math.rad(0),math.rad(0),math.rad(5 + 8 * math.sin(sine/18))),.1) | |
| 4518 | LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.2 * math.cos(sine / 18),0)*angles(math.rad(0),math.rad(0),math.rad(-5 - 8 * math.sin(sine/18))),.1) | |
| 4519 | RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 18),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) | |
| 4520 | LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 18),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 1 * math.cos(sine / 34))),.1) | |
| 4521 | elseif ModeOfGlitch == 9 then | |
| 4522 | RH.C0 = clerp(RH.C0, cf(1, -0.7 - 0.05 * math.cos(sine / 28), -0.2) * angles(math.rad(-5), math.rad(90), math.rad(0)) * angles(math.rad(-5), math.rad(0), math.rad(0 + .01 * math.cos(sine / 34))), 0.1) | |
| 4523 | LH.C0 = clerp(LH.C0, cf(-1, -0.2 - 0.05 * math.cos(sine / 28), -0.4) * angles(math.rad(-15), math.rad(-90), math.rad(0)) * angles(math.rad(-2.5), math.rad(0), math.rad(0 + 0.01 * math.cos(sine / 34))), 0.1) | |
| 4524 | RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 2 + 0.3 * math.cos(sine / 28)) * angles(math.rad(0 - 1 * math.cos(sine / 34)), math.rad(0), math.rad(-35)), 0.1) | |
| 4525 | Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(15 - 2.5 * math.cos(sine / 28)), math.rad(0), math.rad(25)), 0.1) | |
| 4526 | RW.C0 = clerp(RW.C0, cf(1, 0.5 + 0.01 * math.cos(sine / 28), -0.4) * angles(math.rad(0 - 1 * math.cos(sine / 34)), math.rad(0), math.rad(-10 - 2.5 * math.cos(sine / 28))), 0.1) | |
| 4527 | LW.C0 = clerp(LW.C0, cf(-1.2, 0.5 + 0.01 * math.cos(sine / 28), 0) * angles(math.rad(45 - 1 * math.cos(sine / 34)), math.rad(0), math.rad(-90 + 2.5 * math.cos(sine / 28))), 0.1) | |
| 4528 | elseif ModeOfGlitch == 10 then | |
| 4529 | RH.C0 = clerp(RH.C0, cf(1, -0.2 - 0.025 * math.cos(sine / 32), -0.75) * angles(math.rad(-25), math.rad(90), math.rad(0)), 0.1) | |
| 4530 | LH.C0 = clerp(LH.C0, cf(-1, -1 - 0.025 * math.cos(sine / 32), 0) * angles(math.rad(-25), math.rad(-90), math.rad(0)), 0.1) | |
| 4531 | RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0 + 0.025 * math.cos(sine / 32)) * angles(math.rad(-20 + 0.5 * math.cos(sine / 32)), math.rad(0), math.rad(0 - 5 * math.cos(sine / 0.5658))), 0.1)--rootjoint | |
| 4532 | Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(30 - 5 * math.cos(sine / 0.5265)), math.rad(0 - 5 * math.cos(sine / 0.25)), math.rad(0 - 5 * math.cos(sine / 0.465))), 0.1) | |
| 4533 | RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(96 + 2.5 * math.cos(sine / 0.252)), math.rad(0 + 2.5 * math.cos(sine / 0.123)), math.rad(-35 + 2.5 * math.cos(sine / 0.6))), 0.1) | |
| 4534 | LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(132 + 2.5 * math.cos(sine / 0.568)), math.rad(0 + 2.5 * math.cos(sine / 0.664)), math.rad(45 + 2.5 * math.cos(sine / 0.23))), 0.1) | |
| 4535 | elseif ModeOfGlitch == 11 then | |
| 4536 | RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 28) - kan.PlaybackLoudness/5000,-0.1)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(-20),math.rad(0 - 2 * math.cos(sine / 56) + kan.PlaybackLoudness/450)),.4) | |
| 4537 | LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 28) + kan.PlaybackLoudness/6500,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(5),math.rad(0 + 2 * math.cos(sine / 56) + kan.PlaybackLoudness/500)),.4) | |
| 4538 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0 + 0.02 * math.cos(sine / 56) ,0 + 0.05 * math.cos(sine / 28) - kan.PlaybackLoudness/7000)*angles(math.rad(0 - 2 * math.cos(sine / 56)),math.rad(0),math.rad(30)),.4) | |
| 4539 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(10 + 2 * math.cos(sine / 28) - kan.PlaybackLoudness/60),math.rad(0 + 2 * math.cos(sine / 73)),math.rad(-30)),.4) | |
| 4540 | RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.02 * math.cos(sine / 28),0)*angles(math.rad(140 + 5 * math.cos(sine / 34) - kan.PlaybackLoudness/7.5),math.rad(0),math.rad(28 - 2 * math.cos(sine / 38))),.4) | |
| 4541 | LW.C0=clerp(LW.C0,cf(-1.2,0.5 + 0.05 * math.cos(sine / 28),0.3)*angles(math.rad(-30),math.rad(0),math.rad(20)),.1) | |
| 4542 | ||
| 4543 | end | |
| 4544 | end | |
| 4545 | elseif torvel>2 and torvel<22 and hitfloor~=nil then | |
| 4546 | Anim="Walk" | |
| 4547 | if attack==false then | |
| 4548 | if ModeOfGlitch ~= 1 and ModeOfGlitch ~= 6 then | |
| 4549 | RH.C0=clerp(RH.C0,cf(1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 35 * math.cos(sine / 8))),.1) | |
| 4550 | LH.C0=clerp(LH.C0,cf(-1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 35 * math.cos(sine / 8))),.1) | |
| 4551 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.05,-0.05 - 0.05 * math.cos(sine / 4))*angles(math.rad(5 + 3 * math.cos(sine / 4)),math.rad(0),math.rad(0 - root.RotVelocity.Y - 5 * math.cos(sine / 8))),.1) | |
| 4552 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(7 - 5 * math.cos(sine / 60)),math.rad(0),math.rad(0 - hed.RotVelocity.Y*2.5 + 5 * math.cos(sine / 8))),.1) | |
| 4553 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0 + 0.25 * math.cos(sine / 8))*angles(math.rad(0 - 50 * math.cos(sine / 8)),math.rad(0),math.rad(10 - 5 * math.cos(sine / 4))),.1) | |
| 4554 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0 - 0.25 * math.cos(sine / 8))*angles(math.rad(0 + 50 * math.cos(sine / 8)),math.rad(0),math.rad(-10 + 15 * math.cos(sine / 4))),.1) | |
| 4555 | elseif ModeOfGlitch == 1 then | |
| 4556 | RH.C0=clerp(RH.C0,cf(1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 35 * math.cos(sine / 8))),.1) | |
| 4557 | LH.C0=clerp(LH.C0,cf(-1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 35 * math.cos(sine / 8))),.1) | |
| 4558 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.05,-0.05 - 0.05 * math.cos(sine / 4))*angles(math.rad(5 + 3 * math.cos(sine / 4)),math.rad(0),math.rad(0 - root.RotVelocity.Y - 5 * math.cos(sine / 8))),.1) | |
| 4559 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(7 - 5 * math.cos(sine / 60)),math.rad(0),math.rad(0 - hed.RotVelocity.Y*2.5 + 5 * math.cos(sine / 8))),.1) | |
| 4560 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(180),math.rad(0),math.rad(-20)),.1) | |
| 4561 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0 - 0.25 * math.cos(sine / 8))*angles(math.rad(0 + 50 * math.cos(sine / 8)),math.rad(0),math.rad(-10 + 15 * math.cos(sine / 4))),.1) | |
| 4562 | elseif ModeOfGlitch == 6 then | |
| 4563 | RH.C0=clerp(RH.C0,cf(1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(30),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 35 * math.cos(sine / 8))),.1) | |
| 4564 | LH.C0=clerp(LH.C0,cf(-1,-1 + 0.05 * math.cos(sine / 4),0)*angles(math.rad(30),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0 + 5 * math.cos(sine / 8)),math.rad(0 + 35 * math.cos(sine / 8))),.1) | |
| 4565 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.05,-0.05 - 0.05 * math.cos(sine / 4))*angles(math.rad(30 + 3 * math.cos(sine / 4)),math.rad(0),math.rad(0 - root.RotVelocity.Y - 5 * math.cos(sine / 8))),.1) | |
| 4566 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(7 - 5 * math.cos(sine / 60)),math.rad(0),math.rad(0 - hed.RotVelocity.Y*2.5 + 5 * math.cos(sine / 8))),.1) | |
| 4567 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0 + 0.25 * math.cos(sine / 8))*angles(math.rad(30 - 50 * math.cos(sine / 8)),math.rad(0),math.rad(10 - 5 * math.cos(sine / 4))),.1) | |
| 4568 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0 - 0.25 * math.cos(sine / 8))*angles(math.rad(30 + 50 * math.cos(sine / 8)),math.rad(0),math.rad(-10 + 15 * math.cos(sine / 4))),.1) | |
| 4569 | end | |
| 4570 | end | |
| 4571 | elseif torvel>=22 and hitfloor~=nil then | |
| 4572 | Anim="Run" | |
| 4573 | if attack==false then | |
| 4574 | if ModeOfGlitch ~= 2 and ModeOfGlitch ~= 5 and ModeOfGlitch ~= 7 and ModeOfGlitch ~= 9 then | |
| 4575 | RH.C0=clerp(RH.C0,cf(1,-1 - 0.15 * math.cos(sine / 3),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 95 * math.cos(sine / 6))),.1) | |
| 4576 | LH.C0=clerp(LH.C0,cf(-1,-1 - 0.15 * math.cos(sine / 3),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 95 * math.cos(sine / 6))),.1) | |
| 4577 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-0.3,-0.05 + 0.15 * math.cos(sine / 3))*angles(math.rad(25 - 4 * math.cos(sine / 3)),math.rad(0 + root.RotVelocity.Y*1.5),math.rad(0 - root.RotVelocity.Y - 1 * math.cos(sine / 6))),.1) | |
| 4578 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-6 + 2 * math.cos(sine / 3)),math.rad(0 + root.RotVelocity.Y*1.5),math.rad(0 - hed.RotVelocity.Y*1.5 + 1 * math.cos(sine / 6))),.1) | |
| 4579 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0.3)*angles(math.rad(-50 + 10 * math.cos(sine / 3)),math.rad(-10),math.rad(7 + 5 * math.cos(sine / 6))),.1) | |
| 4580 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0.3)*angles(math.rad(-50 + 10 * math.cos(sine / 3)),math.rad(10),math.rad(-7 - 5 * math.cos(sine / 6))),.1) | |
| 4581 | elseif ModeOfGlitch == 2 or ModeOfGlitch == 5 or ModeOfGlitch == 9 then | |
| 4582 | RH.C0=clerp(RH.C0,cf(1,-0.5,-0.6)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(1.5),math.rad(0),math.rad(-20 - 5 * math.cos(sine / 34))),.2) | |
| 4583 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(1),math.rad(0),math.rad(20 + 2 * math.cos(sine / 38))),.2) | |
| 4584 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 - 0.15 * math.cos(sine / 47),-0.5,0.5 + 0.1 * math.cos(sine / 28))*angles(math.rad(70),math.rad(0 - root.RotVelocity.Y),math.rad(0 - root.RotVelocity.Y *4.5 + 3 * math.cos(sine / 47))),.2) | |
| 4585 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-17 - 5 * math.cos(sine / 52)),math.rad(0 - 3 * math.cos(sine / 37)),math.rad(0 + 2 * math.cos(sine / 78))),.2) | |
| 4586 | RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(-8 - 4 * math.cos(sine / 59)),math.rad(-20 + 7 * math.cos(sine / 62)),math.rad(20 + 5 * math.cos(sine / 50))),.2) | |
| 4587 | LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(-8 - 3 * math.cos(sine / 55)),math.rad(20 + 8 * math.cos(sine / 67)),math.rad(-20 - 4 * math.cos(sine / 29))),.2) | |
| 4588 | elseif ModeOfGlitch == 7 then | |
| 4589 | RH.C0=clerp(RH.C0,cf(1,-0.5,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(1.5),math.rad(0),math.rad(-20 - 5 * math.cos(sine / 34))),.2) | |
| 4590 | LH.C0=clerp(LH.C0,cf(-1,-0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(1),math.rad(0),math.rad(20 + 2 * math.cos(sine / 38))),.2) | |
| 4591 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0 - 0.15 * math.cos(sine / 47),-0.5, 2 + 2 * math.cos(sine / 52))*angles(math.rad(60),math.rad(0 - root.RotVelocity.Y),math.rad(0 - root.RotVelocity.Y *4.5 + 3 * math.cos(sine / 47))),.2) | |
| 4592 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-17 - 5 * math.cos(sine / 52)),math.rad(0 - 3 * math.cos(sine / 37)),math.rad(0 + 2 * math.cos(sine / 78))),.2) | |
| 4593 | RW.C0=clerp(RW.C0,cf(1.5,0.5 + 0.05 * math.cos(sine / 28),0)*angles(math.rad(-8 - 4 * math.cos(sine / 59)),math.rad(-50 + 7 * math.cos(sine / 62)),math.rad(20 + 5 * math.cos(sine / 50))),.2) | |
| 4594 | LW.C0=clerp(LW.C0,cf(-1.5,0.5 + 0.1 * math.cos(sine / 28),0)*angles(math.rad(-8 - 3 * math.cos(sine / 55)),math.rad(50 + 8 * math.cos(sine / 67)),math.rad(-20 - 4 * math.cos(sine / 29))),.2) | |
| 4595 | ||
| 4596 | end | |
| 4597 | end | |
| 4598 | end | |
| 4599 | end | |
| 4600 | end |