SHOW:
|
|
- or go back to the newest paste.
| 1 | -- This script has been converted to FE by iPxter | |
| 2 | ||
| 3 | ||
| 4 | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
| |
| 5 | local Player,Mouse,mouse,UserInputService,ContextActionService = owner | |
| 6 | do | |
| 7 | print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
| |
| 8 | script.Parent = Player.Character | |
| 9 | ||
| 10 | --RemoteEvent for communicating | |
| 11 | local Event = Instance.new("RemoteEvent")
| |
| 12 | Event.Name = "UserInput_Event" | |
| 13 | ||
| 14 | --Fake event to make stuff like Mouse.KeyDown work | |
| 15 | local function fakeEvent() | |
| 16 | local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
| |
| 17 | t.connect = t.Connect | |
| 18 | return t | |
| 19 | end | |
| 20 | ||
| 21 | --Creating fake input objects with fake variables | |
| 22 | local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
| |
| 23 | local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
| |
| 24 | local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
| |
| 25 | CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
| |
| 26 | end} | |
| 27 | --Merged 2 functions into one by checking amount of arguments | |
| 28 | CAS.UnbindAction = CAS.BindAction | |
| 29 | ||
| 30 | --This function will trigger the events that have been :Connect()'ed | |
| 31 | local function te(self,ev,...) | |
| 32 | local t = m[ev] | |
| 33 | if t and t._fakeEvent and t.Function then | |
| 34 | t.Function(...) | |
| 35 | end | |
| 36 | end | |
| 37 | m.TrigEvent = te | |
| 38 | UIS.TrigEvent = te | |
| 39 | ||
| 40 | Event.OnServerEvent:Connect(function(plr,io) | |
| 41 | if plr~=Player then return end | |
| 42 | if io.isMouse then | |
| 43 | m.Target = io.Target | |
| 44 | m.Hit = io.Hit | |
| 45 | else | |
| 46 | local b = io.UserInputState == Enum.UserInputState.Begin | |
| 47 | if io.UserInputType == Enum.UserInputType.MouseButton1 then | |
| 48 | return m:TrigEvent(b and "Button1Down" or "Button1Up") | |
| 49 | end | |
| 50 | for _,t in pairs(CAS.Actions) do | |
| 51 | for _,k in pairs(t.Keys) do | |
| 52 | if k==io.KeyCode then | |
| 53 | t.Function(t.Name,io.UserInputState,io) | |
| 54 | end | |
| 55 | end | |
| 56 | end | |
| 57 | m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower()) | |
| 58 | UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false) | |
| 59 | end | |
| 60 | end) | |
| 61 | Event.Parent = NLS([==[ | |
| 62 | local Player = game:GetService("Players").LocalPlayer
| |
| 63 | local Event = script:WaitForChild("UserInput_Event")
| |
| 64 | ||
| 65 | local UIS = game:GetService("UserInputService")
| |
| 66 | local input = function(io,a) | |
| 67 | if a then return end | |
| 68 | --Since InputObject is a client-side instance, we create and pass table instead | |
| 69 | Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
| |
| 70 | end | |
| 71 | UIS.InputBegan:Connect(input) | |
| 72 | UIS.InputEnded:Connect(input) | |
| 73 | ||
| 74 | local Mouse = Player:GetMouse() | |
| 75 | local h,t | |
| 76 | --Give the server mouse data 30 times every second, but only if the values changed | |
| 77 | --If player is not moving their mouse, client won't fire events | |
| 78 | while wait(1/30) do | |
| 79 | if h~=Mouse.Hit or t~=Mouse.Target then | |
| 80 | h,t=Mouse.Hit,Mouse.Target | |
| 81 | Event:FireServer({isMouse=true,Target=t,Hit=h})
| |
| 82 | end | |
| 83 | end]==],Player.Character) | |
| 84 | Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS | |
| 85 | end | |
| 86 | ||
| 87 | m = owner | |
| 88 | char = m.Character | |
| 89 | local txt = Instance.new("BillboardGui", char)
| |
| 90 | txt.Adornee = char.Head | |
| 91 | txt.Name = "_status" | |
| 92 | txt.Size = UDim2.new(2, 0, 1.2, 0) | |
| 93 | txt.StudsOffset = Vector3.new(-9, 8, 0) | |
| 94 | local text = Instance.new("TextLabel", txt)
| |
| 95 | text.Size = UDim2.new(10, 0, 7, 0) | |
| 96 | text.FontSize = "Size24" | |
| 97 | text.TextScaled = true | |
| 98 | text.TextTransparency = 0 | |
| 99 | text.BackgroundTransparency = 1 | |
| 100 | text.TextTransparency = 0 | |
| 101 | text.TextStrokeTransparency = 0 | |
| 102 | text.Font = "Bodoni" | |
| 103 | text.TextStrokeColor3 = Color3.new(0, 0, 0) | |
| 104 | v = Instance.new("Part")
| |
| 105 | v.Name = "ColorBrick" | |
| 106 | v.Parent = m.Character | |
| 107 | v.FormFactor = "Symmetric" | |
| 108 | v.Anchored = true | |
| 109 | v.CanCollide = false | |
| 110 | v.BottomSurface = "Smooth" | |
| 111 | v.TopSurface = "Smooth" | |
| 112 | v.Size = Vector3.new(10, 5, 3) | |
| 113 | v.Transparency = 1 | |
| 114 | v.CFrame = char.Torso.CFrame | |
| 115 | v.BrickColor = BrickColor.new("Really black")
| |
| 116 | v.Transparency = 1 | |
| 117 | v.Shape = "Block" | |
| 118 | spawn(function() | |
| 119 | local TweenService = game:GetService("TweenService")
| |
| 120 | local Colours = {Color3.fromRGB(255,0,0),Color3.fromRGB(255,128,0),Color3.fromRGB(255,255,0),Color3.fromRGB(0,255,0),Color3.fromRGB(0,255,255),Color3.fromRGB(0,0,255),Color3.fromRGB(191,0,255),Color3.fromRGB(255,0,191)}
| |
| 121 | local Int = 0 | |
| 122 | while wait(0.5) do | |
| 123 | if Int == #Colours then Int = 0 end | |
| 124 | Int = Int+1 | |
| 125 | TweenService:Create(text,TweenInfo.new(1),{TextColor3 = Colours[Int]}):Play()
| |
| 126 | end | |
| 127 | end) | |
| 128 | text.Text = "Ya Liek Jazz?" | |
| 129 | ||
| 130 | local s = Instance.new("Sound",char)
| |
| 131 | s.Name = "BGMusic" | |
| 132 | s.SoundId = "rbxassetid://600098105" | |
| 133 | s.Pitch = 1 | |
| 134 | s.Volume = 100 | |
| 135 | - | s.Looped = true |
| 135 | + | s.Looped = false |
| 136 | s.archivable = false | |
| 137 | s.Parent = char.Head | |
| 138 | wait(0.1) | |
| 139 | s:play() | |
| 140 | local s = Instance.new("Sound",char)
| |
| 141 | s.Name = "BGMusic" | |
| 142 | s.SoundId = "rbxassetid://600098105" | |
| 143 | s.Pitch = 1 | |
| 144 | s.Volume = 100 | |
| 145 | - | s.Looped = true |
| 145 | + | s.Looped = false |
| 146 | s.archivable = false | |
| 147 | s.Parent = char.Head | |
| 148 | wait(0.1) | |
| 149 | s:play() | |
| 150 | local s = Instance.new("Sound",char)
| |
| 151 | s.Name = "BGMusic" | |
| 152 | s.SoundId = "rbxassetid://600098105" | |
| 153 | s.Pitch = 1 | |
| 154 | s.Volume = 100 | |
| 155 | - | s.Looped = true |
| 155 | + | s.Looped = false |
| 156 | s.archivable = false | |
| 157 | s.Parent = char.Head | |
| 158 | wait(0.1) | |
| 159 | s:play() | |
| 160 | local s = Instance.new("Sound",char)
| |
| 161 | s.Name = "BGMusic" | |
| 162 | s.SoundId = "rbxassetid://600098105" | |
| 163 | s.Pitch = 1 | |
| 164 | s.Volume = 100 | |
| 165 | - | s.Looped = true |
| 165 | + | s.Looped = false |
| 166 | s.archivable = false | |
| 167 | s.Parent = char.Head | |
| 168 | wait(0.1) | |
| 169 | s:play() | |
| 170 | local s = Instance.new("Sound",char)
| |
| 171 | s.Name = "BGMusic" | |
| 172 | s.SoundId = "rbxassetid://600098105" | |
| 173 | s.Pitch = 1 | |
| 174 | s.Volume = 100 | |
| 175 | - | s.Looped = true |
| 175 | + | s.Looped = false |
| 176 | s.archivable = false | |
| 177 | s.Parent = char.Head | |
| 178 | wait(0.1) | |
| 179 | s:play() | |
| 180 | local s = Instance.new("Sound",char)
| |
| 181 | s.Name = "BGMusic" | |
| 182 | s.SoundId = "rbxassetid://600098105" | |
| 183 | s.Pitch = 1 | |
| 184 | s.Volume = 100 | |
| 185 | - | s.Looped = true |
| 185 | + | s.Looped = false |
| 186 | s.archivable = false | |
| 187 | s.Parent = char.Head | |
| 188 | wait(0.1) | |
| 189 | s:play() | |
| 190 | local s = Instance.new("Sound",char)
| |
| 191 | s.Name = "BGMusic" | |
| 192 | s.SoundId = "rbxassetid://600098105" | |
| 193 | s.Pitch = 1 | |
| 194 | s.Volume = 100 | |
| 195 | - | s.Looped = true |
| 195 | + | s.Looped = false |
| 196 | s.archivable = false | |
| 197 | s.Parent = char.Head | |
| 198 | wait(0.1) | |
| 199 | s:play() | |
| 200 | local s = Instance.new("Sound",char)
| |
| 201 | s.Name = "BGMusic" | |
| 202 | s.SoundId = "rbxassetid://600098105" | |
| 203 | s.Pitch = 1 | |
| 204 | s.Volume = 100 | |
| 205 | - | s.Looped = true |
| 205 | + | s.Looped = false |
| 206 | s.archivable = false | |
| 207 | s.Parent = char.Head | |
| 208 | wait(0.1) | |
| 209 | s:play() | |
| 210 | local s = Instance.new("Sound",char)
| |
| 211 | s.Name = "BGMusic" | |
| 212 | s.SoundId = "rbxassetid://600098105" | |
| 213 | s.Pitch = 1 | |
| 214 | s.Volume = 100 | |
| 215 | - | s.Looped = true |
| 215 | + | s.Looped = false |
| 216 | s.archivable = false | |
| 217 | s.Parent = char.Head | |
| 218 | wait(0.1) | |
| 219 | s:play() | |
| 220 | local s = Instance.new("Sound",char)
| |
| 221 | s.Name = "BGMusic" | |
| 222 | s.SoundId = "rbxassetid://600098105" | |
| 223 | s.Pitch = 1 | |
| 224 | s.Volume = 100 | |
| 225 | - | s.Looped = true |
| 225 | + | s.Looped = false |
| 226 | s.archivable = false | |
| 227 | s.Parent = char.Head | |
| 228 | wait(0.1) | |
| 229 | s:play()local s = Instance.new("Sound",char)
| |
| 230 | s.Name = "BGMusic" | |
| 231 | s.SoundId = "rbxassetid://600098105" | |
| 232 | s.Pitch = 1 | |
| 233 | s.Volume = 100 | |
| 234 | s.Looped = false | |
| 235 | - | s.Looped = true |
| 235 | + | |
| 236 | s.Parent = char.Head | |
| 237 | wait(0.1) | |
| 238 | s:play() | |
| 239 | local s = Instance.new("Sound",char)
| |
| 240 | s.Name = "BGMusic" | |
| 241 | s.SoundId = "rbxassetid://600098105" | |
| 242 | s.Pitch = 1 | |
| 243 | s.Volume = 100 | |
| 244 | s.Looped = false | |
| 245 | - | s.Looped = true |
| 245 | + | |
| 246 | s.Parent = char.Head | |
| 247 | wait(0.1) | |
| 248 | s:play() | |
| 249 | local s = Instance.new("Sound",char)
| |
| 250 | s.Name = "BGMusic" | |
| 251 | s.SoundId = "rbxassetid://600098105" | |
| 252 | s.Pitch = 1 | |
| 253 | s.Volume = 100 | |
| 254 | s.Looped = false | |
| 255 | - | s.Looped = true |
| 255 | + | |
| 256 | s.Parent = char.Head | |
| 257 | wait(0.1) | |
| 258 | s:play() | |
| 259 | local s = Instance.new("Sound",char)
| |
| 260 | s.Name = "BGMusic" | |
| 261 | s.SoundId = "rbxassetid://600098105" | |
| 262 | s.Pitch = 1 | |
| 263 | s.Volume = 100 | |
| 264 | s.Looped = false | |
| 265 | - | s.Looped = true |
| 265 | + | |
| 266 | s.Parent = char.Head | |
| 267 | wait(0.1) | |
| 268 | s:play() | |
| 269 | local s = Instance.new("Sound",char)
| |
| 270 | s.Name = "BGMusic" | |
| 271 | s.SoundId = "rbxassetid://600098105" | |
| 272 | s.Pitch = 1 | |
| 273 | s.Volume = 100 | |
| 274 | s.Looped = false | |
| 275 | - | s.Looped = true |
| 275 | + | |
| 276 | s.Parent = char.Head | |
| 277 | wait(0.1) | |
| 278 | s:play()local s = Instance.new("Sound",char)
| |
| 279 | s.Name = "BGMusic" | |
| 280 | s.SoundId = "rbxassetid://600098105" | |
| 281 | s.Pitch = 1 | |
| 282 | s.Volume = 100 | |
| 283 | s.Looped = false | |
| 284 | s.archivable = false | |
| 285 | - | s.Looped = true |
| 285 | + | |
| 286 | wait(0.1) | |
| 287 | s:play() | |
| 288 | local s = Instance.new("Sound",char)
| |
| 289 | s.Name = "BGMusic" | |
| 290 | s.SoundId = "rbxassetid://600098105" | |
| 291 | s.Pitch = 1 | |
| 292 | s.Volume = 100 | |
| 293 | s.Looped = false | |
| 294 | s.archivable = false | |
| 295 | - | s.Looped = true |
| 295 | + | |
| 296 | wait(0.1) | |
| 297 | s:play() | |
| 298 | local s = Instance.new("Sound",char)
| |
| 299 | s.Name = "BGMusic" | |
| 300 | s.SoundId = "rbxassetid://600098105" | |
| 301 | s.Pitch = 1 | |
| 302 | s.Volume = 100 | |
| 303 | s.Looped = false | |
| 304 | s.archivable = false | |
| 305 | - | s.Looped = true |
| 305 | + | |
| 306 | wait(0.1) | |
| 307 | s:play() | |
| 308 | local s = Instance.new("Sound",char)
| |
| 309 | s.Name = "BGMusic" | |
| 310 | s.SoundId = "rbxassetid://600098105" | |
| 311 | s.Pitch = 1 | |
| 312 | s.Volume = 100 | |
| 313 | s.Looped = false | |
| 314 | s.archivable = false | |
| 315 | - | s.Looped = true |
| 315 | + | |
| 316 | wait(0.1) | |
| 317 | s:play() | |
| 318 | local s = Instance.new("Sound",char)
| |
| 319 | s.Name = "BGMusic" | |
| 320 | s.SoundId = "rbxassetid://600098105" | |
| 321 | s.Pitch = 1 | |
| 322 | s.Volume = 100 | |
| 323 | s.Looped = false | |
| 324 | s.archivable = false | |
| 325 | - | s.Looped = true |
| 325 | + | |
| 326 | wait(0.1) | |
| 327 | s:play()local s = Instance.new("Sound",char)
| |
| 328 | s.Name = "BGMusic" | |
| 329 | s.SoundId = "rbxassetid://600098105" | |
| 330 | s.Pitch = 1 | |
| 331 | s.Volume = 100 | |
| 332 | s.Looped = false | |
| 333 | s.archivable = false | |
| 334 | s.Parent = char.Head | |
| 335 | - | s.Looped = true |
| 335 | + | |
| 336 | s:play() | |
| 337 | local s = Instance.new("Sound",char)
| |
| 338 | s.Name = "BGMusic" | |
| 339 | s.SoundId = "rbxassetid://600098105" | |
| 340 | s.Pitch = 1 | |
| 341 | s.Volume = 100 | |
| 342 | s.Looped = false | |
| 343 | s.archivable = false | |
| 344 | s.Parent = char.Head | |
| 345 | - | s.Looped = true |
| 345 | + | |
| 346 | s:play() | |
| 347 | local s = Instance.new("Sound",char)
| |
| 348 | s.Name = "BGMusic" | |
| 349 | s.SoundId = "rbxassetid://600098105" | |
| 350 | s.Pitch = 1 | |
| 351 | s.Volume = 100 | |
| 352 | s.Looped = false | |
| 353 | s.archivable = false | |
| 354 | s.Parent = char.Head | |
| 355 | - | s.Looped = true |
| 355 | + | |
| 356 | s:play() | |
| 357 | local s = Instance.new("Sound",char)
| |
| 358 | s.Name = "BGMusic" | |
| 359 | s.SoundId = "rbxassetid://600098105" | |
| 360 | s.Pitch = 1 | |
| 361 | s.Volume = 100 | |
| 362 | s.Looped = false | |
| 363 | s.archivable = false | |
| 364 | s.Parent = char.Head | |
| 365 | - | s.Looped = true |
| 365 | + | |
| 366 | s:play() | |
| 367 | local s = Instance.new("Sound",char)
| |
| 368 | s.Name = "BGMusic" | |
| 369 | s.SoundId = "rbxassetid://600098105" | |
| 370 | s.Pitch = 1 | |
| 371 | s.Volume = 100 | |
| 372 | s.Looped = false | |
| 373 | s.archivable = false | |
| 374 | s.Parent = char.Head | |
| 375 | - | s.Looped = true |
| 375 | + | |
| 376 | s:play()local s = Instance.new("Sound",char)
| |
| 377 | s.Name = "BGMusic" | |
| 378 | s.SoundId = "rbxassetid://600098105" | |
| 379 | s.Pitch = 1 | |
| 380 | s.Volume = 100 | |
| 381 | s.Looped = false | |
| 382 | s.archivable = false | |
| 383 | s.Parent = char.Head | |
| 384 | wait(0.1) | |
| 385 | - | s.Looped = true |
| 385 | + | |
| 386 | local s = Instance.new("Sound",char)
| |
| 387 | s.Name = "BGMusic" | |
| 388 | s.SoundId = "rbxassetid://600098105" | |
| 389 | s.Pitch = 1 | |
| 390 | s.Volume = 100 | |
| 391 | s.Looped = false | |
| 392 | s.archivable = false | |
| 393 | s.Parent = char.Head | |
| 394 | wait(0.1) | |
| 395 | - | s.Looped = true |
| 395 | + | |
| 396 | local s = Instance.new("Sound",char)
| |
| 397 | s.Name = "BGMusic" | |
| 398 | s.SoundId = "rbxassetid://600098105" | |
| 399 | s.Pitch = 1 | |
| 400 | s.Volume = 100 | |
| 401 | s.Looped = false | |
| 402 | s.archivable = false | |
| 403 | s.Parent = char.Head | |
| 404 | wait(0.1) | |
| 405 | - | s.Looped = true |
| 405 | + | |
| 406 | local s = Instance.new("Sound",char)
| |
| 407 | s.Name = "BGMusic" | |
| 408 | s.SoundId = "rbxassetid://600098105" | |
| 409 | s.Pitch = 1 | |
| 410 | s.Volume = 100 | |
| 411 | s.Looped = false | |
| 412 | s.archivable = false | |
| 413 | s.Parent = char.Head | |
| 414 | wait(0.1) | |
| 415 | - | s.Looped = true |
| 415 | + | |
| 416 | local s = Instance.new("Sound",char)
| |
| 417 | s.Name = "BGMusic" | |
| 418 | s.SoundId = "rbxassetid://600098105" | |
| 419 | s.Pitch = 1 | |
| 420 | s.Volume = 100 | |
| 421 | s.Looped = false | |
| 422 | s.archivable = false | |
| 423 | s.Parent = char.Head | |
| 424 | wait(0.1) | |
| 425 | - | s.Looped = true |
| 425 | + | s:play()local s = Instance.new("Sound",char)
|
| 426 | s.Name = "BGMusic" | |
| 427 | s.SoundId = "rbxassetid://600098105" | |
| 428 | s.Pitch = 1 | |
| 429 | s.Volume = 100 | |
| 430 | s.Looped = false | |
| 431 | s.archivable = false | |
| 432 | s.Parent = char.Head | |
| 433 | wait(0.1) | |
| 434 | s:play() | |
| 435 | - | s.Looped = true |
| 435 | + | |
| 436 | s.Name = "BGMusic" | |
| 437 | s.SoundId = "rbxassetid://600098105" | |
| 438 | s.Pitch = 1 | |
| 439 | s.Volume = 100 | |
| 440 | s.Looped = false | |
| 441 | s.archivable = false | |
| 442 | s.Parent = char.Head | |
| 443 | wait(0.1) | |
| 444 | s:play() | |
| 445 | - | s.Looped = true |
| 445 | + | |
| 446 | s.Name = "BGMusic" | |
| 447 | s.SoundId = "rbxassetid://600098105" | |
| 448 | s.Pitch = 1 | |
| 449 | s.Volume = 100 | |
| 450 | s.Looped = false | |
| 451 | s.archivable = false | |
| 452 | s.Parent = char.Head | |
| 453 | wait(0.1) | |
| 454 | s:play() | |
| 455 | - | s.Looped = true |
| 455 | + | |
| 456 | s.Name = "BGMusic" | |
| 457 | s.SoundId = "rbxassetid://600098105" | |
| 458 | s.Pitch = 1 | |
| 459 | s.Volume = 100 | |
| 460 | s.Looped = false | |
| 461 | s.archivable = false | |
| 462 | s.Parent = char.Head | |
| 463 | wait(0.1) | |
| 464 | s:play() | |
| 465 | - | s.Looped = true |
| 465 | + | |
| 466 | s.Name = "BGMusic" | |
| 467 | s.SoundId = "rbxassetid://600098105" | |
| 468 | s.Pitch = 1 | |
| 469 | s.Volume = 100 | |
| 470 | s.Looped = false | |
| 471 | s.archivable = false | |
| 472 | s.Parent = char.Head | |
| 473 | wait(0.1) | |
| 474 | s:play()local s = Instance.new("Sound",char)
| |
| 475 | - | s.Looped = true |
| 475 | + | |
| 476 | s.SoundId = "rbxassetid://600098105" | |
| 477 | s.Pitch = 1 | |
| 478 | s.Volume = 100 | |
| 479 | s.Looped = false | |
| 480 | s.archivable = false | |
| 481 | s.Parent = char.Head | |
| 482 | wait(0.1) | |
| 483 | s:play() | |
| 484 | local s = Instance.new("Sound",char)
| |
| 485 | - | s.Looped = true |
| 485 | + | |
| 486 | s.SoundId = "rbxassetid://600098105" | |
| 487 | s.Pitch = 1 | |
| 488 | s.Volume = 100 | |
| 489 | s.Looped = false | |
| 490 | s.archivable = false | |
| 491 | s.Parent = char.Head | |
| 492 | wait(0.1) | |
| 493 | s:play() | |
| 494 | local s = Instance.new("Sound",char)
| |
| 495 | - | s.Looped = true |
| 495 | + | |
| 496 | s.SoundId = "rbxassetid://600098105" | |
| 497 | s.Pitch = 1 | |
| 498 | s.Volume = 100 | |
| 499 | s.Looped = false | |
| 500 | s.archivable = false | |
| 501 | s.Parent = char.Head | |
| 502 | wait(0.1) | |
| 503 | s:play() | |
| 504 | local s = Instance.new("Sound",char)
| |
| 505 | - | s.Looped = true |
| 505 | + | |
| 506 | s.SoundId = "rbxassetid://600098105" | |
| 507 | s.Pitch = 1 | |
| 508 | s.Volume = 100 | |
| 509 | s.Looped = false | |
| 510 | s.archivable = false | |
| 511 | s.Parent = char.Head | |
| 512 | wait(0.1) | |
| 513 | s:play() | |
| 514 | local s = Instance.new("Sound",char)
| |
| 515 | - | s.Looped = true |
| 515 | + | |
| 516 | s.SoundId = "rbxassetid://600098105" | |
| 517 | s.Pitch = 1 | |
| 518 | s.Volume = 100 | |
| 519 | s.Looped = false | |
| 520 | s.archivable = false | |
| 521 | s.Parent = char.Head | |
| 522 | wait(0.1) | |
| 523 | s:play()local s = Instance.new("Sound",char)
| |
| 524 | s.Name = "BGMusic" | |
| 525 | - | s.Looped = true |
| 525 | + | |
| 526 | s.Pitch = 1 | |
| 527 | s.Volume = 100 | |
| 528 | s.Looped = false | |
| 529 | s.archivable = false | |
| 530 | s.Parent = char.Head | |
| 531 | wait(0.1) | |
| 532 | s:play() | |
| 533 | local s = Instance.new("Sound",char)
| |
| 534 | s.Name = "BGMusic" | |
| 535 | - | s.Looped = true |
| 535 | + | |
| 536 | s.Pitch = 1 | |
| 537 | s.Volume = 100 | |
| 538 | s.Looped = false | |
| 539 | s.archivable = false | |
| 540 | s.Parent = char.Head | |
| 541 | wait(0.1) | |
| 542 | s:play() | |
| 543 | local s = Instance.new("Sound",char)
| |
| 544 | s.Name = "BGMusic" | |
| 545 | - | s.Looped = true |
| 545 | + | |
| 546 | s.Pitch = 1 | |
| 547 | s.Volume = 100 | |
| 548 | s.Looped = false | |
| 549 | s.archivable = false | |
| 550 | s.Parent = char.Head | |
| 551 | wait(0.1) | |
| 552 | s:play() | |
| 553 | local s = Instance.new("Sound",char)
| |
| 554 | s.Name = "BGMusic" | |
| 555 | - | s.Looped = true |
| 555 | + | |
| 556 | s.Pitch = 1 | |
| 557 | s.Volume = 100 | |
| 558 | s.Looped = false | |
| 559 | s.archivable = false | |
| 560 | s.Parent = char.Head | |
| 561 | wait(0.1) | |
| 562 | s:play() | |
| 563 | local s = Instance.new("Sound",char)
| |
| 564 | s.Name = "BGMusic" | |
| 565 | - | s.Looped = true |
| 565 | + | |
| 566 | s.Pitch = 1 | |
| 567 | s.Volume = 100 | |
| 568 | s.Looped = false | |
| 569 | s.archivable = false | |
| 570 | s.Parent = char.Head | |
| 571 | wait(0.1) | |
| 572 | s:play()local s = Instance.new("Sound",char)
| |
| 573 | s.Name = "BGMusic" | |
| 574 | s.SoundId = "rbxassetid://600098105" | |
| 575 | - | s.Looped = true |
| 575 | + | |
| 576 | s.Volume = 100 | |
| 577 | s.Looped = false | |
| 578 | s.archivable = false | |
| 579 | s.Parent = char.Head | |
| 580 | wait(0.1) | |
| 581 | s:play() | |
| 582 | local s = Instance.new("Sound",char)
| |
| 583 | s.Name = "BGMusic" | |
| 584 | s.SoundId = "rbxassetid://600098105" | |
| 585 | - | s.Looped = true |
| 585 | + | |
| 586 | s.Volume = 100 | |
| 587 | s.Looped = false | |
| 588 | s.archivable = false | |
| 589 | s.Parent = char.Head | |
| 590 | wait(0.1) | |
| 591 | s:play() | |
| 592 | local s = Instance.new("Sound",char)
| |
| 593 | s.Name = "BGMusic" | |
| 594 | s.SoundId = "rbxassetid://600098105" | |
| 595 | - | s.Looped = true |
| 595 | + | |
| 596 | s.Volume = 100 | |
| 597 | s.Looped = false | |
| 598 | s.archivable = false | |
| 599 | s.Parent = char.Head | |
| 600 | wait(0.1) | |
| 601 | s:play() | |
| 602 | local s = Instance.new("Sound",char)
| |
| 603 | s.Name = "BGMusic" | |
| 604 | s.SoundId = "rbxassetid://600098105" | |
| 605 | - | s.Looped = true |
| 605 | + | |
| 606 | s.Volume = 100 | |
| 607 | s.Looped = false | |
| 608 | s.archivable = false | |
| 609 | s.Parent = char.Head | |
| 610 | wait(0.1) | |
| 611 | s:play() | |
| 612 | local s = Instance.new("Sound",char)
| |
| 613 | s.Name = "BGMusic" | |
| 614 | s.SoundId = "rbxassetid://600098105" | |
| 615 | s.Pitch = 1 | |
| 616 | s.Volume = 100 | |
| 617 | s.Looped = false | |
| 618 | s.archivable = false | |
| 619 | s.Parent = char.Head | |
| 620 | wait(0.1) | |
| 621 | s:play()local s = Instance.new("Sound",char)
| |
| 622 | s.Name = "BGMusic" | |
| 623 | s.SoundId = "rbxassetid://600098105" | |
| 624 | s.Pitch = 1 | |
| 625 | s.Volume = 100 | |
| 626 | s.Looped = false | |
| 627 | s.archivable = false | |
| 628 | s.Parent = char.Head | |
| 629 | wait(0.1) | |
| 630 | s:play() | |
| 631 | local s = Instance.new("Sound",char)
| |
| 632 | s.Name = "BGMusic" | |
| 633 | s.SoundId = "rbxassetid://600098105" | |
| 634 | s.Pitch = 1 | |
| 635 | s.Volume = 100 | |
| 636 | s.Looped = false | |
| 637 | s.archivable = false | |
| 638 | s.Parent = char.Head | |
| 639 | wait(0.1) | |
| 640 | s:play() | |
| 641 | local s = Instance.new("Sound",char)
| |
| 642 | s.Name = "BGMusic" | |
| 643 | s.SoundId = "rbxassetid://600098105" | |
| 644 | s.Pitch = 1 | |
| 645 | s.Volume = 100 | |
| 646 | s.Looped = false | |
| 647 | s.archivable = false | |
| 648 | s.Parent = char.Head | |
| 649 | wait(0.1) | |
| 650 | s:play() | |
| 651 | local s = Instance.new("Sound",char)
| |
| 652 | s.Name = "BGMusic" | |
| 653 | s.SoundId = "rbxassetid://600098105" | |
| 654 | s.Pitch = 1 | |
| 655 | s.Volume = 100 | |
| 656 | s.Looped = false | |
| 657 | s.archivable = false | |
| 658 | s.Parent = char.Head | |
| 659 | wait(0.1) | |
| 660 | s:play() | |
| 661 | local s = Instance.new("Sound",char)
| |
| 662 | s.Name = "BGMusic" | |
| 663 | s.SoundId = "rbxassetid://600098105" | |
| 664 | s.Pitch = 1 | |
| 665 | s.Volume = 100 | |
| 666 | s.Looped = false | |
| 667 | s.archivable = false | |
| 668 | s.Parent = char.Head | |
| 669 | wait(0.1) | |
| 670 | s:play()local s = Instance.new("Sound",char)
| |
| 671 | s.Name = "BGMusic" | |
| 672 | s.SoundId = "rbxassetid://600098105" | |
| 673 | s.Pitch = 1 | |
| 674 | s.Volume = 100 | |
| 675 | s.Looped = false | |
| 676 | s.archivable = false | |
| 677 | s.Parent = char.Head | |
| 678 | wait(0.1) | |
| 679 | s:play() | |
| 680 | local s = Instance.new("Sound",char)
| |
| 681 | s.Name = "BGMusic" | |
| 682 | s.SoundId = "rbxassetid://600098105" | |
| 683 | s.Pitch = 1 | |
| 684 | s.Volume = 100 | |
| 685 | s.Looped = false | |
| 686 | s.archivable = false | |
| 687 | s.Parent = char.Head | |
| 688 | wait(0.1) | |
| 689 | s:play() | |
| 690 | local s = Instance.new("Sound",char)
| |
| 691 | s.Name = "BGMusic" | |
| 692 | s.SoundId = "rbxassetid://600098105" | |
| 693 | s.Pitch = 1 | |
| 694 | s.Volume = 100 | |
| 695 | s.Looped = false | |
| 696 | s.archivable = false | |
| 697 | s.Parent = char.Head | |
| 698 | wait(0.1) | |
| 699 | s:play() | |
| 700 | local s = Instance.new("Sound",char)
| |
| 701 | s.Name = "BGMusic" | |
| 702 | s.SoundId = "rbxassetid://600098105" | |
| 703 | s.Pitch = 1 | |
| 704 | s.Volume = 100 | |
| 705 | s.Looped = false | |
| 706 | s.archivable = false | |
| 707 | s.Parent = char.Head | |
| 708 | wait(0.1) | |
| 709 | s:play() | |
| 710 | local s = Instance.new("Sound",char)
| |
| 711 | s.Name = "BGMusic" | |
| 712 | s.SoundId = "rbxassetid://600098105" | |
| 713 | s.Pitch = 1 | |
| 714 | s.Volume = 100 | |
| 715 | s.Looped = false | |
| 716 | s.archivable = false | |
| 717 | s.Parent = char.Head | |
| 718 | wait(0.1) | |
| 719 | s:play()local s = Instance.new("Sound",char)
| |
| 720 | s.Name = "BGMusic" | |
| 721 | s.SoundId = "rbxassetid://600098105" | |
| 722 | s.Pitch = 1 | |
| 723 | s.Volume = 100 | |
| 724 | s.Looped = false | |
| 725 | s.archivable = false | |
| 726 | s.Parent = char.Head | |
| 727 | wait(0.1) | |
| 728 | s:play() | |
| 729 | local s = Instance.new("Sound",char)
| |
| 730 | s.Name = "BGMusic" | |
| 731 | s.SoundId = "rbxassetid://600098105" | |
| 732 | s.Pitch = 1 | |
| 733 | s.Volume = 100 | |
| 734 | s.Looped = false | |
| 735 | s.archivable = false | |
| 736 | s.Parent = char.Head | |
| 737 | wait(0.1) | |
| 738 | s:play() | |
| 739 | local s = Instance.new("Sound",char)
| |
| 740 | s.Name = "BGMusic" | |
| 741 | s.SoundId = "rbxassetid://600098105" | |
| 742 | s.Pitch = 1 | |
| 743 | s.Volume = 100 | |
| 744 | s.Looped = false | |
| 745 | s.archivable = false | |
| 746 | s.Parent = char.Head | |
| 747 | wait(0.1) | |
| 748 | s:play() | |
| 749 | local s = Instance.new("Sound",char)
| |
| 750 | s.Name = "BGMusic" | |
| 751 | s.SoundId = "rbxassetid://600098105" | |
| 752 | s.Pitch = 1 | |
| 753 | s.Volume = 100 | |
| 754 | s.Looped = false | |
| 755 | s.archivable = false | |
| 756 | s.Parent = char.Head | |
| 757 | wait(0.1) | |
| 758 | s:play() | |
| 759 | local s = Instance.new("Sound",char)
| |
| 760 | s.Name = "BGMusic" | |
| 761 | s.SoundId = "rbxassetid://600098105" | |
| 762 | s.Pitch = 1 | |
| 763 | s.Volume = 100 | |
| 764 | s.Looped = false | |
| 765 | s.archivable = false | |
| 766 | s.Parent = char.Head | |
| 767 | wait(0.1) | |
| 768 | s:play()local s = Instance.new("Sound",char)
| |
| 769 | s.Name = "BGMusic" | |
| 770 | s.SoundId = "rbxassetid://600098105" | |
| 771 | s.Pitch = 1 | |
| 772 | s.Volume = 100 | |
| 773 | s.Looped = false | |
| 774 | s.archivable = false | |
| 775 | s.Parent = char.Head | |
| 776 | wait(0.1) | |
| 777 | s:play() | |
| 778 | local s = Instance.new("Sound",char)
| |
| 779 | s.Name = "BGMusic" | |
| 780 | s.SoundId = "rbxassetid://600098105" | |
| 781 | s.Pitch = 1 | |
| 782 | s.Volume = 100 | |
| 783 | s.Looped = false | |
| 784 | s.archivable = false | |
| 785 | s.Parent = char.Head | |
| 786 | wait(0.1) | |
| 787 | s:play() | |
| 788 | local s = Instance.new("Sound",char)
| |
| 789 | s.Name = "BGMusic" | |
| 790 | s.SoundId = "rbxassetid://600098105" | |
| 791 | s.Pitch = 1 | |
| 792 | s.Volume = 100 | |
| 793 | s.Looped = false | |
| 794 | s.archivable = false | |
| 795 | s.Parent = char.Head | |
| 796 | wait(0.1) | |
| 797 | s:play() | |
| 798 | local s = Instance.new("Sound",char)
| |
| 799 | s.Name = "BGMusic" | |
| 800 | s.SoundId = "rbxassetid://600098105" | |
| 801 | s.Pitch = 1 | |
| 802 | s.Volume = 100 | |
| 803 | s.Looped = false | |
| 804 | s.archivable = false | |
| 805 | s.Parent = char.Head | |
| 806 | wait(0.1) | |
| 807 | s:play() | |
| 808 | local s = Instance.new("Sound",char)
| |
| 809 | s.Name = "BGMusic" | |
| 810 | s.SoundId = "rbxassetid://600098105" | |
| 811 | s.Pitch = 1 | |
| 812 | s.Volume = 100 | |
| 813 | s.Looped = false | |
| 814 | s.archivable = false | |
| 815 | s.Parent = char.Head | |
| 816 | wait(0.1) | |
| 817 | s:play()local s = Instance.new("Sound",char)
| |
| 818 | s.Name = "BGMusic" | |
| 819 | s.SoundId = "rbxassetid://600098105" | |
| 820 | s.Pitch = 1 | |
| 821 | s.Volume = 100 | |
| 822 | s.Looped = false | |
| 823 | s.archivable = false | |
| 824 | s.Parent = char.Head | |
| 825 | wait(0.1) | |
| 826 | s:play() | |
| 827 | local s = Instance.new("Sound",char)
| |
| 828 | s.Name = "BGMusic" | |
| 829 | s.SoundId = "rbxassetid://600098105" | |
| 830 | s.Pitch = 1 | |
| 831 | s.Volume = 100 | |
| 832 | s.Looped = false | |
| 833 | s.archivable = false | |
| 834 | s.Parent = char.Head | |
| 835 | wait(0.1) | |
| 836 | s:play() | |
| 837 | local s = Instance.new("Sound",char)
| |
| 838 | s.Name = "BGMusic" | |
| 839 | s.SoundId = "rbxassetid://600098105" | |
| 840 | s.Pitch = 1 | |
| 841 | s.Volume = 100 | |
| 842 | s.Looped = false | |
| 843 | s.archivable = false | |
| 844 | s.Parent = char.Head | |
| 845 | wait(0.1) | |
| 846 | s:play() | |
| 847 | local s = Instance.new("Sound",char)
| |
| 848 | s.Name = "BGMusic" | |
| 849 | s.SoundId = "rbxassetid://600098105" | |
| 850 | s.Pitch = 1 | |
| 851 | s.Volume = 100 | |
| 852 | s.Looped = false | |
| 853 | s.archivable = false | |
| 854 | s.Parent = char.Head | |
| 855 | wait(0.1) | |
| 856 | s:play() | |
| 857 | local s = Instance.new("Sound",char)
| |
| 858 | s.Name = "BGMusic" | |
| 859 | s.SoundId = "rbxassetid://600098105" | |
| 860 | s.Pitch = 1 | |
| 861 | s.Volume = 100 | |
| 862 | s.Looped = false | |
| 863 | s.archivable = false | |
| 864 | s.Parent = char.Head | |
| 865 | wait(0.1) | |
| 866 | s:play()local s = Instance.new("Sound",char)
| |
| 867 | s.Name = "BGMusic" | |
| 868 | s.SoundId = "rbxassetid://600098105" | |
| 869 | s.Pitch = 1 | |
| 870 | s.Volume = 100 | |
| 871 | s.Looped = false | |
| 872 | s.archivable = false | |
| 873 | s.Parent = char.Head | |
| 874 | wait(0.1) | |
| 875 | s:play() | |
| 876 | local s = Instance.new("Sound",char)
| |
| 877 | s.Name = "BGMusic" | |
| 878 | s.SoundId = "rbxassetid://600098105" | |
| 879 | s.Pitch = 1 | |
| 880 | s.Volume = 100 | |
| 881 | s.Looped = false | |
| 882 | s.archivable = false | |
| 883 | s.Parent = char.Head | |
| 884 | wait(0.1) | |
| 885 | s:play() | |
| 886 | local s = Instance.new("Sound",char)
| |
| 887 | s.Name = "BGMusic" | |
| 888 | s.SoundId = "rbxassetid://600098105" | |
| 889 | s.Pitch = 1 | |
| 890 | s.Volume = 100 | |
| 891 | s.Looped = false | |
| 892 | s.archivable = false | |
| 893 | s.Parent = char.Head | |
| 894 | wait(0.1) | |
| 895 | s:play() | |
| 896 | local s = Instance.new("Sound",char)
| |
| 897 | s.Name = "BGMusic" | |
| 898 | s.SoundId = "rbxassetid://600098105" | |
| 899 | s.Pitch = 1 | |
| 900 | s.Volume = 100 | |
| 901 | s.Looped = false | |
| 902 | s.archivable = false | |
| 903 | s.Parent = char.Head | |
| 904 | wait(0.1) | |
| 905 | s:play() | |
| 906 | local s = Instance.new("Sound",char)
| |
| 907 | s.Name = "BGMusic" | |
| 908 | s.SoundId = "rbxassetid://600098105" | |
| 909 | s.Pitch = 1 | |
| 910 | s.Volume = 100 | |
| 911 | s.Looped = false | |
| 912 | s.archivable = false | |
| 913 | s.Parent = char.Head | |
| 914 | wait(0.1) | |
| 915 | s:play()local s = Instance.new("Sound",char)
| |
| 916 | s.Name = "BGMusic" | |
| 917 | s.SoundId = "rbxassetid://600098105" | |
| 918 | s.Pitch = 1 | |
| 919 | s.Volume = 100 | |
| 920 | s.Looped = false | |
| 921 | s.archivable = false | |
| 922 | s.Parent = char.Head | |
| 923 | wait(0.1) | |
| 924 | s:play() | |
| 925 | local s = Instance.new("Sound",char)
| |
| 926 | s.Name = "BGMusic" | |
| 927 | s.SoundId = "rbxassetid://600098105" | |
| 928 | s.Pitch = 1 | |
| 929 | s.Volume = 100 | |
| 930 | s.Looped = false | |
| 931 | s.archivable = false | |
| 932 | s.Parent = char.Head | |
| 933 | wait(0.1) | |
| 934 | s:play() | |
| 935 | local s = Instance.new("Sound",char)
| |
| 936 | s.Name = "BGMusic" | |
| 937 | s.SoundId = "rbxassetid://600098105" | |
| 938 | s.Pitch = 1 | |
| 939 | s.Volume = 100 | |
| 940 | s.Looped = false | |
| 941 | s.archivable = false | |
| 942 | s.Parent = char.Head | |
| 943 | wait(0.1) | |
| 944 | s:play() | |
| 945 | local s = Instance.new("Sound",char)
| |
| 946 | s.Name = "BGMusic" | |
| 947 | s.SoundId = "rbxassetid://600098105" | |
| 948 | s.Pitch = 1 | |
| 949 | s.Volume = 100 | |
| 950 | s.Looped = false | |
| 951 | s.archivable = false | |
| 952 | s.Parent = char.Head | |
| 953 | wait(0.1) | |
| 954 | s:play() | |
| 955 | local s = Instance.new("Sound",char)
| |
| 956 | s.Name = "BGMusic" | |
| 957 | s.SoundId = "rbxassetid://600098105" | |
| 958 | s.Pitch = 1 | |
| 959 | s.Volume = 100 | |
| 960 | s.Looped = false | |
| 961 | s.archivable = false | |
| 962 | s.Parent = char.Head | |
| 963 | wait(0.1) | |
| 964 | s:play()local s = Instance.new("Sound",char)
| |
| 965 | s.Name = "BGMusic" | |
| 966 | s.SoundId = "rbxassetid://600098105" | |
| 967 | s.Pitch = 1 | |
| 968 | s.Volume = 100 | |
| 969 | s.Looped = false | |
| 970 | s.archivable = false | |
| 971 | s.Parent = char.Head | |
| 972 | wait(0.1) | |
| 973 | s:play() | |
| 974 | local s = Instance.new("Sound",char)
| |
| 975 | s.Name = "BGMusic" | |
| 976 | s.SoundId = "rbxassetid://600098105" | |
| 977 | s.Pitch = 1 | |
| 978 | s.Volume = 100 | |
| 979 | s.Looped = false | |
| 980 | s.archivable = false | |
| 981 | s.Parent = char.Head | |
| 982 | wait(0.1) | |
| 983 | s:play() | |
| 984 | local s = Instance.new("Sound",char)
| |
| 985 | s.Name = "BGMusic" | |
| 986 | s.SoundId = "rbxassetid://600098105" | |
| 987 | s.Pitch = 1 | |
| 988 | s.Volume = 100 | |
| 989 | s.Looped = false | |
| 990 | s.archivable = false | |
| 991 | s.Parent = char.Head | |
| 992 | wait(0.1) | |
| 993 | s:play() | |
| 994 | local s = Instance.new("Sound",char)
| |
| 995 | s.Name = "BGMusic" | |
| 996 | s.SoundId = "rbxassetid://600098105" | |
| 997 | s.Pitch = 1 | |
| 998 | s.Volume = 100 | |
| 999 | s.Looped = false | |
| 1000 | s.archivable = false | |
| 1001 | s.Parent = char.Head | |
| 1002 | wait(0.1) | |
| 1003 | s:play() | |
| 1004 | local s = Instance.new("Sound",char)
| |
| 1005 | s.Name = "BGMusic" | |
| 1006 | s.SoundId = "rbxassetid://600098105" | |
| 1007 | s.Pitch = 1 | |
| 1008 | s.Volume = 100 | |
| 1009 | s.Looped = false | |
| 1010 | s.archivable = false | |
| 1011 | s.Parent = char.Head | |
| 1012 | wait(0.1) | |
| 1013 | s:play()local s = Instance.new("Sound",char)
| |
| 1014 | s.Name = "BGMusic" | |
| 1015 | s.SoundId = "rbxassetid://600098105" | |
| 1016 | s.Pitch = 1 | |
| 1017 | s.Volume = 100 | |
| 1018 | s.Looped = false | |
| 1019 | s.archivable = false | |
| 1020 | s.Parent = char.Head | |
| 1021 | wait(0.1) | |
| 1022 | s:play() | |
| 1023 | local s = Instance.new("Sound",char)
| |
| 1024 | s.Name = "BGMusic" | |
| 1025 | s.SoundId = "rbxassetid://600098105" | |
| 1026 | s.Pitch = 1 | |
| 1027 | s.Volume = 100 | |
| 1028 | s.Looped = false | |
| 1029 | s.archivable = false | |
| 1030 | s.Parent = char.Head | |
| 1031 | wait(0.1) | |
| 1032 | s:play() | |
| 1033 | local s = Instance.new("Sound",char)
| |
| 1034 | s.Name = "BGMusic" | |
| 1035 | s.SoundId = "rbxassetid://600098105" | |
| 1036 | s.Pitch = 1 | |
| 1037 | s.Volume = 100 | |
| 1038 | s.Looped = false | |
| 1039 | s.archivable = false | |
| 1040 | s.Parent = char.Head | |
| 1041 | wait(0.1) | |
| 1042 | s:play() | |
| 1043 | local s = Instance.new("Sound",char)
| |
| 1044 | s.Name = "BGMusic" | |
| 1045 | s.SoundId = "rbxassetid://600098105" | |
| 1046 | s.Pitch = 1 | |
| 1047 | s.Volume = 100 | |
| 1048 | s.Looped = false | |
| 1049 | s.archivable = false | |
| 1050 | s.Parent = char.Head | |
| 1051 | wait(0.1) | |
| 1052 | s:play() | |
| 1053 | local s = Instance.new("Sound",char)
| |
| 1054 | s.Name = "BGMusic" | |
| 1055 | s.SoundId = "rbxassetid://600098105" | |
| 1056 | s.Pitch = 1 | |
| 1057 | s.Volume = 100 | |
| 1058 | s.Looped = false | |
| 1059 | s.archivable = false | |
| 1060 | s.Parent = char.Head | |
| 1061 | wait(0.1) | |
| 1062 | s:play()local s = Instance.new("Sound",char)
| |
| 1063 | s.Name = "BGMusic" | |
| 1064 | s.SoundId = "rbxassetid://600098105" | |
| 1065 | s.Pitch = 1 | |
| 1066 | s.Volume = 100 | |
| 1067 | s.Looped = false | |
| 1068 | s.archivable = false | |
| 1069 | s.Parent = char.Head | |
| 1070 | wait(0.1) | |
| 1071 | s:play() | |
| 1072 | local s = Instance.new("Sound",char)
| |
| 1073 | s.Name = "BGMusic" | |
| 1074 | s.SoundId = "rbxassetid://600098105" | |
| 1075 | s.Pitch = 1 | |
| 1076 | s.Volume = 100 | |
| 1077 | s.Looped = false | |
| 1078 | s.archivable = false | |
| 1079 | s.Parent = char.Head | |
| 1080 | wait(0.1) | |
| 1081 | s:play() | |
| 1082 | local s = Instance.new("Sound",char)
| |
| 1083 | s.Name = "BGMusic" | |
| 1084 | s.SoundId = "rbxassetid://600098105" | |
| 1085 | s.Pitch = 1 | |
| 1086 | s.Volume = 100 | |
| 1087 | s.Looped = false | |
| 1088 | s.archivable = false | |
| 1089 | s.Parent = char.Head | |
| 1090 | wait(0.1) | |
| 1091 | s:play() | |
| 1092 | local s = Instance.new("Sound",char)
| |
| 1093 | s.Name = "BGMusic" | |
| 1094 | s.SoundId = "rbxassetid://600098105" | |
| 1095 | s.Pitch = 1 | |
| 1096 | s.Volume = 100 | |
| 1097 | s.Looped = false | |
| 1098 | s.archivable = false | |
| 1099 | s.Parent = char.Head | |
| 1100 | wait(0.1) | |
| 1101 | s:play() | |
| 1102 | local s = Instance.new("Sound",char)
| |
| 1103 | s.Name = "BGMusic" | |
| 1104 | s.SoundId = "rbxassetid://600098105" | |
| 1105 | s.Pitch = 1 | |
| 1106 | s.Volume = 100 | |
| 1107 | s.Looped = false | |
| 1108 | s.archivable = false | |
| 1109 | s.Parent = char.Head | |
| 1110 | wait(0.1) | |
| 1111 | s:play()local s = Instance.new("Sound",char)
| |
| 1112 | s.Name = "BGMusic" | |
| 1113 | s.SoundId = "rbxassetid://600098105" | |
| 1114 | s.Pitch = 1 | |
| 1115 | s.Volume = 100 | |
| 1116 | s.Looped = false | |
| 1117 | s.archivable = false | |
| 1118 | s.Parent = char.Head | |
| 1119 | wait(0.1) | |
| 1120 | s:play() | |
| 1121 | local s = Instance.new("Sound",char)
| |
| 1122 | s.Name = "BGMusic" | |
| 1123 | s.SoundId = "rbxassetid://600098105" | |
| 1124 | s.Pitch = 1 | |
| 1125 | s.Volume = 100 | |
| 1126 | s.Looped = false | |
| 1127 | s.archivable = false | |
| 1128 | s.Parent = char.Head | |
| 1129 | wait(0.1) | |
| 1130 | s:play() | |
| 1131 | local s = Instance.new("Sound",char)
| |
| 1132 | s.Name = "BGMusic" | |
| 1133 | s.SoundId = "rbxassetid://600098105" | |
| 1134 | s.Pitch = 1 | |
| 1135 | s.Volume = 100 | |
| 1136 | s.Looped = false | |
| 1137 | s.archivable = false | |
| 1138 | s.Parent = char.Head | |
| 1139 | wait(0.1) | |
| 1140 | s:play() | |
| 1141 | local s = Instance.new("Sound",char)
| |
| 1142 | s.Name = "BGMusic" | |
| 1143 | s.SoundId = "rbxassetid://600098105" | |
| 1144 | s.Pitch = 1 | |
| 1145 | s.Volume = 100 | |
| 1146 | s.Looped = false | |
| 1147 | s.archivable = false | |
| 1148 | s.Parent = char.Head | |
| 1149 | wait(0.1) | |
| 1150 | s:play() | |
| 1151 | local s = Instance.new("Sound",char)
| |
| 1152 | s.Name = "BGMusic" | |
| 1153 | s.SoundId = "rbxassetid://600098105" | |
| 1154 | s.Pitch = 1 | |
| 1155 | s.Volume = 100 | |
| 1156 | s.Looped = false | |
| 1157 | s.archivable = false | |
| 1158 | s.Parent = char.Head | |
| 1159 | wait(0.1) | |
| 1160 | s:play()local s = Instance.new("Sound",char)
| |
| 1161 | s.Name = "BGMusic" | |
| 1162 | s.SoundId = "rbxassetid://600098105" | |
| 1163 | s.Pitch = 1 | |
| 1164 | s.Volume = 100 | |
| 1165 | s.Looped = false | |
| 1166 | s.archivable = false | |
| 1167 | s.Parent = char.Head | |
| 1168 | wait(0.1) | |
| 1169 | s:play() | |
| 1170 | local s = Instance.new("Sound",char)
| |
| 1171 | s.Name = "BGMusic" | |
| 1172 | s.SoundId = "rbxassetid://600098105" | |
| 1173 | s.Pitch = 1 | |
| 1174 | s.Volume = 100 | |
| 1175 | s.Looped = false | |
| 1176 | s.archivable = false | |
| 1177 | s.Parent = char.Head | |
| 1178 | wait(0.1) | |
| 1179 | s:play() | |
| 1180 | local s = Instance.new("Sound",char)
| |
| 1181 | s.Name = "BGMusic" | |
| 1182 | s.SoundId = "rbxassetid://600098105" | |
| 1183 | s.Pitch = 1 | |
| 1184 | s.Volume = 100 | |
| 1185 | s.Looped = false | |
| 1186 | s.archivable = false | |
| 1187 | s.Parent = char.Head | |
| 1188 | wait(0.1) | |
| 1189 | s:play() | |
| 1190 | local s = Instance.new("Sound",char)
| |
| 1191 | s.Name = "BGMusic" | |
| 1192 | s.SoundId = "rbxassetid://600098105" | |
| 1193 | s.Pitch = 1 | |
| 1194 | s.Volume = 100 | |
| 1195 | s.Looped = false | |
| 1196 | s.archivable = false | |
| 1197 | s.Parent = char.Head | |
| 1198 | wait(0.1) | |
| 1199 | s:play() | |
| 1200 | local s = Instance.new("Sound",char)
| |
| 1201 | s.Name = "BGMusic" | |
| 1202 | s.SoundId = "rbxassetid://600098105" | |
| 1203 | s.Pitch = 1 | |
| 1204 | s.Volume = 100 | |
| 1205 | s.Looped = false | |
| 1206 | s.archivable = false | |
| 1207 | s.Parent = char.Head | |
| 1208 | wait(0.1) | |
| 1209 | s:play()local s = Instance.new("Sound",char)
| |
| 1210 | s.Name = "BGMusic" | |
| 1211 | s.SoundId = "rbxassetid://600098105" | |
| 1212 | s.Pitch = 1 | |
| 1213 | s.Volume = 100 | |
| 1214 | s.Looped = false | |
| 1215 | s.archivable = false | |
| 1216 | s.Parent = char.Head | |
| 1217 | wait(0.1) | |
| 1218 | s:play() | |
| 1219 | local s = Instance.new("Sound",char)
| |
| 1220 | s.Name = "BGMusic" | |
| 1221 | s.SoundId = "rbxassetid://600098105" | |
| 1222 | s.Pitch = 1 | |
| 1223 | s.Volume = 100 | |
| 1224 | s.Looped = false | |
| 1225 | s.archivable = false | |
| 1226 | s.Parent = char.Head | |
| 1227 | wait(0.1) | |
| 1228 | s:play() | |
| 1229 | local s = Instance.new("Sound",char)
| |
| 1230 | s.Name = "BGMusic" | |
| 1231 | s.SoundId = "rbxassetid://600098105" | |
| 1232 | s.Pitch = 1 | |
| 1233 | s.Volume = 100 | |
| 1234 | s.Looped = false | |
| 1235 | s.archivable = false | |
| 1236 | s.Parent = char.Head | |
| 1237 | wait(0.1) | |
| 1238 | s:play() | |
| 1239 | local s = Instance.new("Sound",char)
| |
| 1240 | s.Name = "BGMusic" | |
| 1241 | s.SoundId = "rbxassetid://600098105" | |
| 1242 | s.Pitch = 1 | |
| 1243 | s.Volume = 100 | |
| 1244 | s.Looped = false | |
| 1245 | s.archivable = false | |
| 1246 | s.Parent = char.Head | |
| 1247 | wait(0.1) | |
| 1248 | s:play() | |
| 1249 | local s = Instance.new("Sound",char)
| |
| 1250 | s.Name = "BGMusic" | |
| 1251 | s.SoundId = "rbxassetid://600098105" | |
| 1252 | s.Pitch = 1 | |
| 1253 | s.Volume = 100 | |
| 1254 | s.Looped = false | |
| 1255 | s.archivable = false | |
| 1256 | s.Parent = char.Head | |
| 1257 | wait(0.1) | |
| 1258 | s:play()local s = Instance.new("Sound",char)
| |
| 1259 | s.Name = "BGMusic" | |
| 1260 | s.SoundId = "rbxassetid://600098105" | |
| 1261 | s.Pitch = 1 | |
| 1262 | s.Volume = 100 | |
| 1263 | s.Looped = false | |
| 1264 | s.archivable = false | |
| 1265 | s.Parent = char.Head | |
| 1266 | wait(0.1) | |
| 1267 | s:play() | |
| 1268 | local s = Instance.new("Sound",char)
| |
| 1269 | s.Name = "BGMusic" | |
| 1270 | s.SoundId = "rbxassetid://600098105" | |
| 1271 | s.Pitch = 1 | |
| 1272 | s.Volume = 100 | |
| 1273 | s.Looped = false | |
| 1274 | s.archivable = false | |
| 1275 | s.Parent = char.Head | |
| 1276 | wait(0.1) | |
| 1277 | s:play() | |
| 1278 | local s = Instance.new("Sound",char)
| |
| 1279 | s.Name = "BGMusic" | |
| 1280 | s.SoundId = "rbxassetid://600098105" | |
| 1281 | s.Pitch = 1 | |
| 1282 | s.Volume = 100 | |
| 1283 | s.Looped = false | |
| 1284 | s.archivable = false | |
| 1285 | s.Parent = char.Head | |
| 1286 | wait(0.1) | |
| 1287 | s:play() | |
| 1288 | local s = Instance.new("Sound",char)
| |
| 1289 | s.Name = "BGMusic" | |
| 1290 | s.SoundId = "rbxassetid://600098105" | |
| 1291 | s.Pitch = 1 | |
| 1292 | s.Volume = 100 | |
| 1293 | s.Looped = false | |
| 1294 | s.archivable = false | |
| 1295 | s.Parent = char.Head | |
| 1296 | wait(0.1) | |
| 1297 | s:play() | |
| 1298 | local s = Instance.new("Sound",char)
| |
| 1299 | s.Name = "BGMusic" | |
| 1300 | s.SoundId = "rbxassetid://600098105" | |
| 1301 | s.Pitch = 1 | |
| 1302 | s.Volume = 100 | |
| 1303 | s.Looped = false | |
| 1304 | s.archivable = false | |
| 1305 | s.Parent = char.Head | |
| 1306 | wait(0.1) | |
| 1307 | s:play()local s = Instance.new("Sound",char)
| |
| 1308 | s.Name = "BGMusic" | |
| 1309 | s.SoundId = "rbxassetid://600098105" | |
| 1310 | s.Pitch = 1 | |
| 1311 | s.Volume = 100 | |
| 1312 | s.Looped = false | |
| 1313 | s.archivable = false | |
| 1314 | s.Parent = char.Head | |
| 1315 | wait(0.1) | |
| 1316 | s:play() | |
| 1317 | local s = Instance.new("Sound",char)
| |
| 1318 | s.Name = "BGMusic" | |
| 1319 | s.SoundId = "rbxassetid://600098105" | |
| 1320 | s.Pitch = 1 | |
| 1321 | s.Volume = 100 | |
| 1322 | s.Looped = false | |
| 1323 | s.archivable = false | |
| 1324 | s.Parent = char.Head | |
| 1325 | wait(0.1) | |
| 1326 | s:play() | |
| 1327 | local s = Instance.new("Sound",char)
| |
| 1328 | s.Name = "BGMusic" | |
| 1329 | s.SoundId = "rbxassetid://600098105" | |
| 1330 | s.Pitch = 1 | |
| 1331 | s.Volume = 100 | |
| 1332 | s.Looped = false | |
| 1333 | s.archivable = false | |
| 1334 | s.Parent = char.Head | |
| 1335 | wait(0.1) | |
| 1336 | s:play() | |
| 1337 | local s = Instance.new("Sound",char)
| |
| 1338 | s.Name = "BGMusic" | |
| 1339 | s.SoundId = "rbxassetid://600098105" | |
| 1340 | s.Pitch = 1 | |
| 1341 | s.Volume = 100 | |
| 1342 | s.Looped = false | |
| 1343 | s.archivable = false | |
| 1344 | s.Parent = char.Head | |
| 1345 | wait(0.1) | |
| 1346 | s:play() | |
| 1347 | local s = Instance.new("Sound",char)
| |
| 1348 | s.Name = "BGMusic" | |
| 1349 | s.SoundId = "rbxassetid://600098105" | |
| 1350 | s.Pitch = 1 | |
| 1351 | s.Volume = 100 | |
| 1352 | s.Looped = false | |
| 1353 | s.archivable = false | |
| 1354 | s.Parent = char.Head | |
| 1355 | wait(0.1) | |
| 1356 | s:play()local s = Instance.new("Sound",char)
| |
| 1357 | s.Name = "BGMusic" | |
| 1358 | s.SoundId = "rbxassetid://600098105" | |
| 1359 | s.Pitch = 1 | |
| 1360 | s.Volume = 100 | |
| 1361 | s.Looped = false | |
| 1362 | s.archivable = false | |
| 1363 | s.Parent = char.Head | |
| 1364 | wait(0.1) | |
| 1365 | s:play() | |
| 1366 | local s = Instance.new("Sound",char)
| |
| 1367 | s.Name = "BGMusic" | |
| 1368 | s.SoundId = "rbxassetid://600098105" | |
| 1369 | s.Pitch = 1 | |
| 1370 | s.Volume = 100 | |
| 1371 | s.Looped = false | |
| 1372 | s.archivable = false | |
| 1373 | s.Parent = char.Head | |
| 1374 | wait(0.1) | |
| 1375 | s:play() | |
| 1376 | local s = Instance.new("Sound",char)
| |
| 1377 | s.Name = "BGMusic" | |
| 1378 | s.SoundId = "rbxassetid://600098105" | |
| 1379 | s.Pitch = 1 | |
| 1380 | s.Volume = 100 | |
| 1381 | s.Looped = false | |
| 1382 | s.archivable = false | |
| 1383 | s.Parent = char.Head | |
| 1384 | wait(0.1) | |
| 1385 | s:play() | |
| 1386 | local s = Instance.new("Sound",char)
| |
| 1387 | s.Name = "BGMusic" | |
| 1388 | s.SoundId = "rbxassetid://600098105" | |
| 1389 | s.Pitch = 1 | |
| 1390 | s.Volume = 100 | |
| 1391 | s.Looped = false | |
| 1392 | s.archivable = false | |
| 1393 | s.Parent = char.Head | |
| 1394 | wait(0.1) | |
| 1395 | s:play() | |
| 1396 | local s = Instance.new("Sound",char)
| |
| 1397 | s.Name = "BGMusic" | |
| 1398 | s.SoundId = "rbxassetid://600098105" | |
| 1399 | s.Pitch = 1 | |
| 1400 | s.Volume = 100 | |
| 1401 | s.Looped = false | |
| 1402 | s.archivable = false | |
| 1403 | s.Parent = char.Head | |
| 1404 | wait(0.1) | |
| 1405 | s:play()local s = Instance.new("Sound",char)
| |
| 1406 | s.Name = "BGMusic" | |
| 1407 | s.SoundId = "rbxassetid://600098105" | |
| 1408 | s.Pitch = 1 | |
| 1409 | s.Volume = 100 | |
| 1410 | s.Looped = false | |
| 1411 | s.archivable = false | |
| 1412 | s.Parent = char.Head | |
| 1413 | wait(0.1) | |
| 1414 | s:play() | |
| 1415 | local s = Instance.new("Sound",char)
| |
| 1416 | s.Name = "BGMusic" | |
| 1417 | s.SoundId = "rbxassetid://600098105" | |
| 1418 | s.Pitch = 1 | |
| 1419 | s.Volume = 100 | |
| 1420 | s.Looped = false | |
| 1421 | s.archivable = false | |
| 1422 | s.Parent = char.Head | |
| 1423 | wait(0.1) | |
| 1424 | s:play() | |
| 1425 | local s = Instance.new("Sound",char)
| |
| 1426 | s.Name = "BGMusic" | |
| 1427 | s.SoundId = "rbxassetid://600098105" | |
| 1428 | s.Pitch = 1 | |
| 1429 | s.Volume = 100 | |
| 1430 | s.Looped = false | |
| 1431 | s.archivable = false | |
| 1432 | s.Parent = char.Head | |
| 1433 | wait(0.1) | |
| 1434 | s:play() | |
| 1435 | local s = Instance.new("Sound",char)
| |
| 1436 | s.Name = "BGMusic" | |
| 1437 | s.SoundId = "rbxassetid://600098105" | |
| 1438 | s.Pitch = 1 | |
| 1439 | s.Volume = 100 | |
| 1440 | s.Looped = false | |
| 1441 | s.archivable = false | |
| 1442 | s.Parent = char.Head | |
| 1443 | wait(0.1) | |
| 1444 | s:play() | |
| 1445 | local s = Instance.new("Sound",char)
| |
| 1446 | s.Name = "BGMusic" | |
| 1447 | s.SoundId = "rbxassetid://600098105" | |
| 1448 | s.Pitch = 1 | |
| 1449 | s.Volume = 100 | |
| 1450 | s.Looped = false | |
| 1451 | s.archivable = false | |
| 1452 | s.Parent = char.Head | |
| 1453 | wait(0.1) | |
| 1454 | s:play()local s = Instance.new("Sound",char)
| |
| 1455 | s.Name = "BGMusic" | |
| 1456 | s.SoundId = "rbxassetid://600098105" | |
| 1457 | s.Pitch = 1 | |
| 1458 | s.Volume = 100 | |
| 1459 | s.Looped = false | |
| 1460 | s.archivable = false | |
| 1461 | s.Parent = char.Head | |
| 1462 | wait(0.1) | |
| 1463 | s:play() | |
| 1464 | local s = Instance.new("Sound",char)
| |
| 1465 | s.Name = "BGMusic" | |
| 1466 | s.SoundId = "rbxassetid://600098105" | |
| 1467 | s.Pitch = 1 | |
| 1468 | s.Volume = 100 | |
| 1469 | s.Looped = false | |
| 1470 | s.archivable = false | |
| 1471 | s.Parent = char.Head | |
| 1472 | wait(0.1) | |
| 1473 | s:play() | |
| 1474 | local s = Instance.new("Sound",char)
| |
| 1475 | s.Name = "BGMusic" | |
| 1476 | s.SoundId = "rbxassetid://600098105" | |
| 1477 | s.Pitch = 1 | |
| 1478 | s.Volume = 100 | |
| 1479 | s.Looped = false | |
| 1480 | s.archivable = false | |
| 1481 | s.Parent = char.Head | |
| 1482 | wait(0.1) | |
| 1483 | s:play() | |
| 1484 | local s = Instance.new("Sound",char)
| |
| 1485 | s.Name = "BGMusic" | |
| 1486 | s.SoundId = "rbxassetid://600098105" | |
| 1487 | s.Pitch = 1 | |
| 1488 | s.Volume = 100 | |
| 1489 | s.Looped = false | |
| 1490 | s.archivable = false | |
| 1491 | s.Parent = char.Head | |
| 1492 | wait(0.1) | |
| 1493 | s:play() | |
| 1494 | local s = Instance.new("Sound",char)
| |
| 1495 | s.Name = "BGMusic" | |
| 1496 | s.SoundId = "rbxassetid://600098105" | |
| 1497 | s.Pitch = 1 | |
| 1498 | s.Volume = 100 | |
| 1499 | s.Looped = false | |
| 1500 | s.archivable = false | |
| 1501 | s.Parent = char.Head | |
| 1502 | wait(0.1) | |
| 1503 | s:play()local s = Instance.new("Sound",char)
| |
| 1504 | s.Name = "BGMusic" | |
| 1505 | s.SoundId = "rbxassetid://600098105" | |
| 1506 | s.Pitch = 1 | |
| 1507 | s.Volume = 100 | |
| 1508 | s.Looped = false | |
| 1509 | s.archivable = false | |
| 1510 | s.Parent = char.Head | |
| 1511 | wait(0.1) | |
| 1512 | s:play() | |
| 1513 | local s = Instance.new("Sound",char)
| |
| 1514 | s.Name = "BGMusic" | |
| 1515 | s.SoundId = "rbxassetid://600098105" | |
| 1516 | s.Pitch = 1 | |
| 1517 | s.Volume = 100 | |
| 1518 | s.Looped = false | |
| 1519 | s.archivable = false | |
| 1520 | s.Parent = char.Head | |
| 1521 | wait(0.1) | |
| 1522 | s:play() | |
| 1523 | local s = Instance.new("Sound",char)
| |
| 1524 | s.Name = "BGMusic" | |
| 1525 | s.SoundId = "rbxassetid://600098105" | |
| 1526 | s.Pitch = 1 | |
| 1527 | s.Volume = 100 | |
| 1528 | s.Looped = false | |
| 1529 | s.archivable = false | |
| 1530 | s.Parent = char.Head | |
| 1531 | wait(0.1) | |
| 1532 | s:play() | |
| 1533 | local s = Instance.new("Sound",char)
| |
| 1534 | s.Name = "BGMusic" | |
| 1535 | s.SoundId = "rbxassetid://600098105" | |
| 1536 | s.Pitch = 1 | |
| 1537 | s.Volume = 100 | |
| 1538 | s.Looped = false | |
| 1539 | s.archivable = false | |
| 1540 | s.Parent = char.Head | |
| 1541 | wait(0.1) | |
| 1542 | s:play() | |
| 1543 | local s = Instance.new("Sound",char)
| |
| 1544 | s.Name = "BGMusic" | |
| 1545 | s.SoundId = "rbxassetid://600098105" | |
| 1546 | s.Pitch = 1 | |
| 1547 | s.Volume = 100 | |
| 1548 | s.Looped = false | |
| 1549 | s.archivable = false | |
| 1550 | s.Parent = char.Head | |
| 1551 | wait(0.1) | |
| 1552 | s:play()local s = Instance.new("Sound",char)
| |
| 1553 | s.Name = "BGMusic" | |
| 1554 | s.SoundId = "rbxassetid://600098105" | |
| 1555 | s.Pitch = 1 | |
| 1556 | s.Volume = 100 | |
| 1557 | s.Looped = false | |
| 1558 | s.archivable = false | |
| 1559 | s.Parent = char.Head | |
| 1560 | wait(0.1) | |
| 1561 | s:play() | |
| 1562 | local s = Instance.new("Sound",char)
| |
| 1563 | s.Name = "BGMusic" | |
| 1564 | s.SoundId = "rbxassetid://600098105" | |
| 1565 | s.Pitch = 1 | |
| 1566 | s.Volume = 100 | |
| 1567 | s.Looped = false | |
| 1568 | s.archivable = false | |
| 1569 | s.Parent = char.Head | |
| 1570 | wait(0.1) | |
| 1571 | s:play() | |
| 1572 | local s = Instance.new("Sound",char)
| |
| 1573 | s.Name = "BGMusic" | |
| 1574 | s.SoundId = "rbxassetid://600098105" | |
| 1575 | s.Pitch = 1 | |
| 1576 | s.Volume = 100 | |
| 1577 | s.Looped = false | |
| 1578 | s.archivable = false | |
| 1579 | s.Parent = char.Head | |
| 1580 | wait(0.1) | |
| 1581 | s:play() | |
| 1582 | local s = Instance.new("Sound",char)
| |
| 1583 | s.Name = "BGMusic" | |
| 1584 | s.SoundId = "rbxassetid://600098105" | |
| 1585 | s.Pitch = 1 | |
| 1586 | s.Volume = 100 | |
| 1587 | s.Looped = false | |
| 1588 | s.archivable = false | |
| 1589 | s.Parent = char.Head | |
| 1590 | wait(0.1) | |
| 1591 | s:play() | |
| 1592 | local s = Instance.new("Sound",char)
| |
| 1593 | s.Name = "BGMusic" | |
| 1594 | s.SoundId = "rbxassetid://600098105" | |
| 1595 | s.Pitch = 1 | |
| 1596 | s.Volume = 100 | |
| 1597 | s.Looped = false | |
| 1598 | s.archivable = false | |
| 1599 | s.Parent = char.Head | |
| 1600 | wait(0.1) | |
| 1601 | s:play()local s = Instance.new("Sound",char)
| |
| 1602 | s.Name = "BGMusic" | |
| 1603 | s.SoundId = "rbxassetid://600098105" | |
| 1604 | s.Pitch = 1 | |
| 1605 | s.Volume = 100 | |
| 1606 | s.Looped = false | |
| 1607 | s.archivable = false | |
| 1608 | s.Parent = char.Head | |
| 1609 | wait(0.1) | |
| 1610 | s:play() | |
| 1611 | local s = Instance.new("Sound",char)
| |
| 1612 | s.Name = "BGMusic" | |
| 1613 | s.SoundId = "rbxassetid://600098105" | |
| 1614 | s.Pitch = 1 | |
| 1615 | s.Volume = 100 | |
| 1616 | s.Looped = false | |
| 1617 | s.archivable = false | |
| 1618 | s.Parent = char.Head | |
| 1619 | wait(0.1) | |
| 1620 | s:play() | |
| 1621 | local s = Instance.new("Sound",char)
| |
| 1622 | s.Name = "BGMusic" | |
| 1623 | s.SoundId = "rbxassetid://600098105" | |
| 1624 | s.Pitch = 1 | |
| 1625 | s.Volume = 100 | |
| 1626 | s.Looped = false | |
| 1627 | s.archivable = false | |
| 1628 | s.Parent = char.Head | |
| 1629 | wait(0.1) | |
| 1630 | s:play() | |
| 1631 | local s = Instance.new("Sound",char)
| |
| 1632 | s.Name = "BGMusic" | |
| 1633 | s.SoundId = "rbxassetid://600098105" | |
| 1634 | s.Pitch = 1 | |
| 1635 | s.Volume = 100 | |
| 1636 | s.Looped = false | |
| 1637 | s.archivable = false | |
| 1638 | s.Parent = char.Head | |
| 1639 | wait(0.1) | |
| 1640 | s:play() | |
| 1641 | local s = Instance.new("Sound",char)
| |
| 1642 | s.Name = "BGMusic" | |
| 1643 | s.SoundId = "rbxassetid://600098105" | |
| 1644 | s.Pitch = 1 | |
| 1645 | s.Volume = 100 | |
| 1646 | s.Looped = false | |
| 1647 | s.archivable = false | |
| 1648 | s.Parent = char.Head | |
| 1649 | wait(0.1) | |
| 1650 | s:play()local s = Instance.new("Sound",char)
| |
| 1651 | s.Name = "BGMusic" | |
| 1652 | s.SoundId = "rbxassetid://600098105" | |
| 1653 | s.Pitch = 1 | |
| 1654 | s.Volume = 100 | |
| 1655 | s.Looped = false | |
| 1656 | s.archivable = false | |
| 1657 | s.Parent = char.Head | |
| 1658 | wait(0.1) | |
| 1659 | s:play() | |
| 1660 | local s = Instance.new("Sound",char)
| |
| 1661 | s.Name = "BGMusic" | |
| 1662 | s.SoundId = "rbxassetid://600098105" | |
| 1663 | s.Pitch = 1 | |
| 1664 | s.Volume = 100 | |
| 1665 | s.Looped = false | |
| 1666 | s.archivable = false | |
| 1667 | s.Parent = char.Head | |
| 1668 | wait(0.1) | |
| 1669 | s:play() | |
| 1670 | local s = Instance.new("Sound",char)
| |
| 1671 | s.Name = "BGMusic" | |
| 1672 | s.SoundId = "rbxassetid://600098105" | |
| 1673 | s.Pitch = 1 | |
| 1674 | s.Volume = 100 | |
| 1675 | s.Looped = false | |
| 1676 | s.archivable = false | |
| 1677 | s.Parent = char.Head | |
| 1678 | wait(0.1) | |
| 1679 | s:play() | |
| 1680 | local s = Instance.new("Sound",char)
| |
| 1681 | s.Name = "BGMusic" | |
| 1682 | s.SoundId = "rbxassetid://600098105" | |
| 1683 | s.Pitch = 1 | |
| 1684 | s.Volume = 100 | |
| 1685 | s.Looped = false | |
| 1686 | s.archivable = false | |
| 1687 | s.Parent = char.Head | |
| 1688 | wait(0.1) | |
| 1689 | s:play() | |
| 1690 | local s = Instance.new("Sound",char)
| |
| 1691 | s.Name = "BGMusic" | |
| 1692 | s.SoundId = "rbxassetid://600098105" | |
| 1693 | s.Pitch = 1 | |
| 1694 | s.Volume = 100 | |
| 1695 | s.Looped = false | |
| 1696 | s.archivable = false | |
| 1697 | s.Parent = char.Head | |
| 1698 | wait(0.1) | |
| 1699 | s:play()local s = Instance.new("Sound",char)
| |
| 1700 | s.Name = "BGMusic" | |
| 1701 | s.SoundId = "rbxassetid://600098105" | |
| 1702 | s.Pitch = 1 | |
| 1703 | s.Volume = 100 | |
| 1704 | s.Looped = false | |
| 1705 | s.archivable = false | |
| 1706 | s.Parent = char.Head | |
| 1707 | wait(0.1) | |
| 1708 | s:play() | |
| 1709 | local s = Instance.new("Sound",char)
| |
| 1710 | s.Name = "BGMusic" | |
| 1711 | s.SoundId = "rbxassetid://600098105" | |
| 1712 | s.Pitch = 1 | |
| 1713 | s.Volume = 100 | |
| 1714 | s.Looped = false | |
| 1715 | s.archivable = false | |
| 1716 | s.Parent = char.Head | |
| 1717 | wait(0.1) | |
| 1718 | s:play() | |
| 1719 | local s = Instance.new("Sound",char)
| |
| 1720 | s.Name = "BGMusic" | |
| 1721 | s.SoundId = "rbxassetid://600098105" | |
| 1722 | s.Pitch = 1 | |
| 1723 | s.Volume = 100 | |
| 1724 | s.Looped = false | |
| 1725 | s.archivable = false | |
| 1726 | s.Parent = char.Head | |
| 1727 | wait(0.1) | |
| 1728 | s:play() | |
| 1729 | local s = Instance.new("Sound",char)
| |
| 1730 | s.Name = "BGMusic" | |
| 1731 | s.SoundId = "rbxassetid://600098105" | |
| 1732 | s.Pitch = 1 | |
| 1733 | s.Volume = 100 | |
| 1734 | s.Looped = false | |
| 1735 | s.archivable = false | |
| 1736 | s.Parent = char.Head | |
| 1737 | wait(0.1) | |
| 1738 | s:play() | |
| 1739 | local s = Instance.new("Sound",char)
| |
| 1740 | s.Name = "BGMusic" | |
| 1741 | s.SoundId = "rbxassetid://600098105" | |
| 1742 | s.Pitch = 1 | |
| 1743 | s.Volume = 100 | |
| 1744 | s.Looped = false | |
| 1745 | s.archivable = false | |
| 1746 | s.Parent = char.Head | |
| 1747 | wait(0.1) | |
| 1748 | s:play()local s = Instance.new("Sound",char)
| |
| 1749 | s.Name = "BGMusic" | |
| 1750 | s.SoundId = "rbxassetid://600098105" | |
| 1751 | s.Pitch = 1 | |
| 1752 | s.Volume = 100 | |
| 1753 | s.Looped = false | |
| 1754 | s.archivable = false | |
| 1755 | s.Parent = char.Head | |
| 1756 | wait(0.1) | |
| 1757 | s:play() | |
| 1758 | local s = Instance.new("Sound",char)
| |
| 1759 | s.Name = "BGMusic" | |
| 1760 | s.SoundId = "rbxassetid://600098105" | |
| 1761 | s.Pitch = 1 | |
| 1762 | s.Volume = 100 | |
| 1763 | s.Looped = false | |
| 1764 | s.archivable = false | |
| 1765 | s.Parent = char.Head | |
| 1766 | wait(0.1) | |
| 1767 | s:play() | |
| 1768 | local s = Instance.new("Sound",char)
| |
| 1769 | s.Name = "BGMusic" | |
| 1770 | s.SoundId = "rbxassetid://600098105" | |
| 1771 | s.Pitch = 1 | |
| 1772 | s.Volume = 100 | |
| 1773 | s.Looped = false | |
| 1774 | s.archivable = false | |
| 1775 | s.Parent = char.Head | |
| 1776 | wait(0.1) | |
| 1777 | s:play() | |
| 1778 | local s = Instance.new("Sound",char)
| |
| 1779 | s.Name = "BGMusic" | |
| 1780 | s.SoundId = "rbxassetid://600098105" | |
| 1781 | s.Pitch = 1 | |
| 1782 | s.Volume = 100 | |
| 1783 | s.Looped = false | |
| 1784 | s.archivable = false | |
| 1785 | s.Parent = char.Head | |
| 1786 | wait(0.1) | |
| 1787 | s:play() | |
| 1788 | local s = Instance.new("Sound",char)
| |
| 1789 | s.Name = "BGMusic" | |
| 1790 | s.SoundId = "rbxassetid://600098105" | |
| 1791 | s.Pitch = 1 | |
| 1792 | s.Volume = 100 | |
| 1793 | s.Looped = false | |
| 1794 | s.archivable = false | |
| 1795 | s.Parent = char.Head | |
| 1796 | wait(0.1) | |
| 1797 | s:play()local s = Instance.new("Sound",char)
| |
| 1798 | s.Name = "BGMusic" | |
| 1799 | s.SoundId = "rbxassetid://600098105" | |
| 1800 | s.Pitch = 1 | |
| 1801 | s.Volume = 100 | |
| 1802 | s.Looped = false | |
| 1803 | s.archivable = false | |
| 1804 | s.Parent = char.Head | |
| 1805 | wait(0.1) | |
| 1806 | s:play() | |
| 1807 | local s = Instance.new("Sound",char)
| |
| 1808 | s.Name = "BGMusic" | |
| 1809 | s.SoundId = "rbxassetid://600098105" | |
| 1810 | s.Pitch = 1 | |
| 1811 | s.Volume = 100 | |
| 1812 | s.Looped = false | |
| 1813 | s.archivable = false | |
| 1814 | s.Parent = char.Head | |
| 1815 | wait(0.1) | |
| 1816 | s:play() | |
| 1817 | local s = Instance.new("Sound",char)
| |
| 1818 | s.Name = "BGMusic" | |
| 1819 | s.SoundId = "rbxassetid://600098105" | |
| 1820 | s.Pitch = 1 | |
| 1821 | s.Volume = 100 | |
| 1822 | s.Looped = false | |
| 1823 | s.archivable = false | |
| 1824 | s.Parent = char.Head | |
| 1825 | wait(0.1) | |
| 1826 | s:play() | |
| 1827 | local s = Instance.new("Sound",char)
| |
| 1828 | s.Name = "BGMusic" | |
| 1829 | s.SoundId = "rbxassetid://600098105" | |
| 1830 | s.Pitch = 1 | |
| 1831 | s.Volume = 100 | |
| 1832 | s.Looped = false | |
| 1833 | s.archivable = false | |
| 1834 | s.Parent = char.Head | |
| 1835 | wait(0.1) | |
| 1836 | s:play() | |
| 1837 | local s = Instance.new("Sound",char)
| |
| 1838 | s.Name = "BGMusic" | |
| 1839 | s.SoundId = "rbxassetid://600098105" | |
| 1840 | s.Pitch = 1 | |
| 1841 | s.Volume = 100 | |
| 1842 | s.Looped = false | |
| 1843 | s.archivable = false | |
| 1844 | s.Parent = char.Head | |
| 1845 | wait(0.1) | |
| 1846 | s:play()local s = Instance.new("Sound",char)
| |
| 1847 | s.Name = "BGMusic" | |
| 1848 | s.SoundId = "rbxassetid://600098105" | |
| 1849 | s.Pitch = 1 | |
| 1850 | s.Volume = 100 | |
| 1851 | s.Looped = false | |
| 1852 | s.archivable = false | |
| 1853 | s.Parent = char.Head | |
| 1854 | wait(0.1) | |
| 1855 | s:play() | |
| 1856 | local s = Instance.new("Sound",char)
| |
| 1857 | s.Name = "BGMusic" | |
| 1858 | s.SoundId = "rbxassetid://600098105" | |
| 1859 | s.Pitch = 1 | |
| 1860 | s.Volume = 100 | |
| 1861 | s.Looped = false | |
| 1862 | s.archivable = false | |
| 1863 | s.Parent = char.Head | |
| 1864 | wait(0.1) | |
| 1865 | s:play() | |
| 1866 | local s = Instance.new("Sound",char)
| |
| 1867 | s.Name = "BGMusic" | |
| 1868 | s.SoundId = "rbxassetid://600098105" | |
| 1869 | s.Pitch = 1 | |
| 1870 | s.Volume = 100 | |
| 1871 | s.Looped = false | |
| 1872 | s.archivable = false | |
| 1873 | s.Parent = char.Head | |
| 1874 | wait(0.1) | |
| 1875 | s:play() | |
| 1876 | local s = Instance.new("Sound",char)
| |
| 1877 | s.Name = "BGMusic" | |
| 1878 | s.SoundId = "rbxassetid://600098105" | |
| 1879 | s.Pitch = 1 | |
| 1880 | s.Volume = 100 | |
| 1881 | s.Looped = false | |
| 1882 | s.archivable = false | |
| 1883 | s.Parent = char.Head | |
| 1884 | wait(0.1) | |
| 1885 | s:play() | |
| 1886 | local s = Instance.new("Sound",char)
| |
| 1887 | s.Name = "BGMusic" | |
| 1888 | s.SoundId = "rbxassetid://600098105" | |
| 1889 | s.Pitch = 1 | |
| 1890 | s.Volume = 100 | |
| 1891 | s.Looped = false | |
| 1892 | s.archivable = false | |
| 1893 | s.Parent = char.Head | |
| 1894 | wait(0.1) | |
| 1895 | s:play()local s = Instance.new("Sound",char)
| |
| 1896 | s.Name = "BGMusic" | |
| 1897 | s.SoundId = "rbxassetid://600098105" | |
| 1898 | s.Pitch = 1 | |
| 1899 | s.Volume = 100 | |
| 1900 | s.Looped = false | |
| 1901 | s.archivable = false | |
| 1902 | s.Parent = char.Head | |
| 1903 | wait(0.1) | |
| 1904 | s:play() | |
| 1905 | local s = Instance.new("Sound",char)
| |
| 1906 | s.Name = "BGMusic" | |
| 1907 | s.SoundId = "rbxassetid://600098105" | |
| 1908 | s.Pitch = 1 | |
| 1909 | s.Volume = 100 | |
| 1910 | s.Looped = false | |
| 1911 | s.archivable = false | |
| 1912 | s.Parent = char.Head | |
| 1913 | wait(0.1) | |
| 1914 | s:play() | |
| 1915 | local s = Instance.new("Sound",char)
| |
| 1916 | s.Name = "BGMusic" | |
| 1917 | s.SoundId = "rbxassetid://600098105" | |
| 1918 | s.Pitch = 1 | |
| 1919 | s.Volume = 100 | |
| 1920 | s.Looped = false | |
| 1921 | s.archivable = false | |
| 1922 | s.Parent = char.Head | |
| 1923 | wait(0.1) | |
| 1924 | s:play() | |
| 1925 | local s = Instance.new("Sound",char)
| |
| 1926 | s.Name = "BGMusic" | |
| 1927 | s.SoundId = "rbxassetid://600098105" | |
| 1928 | s.Pitch = 1 | |
| 1929 | s.Volume = 100 | |
| 1930 | s.Looped = false | |
| 1931 | s.archivable = false | |
| 1932 | s.Parent = char.Head | |
| 1933 | wait(0.1) | |
| 1934 | s:play() | |
| 1935 | local s = Instance.new("Sound",char)
| |
| 1936 | s.Name = "BGMusic" | |
| 1937 | s.SoundId = "rbxassetid://600098105" | |
| 1938 | s.Pitch = 1 | |
| 1939 | s.Volume = 100 | |
| 1940 | s.Looped = false | |
| 1941 | s.archivable = false | |
| 1942 | s.Parent = char.Head | |
| 1943 | wait(0.1) | |
| 1944 | s:play()local s = Instance.new("Sound",char)
| |
| 1945 | s.Name = "BGMusic" | |
| 1946 | s.SoundId = "rbxassetid://600098105" | |
| 1947 | s.Pitch = 1 | |
| 1948 | s.Volume = 100 | |
| 1949 | s.Looped = false | |
| 1950 | s.archivable = false | |
| 1951 | s.Parent = char.Head | |
| 1952 | wait(0.1) | |
| 1953 | s:play() | |
| 1954 | local s = Instance.new("Sound",char)
| |
| 1955 | s.Name = "BGMusic" | |
| 1956 | s.SoundId = "rbxassetid://600098105" | |
| 1957 | s.Pitch = 1 | |
| 1958 | s.Volume = 100 | |
| 1959 | s.Looped = false | |
| 1960 | s.archivable = false | |
| 1961 | s.Parent = char.Head | |
| 1962 | wait(0.1) | |
| 1963 | s:play() | |
| 1964 | local s = Instance.new("Sound",char)
| |
| 1965 | s.Name = "BGMusic" | |
| 1966 | s.SoundId = "rbxassetid://600098105" | |
| 1967 | s.Pitch = 1 | |
| 1968 | s.Volume = 100 | |
| 1969 | s.Looped = false | |
| 1970 | s.archivable = false | |
| 1971 | s.Parent = char.Head | |
| 1972 | wait(0.1) | |
| 1973 | s:play() | |
| 1974 | local s = Instance.new("Sound",char)
| |
| 1975 | s.Name = "BGMusic" | |
| 1976 | s.SoundId = "rbxassetid://600098105" | |
| 1977 | s.Pitch = 1 | |
| 1978 | s.Volume = 100 | |
| 1979 | s.Looped = false | |
| 1980 | s.archivable = false | |
| 1981 | s.Parent = char.Head | |
| 1982 | wait(0.1) | |
| 1983 | s:play() | |
| 1984 | local s = Instance.new("Sound",char)
| |
| 1985 | s.Name = "BGMusic" | |
| 1986 | s.SoundId = "rbxassetid://600098105" | |
| 1987 | s.Pitch = 1 | |
| 1988 | s.Volume = 100 | |
| 1989 | s.Looped = false | |
| 1990 | s.archivable = false | |
| 1991 | s.Parent = char.Head | |
| 1992 | wait(0.1) | |
| 1993 | s:play()local s = Instance.new("Sound",char)
| |
| 1994 | s.Name = "BGMusic" | |
| 1995 | s.SoundId = "rbxassetid://600098105" | |
| 1996 | s.Pitch = 1 | |
| 1997 | s.Volume = 100 | |
| 1998 | s.Looped = false | |
| 1999 | s.archivable = false | |
| 2000 | s.Parent = char.Head | |
| 2001 | wait(0.1) | |
| 2002 | s:play() | |
| 2003 | local s = Instance.new("Sound",char)
| |
| 2004 | s.Name = "BGMusic" | |
| 2005 | s.SoundId = "rbxassetid://600098105" | |
| 2006 | s.Pitch = 1 | |
| 2007 | s.Volume = 100 | |
| 2008 | s.Looped = false | |
| 2009 | s.archivable = false | |
| 2010 | s.Parent = char.Head | |
| 2011 | wait(0.1) | |
| 2012 | s:play() | |
| 2013 | local s = Instance.new("Sound",char)
| |
| 2014 | s.Name = "BGMusic" | |
| 2015 | s.SoundId = "rbxassetid://600098105" | |
| 2016 | s.Pitch = 1 | |
| 2017 | s.Volume = 100 | |
| 2018 | s.Looped = false | |
| 2019 | s.archivable = false | |
| 2020 | s.Parent = char.Head | |
| 2021 | wait(0.1) | |
| 2022 | s:play() | |
| 2023 | local s = Instance.new("Sound",char)
| |
| 2024 | s.Name = "BGMusic" | |
| 2025 | s.SoundId = "rbxassetid://600098105" | |
| 2026 | s.Pitch = 1 | |
| 2027 | s.Volume = 100 | |
| 2028 | s.Looped = false | |
| 2029 | s.archivable = false | |
| 2030 | s.Parent = char.Head | |
| 2031 | wait(0.1) | |
| 2032 | s:play() | |
| 2033 | local s = Instance.new("Sound",char)
| |
| 2034 | s.Name = "BGMusic" | |
| 2035 | s.SoundId = "rbxassetid://600098105" | |
| 2036 | s.Pitch = 1 | |
| 2037 | s.Volume = 100 | |
| 2038 | s.Looped = false | |
| 2039 | s.archivable = false | |
| 2040 | s.Parent = char.Head | |
| 2041 | wait(0.1) | |
| 2042 | s:play()local s = Instance.new("Sound",char)
| |
| 2043 | s.Name = "BGMusic" | |
| 2044 | s.SoundId = "rbxassetid://600098105" | |
| 2045 | s.Pitch = 1 | |
| 2046 | s.Volume = 100 | |
| 2047 | s.Looped = false | |
| 2048 | s.archivable = false | |
| 2049 | s.Parent = char.Head | |
| 2050 | wait(0.1) | |
| 2051 | s:play() | |
| 2052 | local s = Instance.new("Sound",char)
| |
| 2053 | s.Name = "BGMusic" | |
| 2054 | s.SoundId = "rbxassetid://600098105" | |
| 2055 | s.Pitch = 1 | |
| 2056 | s.Volume = 100 | |
| 2057 | s.Looped = false | |
| 2058 | s.archivable = false | |
| 2059 | s.Parent = char.Head | |
| 2060 | wait(0.1) | |
| 2061 | s:play() | |
| 2062 | local s = Instance.new("Sound",char)
| |
| 2063 | s.Name = "BGMusic" | |
| 2064 | s.SoundId = "rbxassetid://600098105" | |
| 2065 | s.Pitch = 1 | |
| 2066 | s.Volume = 100 | |
| 2067 | s.Looped = false | |
| 2068 | s.archivable = false | |
| 2069 | s.Parent = char.Head | |
| 2070 | wait(0.1) | |
| 2071 | s:play() | |
| 2072 | local s = Instance.new("Sound",char)
| |
| 2073 | s.Name = "BGMusic" | |
| 2074 | s.SoundId = "rbxassetid://600098105" | |
| 2075 | s.Pitch = 1 | |
| 2076 | s.Volume = 100 | |
| 2077 | s.Looped = false | |
| 2078 | s.archivable = false | |
| 2079 | s.Parent = char.Head | |
| 2080 | wait(0.1) | |
| 2081 | s:play() | |
| 2082 | local s = Instance.new("Sound",char)
| |
| 2083 | s.Name = "BGMusic" | |
| 2084 | s.SoundId = "rbxassetid://600098105" | |
| 2085 | s.Pitch = 1 | |
| 2086 | s.Volume = 100 | |
| 2087 | s.Looped = false | |
| 2088 | s.archivable = false | |
| 2089 | s.Parent = char.Head | |
| 2090 | wait(0.1) | |
| 2091 | s:play()local s = Instance.new("Sound",char)
| |
| 2092 | s.Name = "BGMusic" | |
| 2093 | s.SoundId = "rbxassetid://600098105" | |
| 2094 | s.Pitch = 1 | |
| 2095 | s.Volume = 100 | |
| 2096 | s.Looped = false | |
| 2097 | s.archivable = false | |
| 2098 | s.Parent = char.Head | |
| 2099 | wait(0.1) | |
| 2100 | s:play() | |
| 2101 | local s = Instance.new("Sound",char)
| |
| 2102 | s.Name = "BGMusic" | |
| 2103 | s.SoundId = "rbxassetid://600098105" | |
| 2104 | s.Pitch = 1 | |
| 2105 | s.Volume = 100 | |
| 2106 | s.Looped = false | |
| 2107 | s.archivable = false | |
| 2108 | s.Parent = char.Head | |
| 2109 | wait(0.1) | |
| 2110 | s:play() | |
| 2111 | local s = Instance.new("Sound",char)
| |
| 2112 | s.Name = "BGMusic" | |
| 2113 | s.SoundId = "rbxassetid://600098105" | |
| 2114 | s.Pitch = 1 | |
| 2115 | s.Volume = 100 | |
| 2116 | s.Looped = false | |
| 2117 | s.archivable = false | |
| 2118 | s.Parent = char.Head | |
| 2119 | wait(0.1) | |
| 2120 | s:play() | |
| 2121 | local s = Instance.new("Sound",char)
| |
| 2122 | s.Name = "BGMusic" | |
| 2123 | s.SoundId = "rbxassetid://600098105" | |
| 2124 | s.Pitch = 1 | |
| 2125 | s.Volume = 100 | |
| 2126 | s.Looped = false | |
| 2127 | s.archivable = false | |
| 2128 | s.Parent = char.Head | |
| 2129 | wait(0.1) | |
| 2130 | s:play() | |
| 2131 | local s = Instance.new("Sound",char)
| |
| 2132 | s.Name = "BGMusic" | |
| 2133 | s.SoundId = "rbxassetid://600098105" | |
| 2134 | s.Pitch = 1 | |
| 2135 | s.Volume = 100 | |
| 2136 | s.Looped = false | |
| 2137 | s.archivable = false | |
| 2138 | s.Parent = char.Head | |
| 2139 | wait(0.1) | |
| 2140 | s:play()local s = Instance.new("Sound",char)
| |
| 2141 | s.Name = "BGMusic" | |
| 2142 | s.SoundId = "rbxassetid://600098105" | |
| 2143 | s.Pitch = 1 | |
| 2144 | s.Volume = 100 | |
| 2145 | s.Looped = false | |
| 2146 | s.archivable = false | |
| 2147 | s.Parent = char.Head | |
| 2148 | wait(0.1) | |
| 2149 | s:play() | |
| 2150 | local s = Instance.new("Sound",char)
| |
| 2151 | s.Name = "BGMusic" | |
| 2152 | s.SoundId = "rbxassetid://600098105" | |
| 2153 | s.Pitch = 1 | |
| 2154 | s.Volume = 100 | |
| 2155 | s.Looped = false | |
| 2156 | s.archivable = false | |
| 2157 | s.Parent = char.Head | |
| 2158 | wait(0.1) | |
| 2159 | s:play() | |
| 2160 | local s = Instance.new("Sound",char)
| |
| 2161 | s.Name = "BGMusic" | |
| 2162 | s.SoundId = "rbxassetid://600098105" | |
| 2163 | s.Pitch = 1 | |
| 2164 | s.Volume = 100 | |
| 2165 | s.Looped = false | |
| 2166 | s.archivable = false | |
| 2167 | s.Parent = char.Head | |
| 2168 | wait(0.1) | |
| 2169 | s:play() | |
| 2170 | local s = Instance.new("Sound",char)
| |
| 2171 | s.Name = "BGMusic" | |
| 2172 | s.SoundId = "rbxassetid://600098105" | |
| 2173 | s.Pitch = 1 | |
| 2174 | s.Volume = 100 | |
| 2175 | s.Looped = false | |
| 2176 | s.archivable = false | |
| 2177 | s.Parent = char.Head | |
| 2178 | wait(0.1) | |
| 2179 | s:play() | |
| 2180 | local s = Instance.new("Sound",char)
| |
| 2181 | s.Name = "BGMusic" | |
| 2182 | s.SoundId = "rbxassetid://600098105" | |
| 2183 | s.Pitch = 1 | |
| 2184 | s.Volume = 100 | |
| 2185 | s.Looped = false | |
| 2186 | s.archivable = false | |
| 2187 | s.Parent = char.Head | |
| 2188 | wait(0.1) | |
| 2189 | s:play()local s = Instance.new("Sound",char)
| |
| 2190 | s.Name = "BGMusic" | |
| 2191 | s.SoundId = "rbxassetid://600098105" | |
| 2192 | s.Pitch = 1 | |
| 2193 | s.Volume = 100 | |
| 2194 | s.Looped = false | |
| 2195 | s.archivable = false | |
| 2196 | s.Parent = char.Head | |
| 2197 | wait(0.1) | |
| 2198 | s:play() | |
| 2199 | local s = Instance.new("Sound",char)
| |
| 2200 | s.Name = "BGMusic" | |
| 2201 | s.SoundId = "rbxassetid://600098105" | |
| 2202 | s.Pitch = 1 | |
| 2203 | s.Volume = 100 | |
| 2204 | s.Looped = false | |
| 2205 | s.archivable = false | |
| 2206 | s.Parent = char.Head | |
| 2207 | wait(0.1) | |
| 2208 | s:play() | |
| 2209 | local s = Instance.new("Sound",char)
| |
| 2210 | s.Name = "BGMusic" | |
| 2211 | s.SoundId = "rbxassetid://600098105" | |
| 2212 | s.Pitch = 1 | |
| 2213 | s.Volume = 100 | |
| 2214 | s.Looped = false | |
| 2215 | s.archivable = false | |
| 2216 | s.Parent = char.Head | |
| 2217 | wait(0.1) | |
| 2218 | s:play() | |
| 2219 | local s = Instance.new("Sound",char)
| |
| 2220 | s.Name = "BGMusic" | |
| 2221 | s.SoundId = "rbxassetid://600098105" | |
| 2222 | s.Pitch = 1 | |
| 2223 | s.Volume = 100 | |
| 2224 | s.Looped = false | |
| 2225 | s.archivable = false | |
| 2226 | s.Parent = char.Head | |
| 2227 | wait(0.1) | |
| 2228 | s:play() | |
| 2229 | local s = Instance.new("Sound",char)
| |
| 2230 | s.Name = "BGMusic" | |
| 2231 | s.SoundId = "rbxassetid://600098105" | |
| 2232 | s.Pitch = 1 | |
| 2233 | s.Volume = 100 | |
| 2234 | s.Looped = false | |
| 2235 | s.archivable = false | |
| 2236 | s.Parent = char.Head | |
| 2237 | wait(0.1) | |
| 2238 | s:play()local s = Instance.new("Sound",char)
| |
| 2239 | s.Name = "BGMusic" | |
| 2240 | s.SoundId = "rbxassetid://600098105" | |
| 2241 | s.Pitch = 1 | |
| 2242 | s.Volume = 100 | |
| 2243 | s.Looped = false | |
| 2244 | s.archivable = false | |
| 2245 | s.Parent = char.Head | |
| 2246 | wait(0.1) | |
| 2247 | s:play() | |
| 2248 | local s = Instance.new("Sound",char)
| |
| 2249 | s.Name = "BGMusic" | |
| 2250 | s.SoundId = "rbxassetid://600098105" | |
| 2251 | s.Pitch = 1 | |
| 2252 | s.Volume = 100 | |
| 2253 | s.Looped = false | |
| 2254 | s.archivable = false | |
| 2255 | s.Parent = char.Head | |
| 2256 | wait(0.1) | |
| 2257 | s:play() | |
| 2258 | local s = Instance.new("Sound",char)
| |
| 2259 | s.Name = "BGMusic" | |
| 2260 | s.SoundId = "rbxassetid://600098105" | |
| 2261 | s.Pitch = 1 | |
| 2262 | s.Volume = 100 | |
| 2263 | s.Looped = false | |
| 2264 | s.archivable = false | |
| 2265 | s.Parent = char.Head | |
| 2266 | wait(0.1) | |
| 2267 | s:play() | |
| 2268 | local s = Instance.new("Sound",char)
| |
| 2269 | s.Name = "BGMusic" | |
| 2270 | s.SoundId = "rbxassetid://600098105" | |
| 2271 | s.Pitch = 1 | |
| 2272 | s.Volume = 100 | |
| 2273 | s.Looped = false | |
| 2274 | s.archivable = false | |
| 2275 | s.Parent = char.Head | |
| 2276 | wait(0.1) | |
| 2277 | s:play() | |
| 2278 | local s = Instance.new("Sound",char)
| |
| 2279 | s.Name = "BGMusic" | |
| 2280 | s.SoundId = "rbxassetid://600098105" | |
| 2281 | s.Pitch = 1 | |
| 2282 | s.Volume = 100 | |
| 2283 | s.Looped = false | |
| 2284 | s.archivable = false | |
| 2285 | s.Parent = char.Head | |
| 2286 | wait(0.1) | |
| 2287 | s:play()local s = Instance.new("Sound",char)
| |
| 2288 | s.Name = "BGMusic" | |
| 2289 | s.SoundId = "rbxassetid://600098105" | |
| 2290 | s.Pitch = 1 | |
| 2291 | s.Volume = 100 | |
| 2292 | s.Looped = false | |
| 2293 | s.archivable = false | |
| 2294 | s.Parent = char.Head | |
| 2295 | wait(0.1) | |
| 2296 | s:play() | |
| 2297 | local s = Instance.new("Sound",char)
| |
| 2298 | s.Name = "BGMusic" | |
| 2299 | s.SoundId = "rbxassetid://600098105" | |
| 2300 | s.Pitch = 1 | |
| 2301 | s.Volume = 100 | |
| 2302 | s.Looped = false | |
| 2303 | s.archivable = false | |
| 2304 | s.Parent = char.Head | |
| 2305 | wait(0.1) | |
| 2306 | s:play() | |
| 2307 | local s = Instance.new("Sound",char)
| |
| 2308 | s.Name = "BGMusic" | |
| 2309 | s.SoundId = "rbxassetid://600098105" | |
| 2310 | s.Pitch = 1 | |
| 2311 | s.Volume = 100 | |
| 2312 | s.Looped = false | |
| 2313 | s.archivable = false | |
| 2314 | s.Parent = char.Head | |
| 2315 | wait(0.1) | |
| 2316 | s:play() | |
| 2317 | local s = Instance.new("Sound",char)
| |
| 2318 | s.Name = "BGMusic" | |
| 2319 | s.SoundId = "rbxassetid://600098105" | |
| 2320 | s.Pitch = 1 | |
| 2321 | s.Volume = 100 | |
| 2322 | s.Looped = false | |
| 2323 | s.archivable = false | |
| 2324 | s.Parent = char.Head | |
| 2325 | wait(0.1) | |
| 2326 | s:play() | |
| 2327 | local s = Instance.new("Sound",char)
| |
| 2328 | s.Name = "BGMusic" | |
| 2329 | s.SoundId = "rbxassetid://600098105" | |
| 2330 | s.Pitch = 1 | |
| 2331 | s.Volume = 100 | |
| 2332 | s.Looped = false | |
| 2333 | s.archivable = false | |
| 2334 | s.Parent = char.Head | |
| 2335 | wait(0.1) | |
| 2336 | s:play()local s = Instance.new("Sound",char)
| |
| 2337 | s.Name = "BGMusic" | |
| 2338 | s.SoundId = "rbxassetid://600098105" | |
| 2339 | s.Pitch = 1 | |
| 2340 | s.Volume = 100 | |
| 2341 | s.Looped = false | |
| 2342 | s.archivable = false | |
| 2343 | s.Parent = char.Head | |
| 2344 | wait(0.1) | |
| 2345 | s:play() | |
| 2346 | local s = Instance.new("Sound",char)
| |
| 2347 | s.Name = "BGMusic" | |
| 2348 | s.SoundId = "rbxassetid://600098105" | |
| 2349 | s.Pitch = 1 | |
| 2350 | s.Volume = 100 | |
| 2351 | s.Looped = false | |
| 2352 | s.archivable = false | |
| 2353 | s.Parent = char.Head | |
| 2354 | wait(0.1) | |
| 2355 | s:play() | |
| 2356 | local s = Instance.new("Sound",char)
| |
| 2357 | s.Name = "BGMusic" | |
| 2358 | s.SoundId = "rbxassetid://600098105" | |
| 2359 | s.Pitch = 1 | |
| 2360 | s.Volume = 100 | |
| 2361 | s.Looped = false | |
| 2362 | s.archivable = false | |
| 2363 | s.Parent = char.Head | |
| 2364 | wait(0.1) | |
| 2365 | s:play() | |
| 2366 | local s = Instance.new("Sound",char)
| |
| 2367 | s.Name = "BGMusic" | |
| 2368 | s.SoundId = "rbxassetid://600098105" | |
| 2369 | s.Pitch = 1 | |
| 2370 | s.Volume = 100 | |
| 2371 | s.Looped = false | |
| 2372 | s.archivable = false | |
| 2373 | s.Parent = char.Head | |
| 2374 | wait(0.1) | |
| 2375 | s:play() | |
| 2376 | local s = Instance.new("Sound",char)
| |
| 2377 | s.Name = "BGMusic" | |
| 2378 | s.SoundId = "rbxassetid://600098105" | |
| 2379 | s.Pitch = 1 | |
| 2380 | s.Volume = 100 | |
| 2381 | s.Looped = false | |
| 2382 | s.archivable = false | |
| 2383 | s.Parent = char.Head | |
| 2384 | wait(0.1) | |
| 2385 | s:play()local s = Instance.new("Sound",char)
| |
| 2386 | s.Name = "BGMusic" | |
| 2387 | s.SoundId = "rbxassetid://600098105" | |
| 2388 | s.Pitch = 1 | |
| 2389 | s.Volume = 100 | |
| 2390 | s.Looped = false | |
| 2391 | s.archivable = false | |
| 2392 | s.Parent = char.Head | |
| 2393 | wait(0.1) | |
| 2394 | s:play() | |
| 2395 | local s = Instance.new("Sound",char)
| |
| 2396 | s.Name = "BGMusic" | |
| 2397 | s.SoundId = "rbxassetid://600098105" | |
| 2398 | s.Pitch = 1 | |
| 2399 | s.Volume = 100 | |
| 2400 | s.Looped = false | |
| 2401 | s.archivable = false | |
| 2402 | s.Parent = char.Head | |
| 2403 | wait(0.1) | |
| 2404 | s:play() | |
| 2405 | local s = Instance.new("Sound",char)
| |
| 2406 | s.Name = "BGMusic" | |
| 2407 | s.SoundId = "rbxassetid://600098105" | |
| 2408 | s.Pitch = 1 | |
| 2409 | s.Volume = 100 | |
| 2410 | s.Looped = false | |
| 2411 | s.archivable = false | |
| 2412 | s.Parent = char.Head | |
| 2413 | wait(0.1) | |
| 2414 | s:play() | |
| 2415 | local s = Instance.new("Sound",char)
| |
| 2416 | s.Name = "BGMusic" | |
| 2417 | s.SoundId = "rbxassetid://600098105" | |
| 2418 | s.Pitch = 1 | |
| 2419 | s.Volume = 100 | |
| 2420 | s.Looped = false | |
| 2421 | s.archivable = false | |
| 2422 | s.Parent = char.Head | |
| 2423 | wait(0.1) | |
| 2424 | s:play() | |
| 2425 | local s = Instance.new("Sound",char)
| |
| 2426 | s.Name = "BGMusic" | |
| 2427 | s.SoundId = "rbxassetid://600098105" | |
| 2428 | s.Pitch = 1 | |
| 2429 | s.Volume = 100 | |
| 2430 | s.Looped = false | |
| 2431 | s.archivable = false | |
| 2432 | s.Parent = char.Head | |
| 2433 | wait(0.1) | |
| 2434 | s:play()local s = Instance.new("Sound",char)
| |
| 2435 | s.Name = "BGMusic" | |
| 2436 | s.SoundId = "rbxassetid://600098105" | |
| 2437 | s.Pitch = 1 | |
| 2438 | s.Volume = 100 | |
| 2439 | s.Looped = false | |
| 2440 | s.archivable = false | |
| 2441 | s.Parent = char.Head | |
| 2442 | wait(0.1) | |
| 2443 | s:play() | |
| 2444 | local s = Instance.new("Sound",char)
| |
| 2445 | s.Name = "BGMusic" | |
| 2446 | s.SoundId = "rbxassetid://600098105" | |
| 2447 | s.Pitch = 1 | |
| 2448 | s.Volume = 100 | |
| 2449 | s.Looped = false | |
| 2450 | s.archivable = false | |
| 2451 | s.Parent = char.Head | |
| 2452 | wait(0.1) | |
| 2453 | s:play() | |
| 2454 | local s = Instance.new("Sound",char)
| |
| 2455 | s.Name = "BGMusic" | |
| 2456 | s.SoundId = "rbxassetid://600098105" | |
| 2457 | s.Pitch = 1 | |
| 2458 | s.Volume = 100 | |
| 2459 | s.Looped = false | |
| 2460 | s.archivable = false | |
| 2461 | s.Parent = char.Head | |
| 2462 | wait(0.1) | |
| 2463 | s:play() | |
| 2464 | local s = Instance.new("Sound",char)
| |
| 2465 | s.Name = "BGMusic" | |
| 2466 | s.SoundId = "rbxassetid://600098105" | |
| 2467 | s.Pitch = 1 | |
| 2468 | s.Volume = 100 | |
| 2469 | s.Looped = false | |
| 2470 | s.archivable = false | |
| 2471 | s.Parent = char.Head | |
| 2472 | wait(0.1) | |
| 2473 | s:play() | |
| 2474 | local s = Instance.new("Sound",char)
| |
| 2475 | s.Name = "BGMusic" | |
| 2476 | s.SoundId = "rbxassetid://600098105" | |
| 2477 | s.Pitch = 1 | |
| 2478 | s.Volume = 100 | |
| 2479 | s.Looped = false | |
| 2480 | s.archivable = false | |
| 2481 | s.Parent = char.Head | |
| 2482 | wait(0.1) | |
| 2483 | s:play()local s = Instance.new("Sound",char)
| |
| 2484 | s.Name = "BGMusic" | |
| 2485 | s.SoundId = "rbxassetid://600098105" | |
| 2486 | s.Pitch = 1 | |
| 2487 | s.Volume = 100 | |
| 2488 | s.Looped = false | |
| 2489 | s.archivable = false | |
| 2490 | s.Parent = char.Head | |
| 2491 | wait(0.1) | |
| 2492 | s:play() | |
| 2493 | local s = Instance.new("Sound",char)
| |
| 2494 | s.Name = "BGMusic" | |
| 2495 | s.SoundId = "rbxassetid://600098105" | |
| 2496 | s.Pitch = 1 | |
| 2497 | s.Volume = 100 | |
| 2498 | s.Looped = false | |
| 2499 | s.archivable = false | |
| 2500 | s.Parent = char.Head | |
| 2501 | wait(0.1) | |
| 2502 | s:play() | |
| 2503 | local s = Instance.new("Sound",char)
| |
| 2504 | s.Name = "BGMusic" | |
| 2505 | s.SoundId = "rbxassetid://600098105" | |
| 2506 | s.Pitch = 1 | |
| 2507 | s.Volume = 100 | |
| 2508 | s.Looped = false | |
| 2509 | s.archivable = false | |
| 2510 | s.Parent = char.Head | |
| 2511 | wait(0.1) | |
| 2512 | s:play() | |
| 2513 | local s = Instance.new("Sound",char)
| |
| 2514 | s.Name = "BGMusic" | |
| 2515 | s.SoundId = "rbxassetid://600098105" | |
| 2516 | s.Pitch = 1 | |
| 2517 | s.Volume = 100 | |
| 2518 | s.Looped = false | |
| 2519 | s.archivable = false | |
| 2520 | s.Parent = char.Head | |
| 2521 | wait(0.1) | |
| 2522 | s:play() | |
| 2523 | local s = Instance.new("Sound",char)
| |
| 2524 | s.Name = "BGMusic" | |
| 2525 | s.SoundId = "rbxassetid://600098105" | |
| 2526 | s.Pitch = 1 | |
| 2527 | s.Volume = 100 | |
| 2528 | s.Looped = false | |
| 2529 | s.archivable = false | |
| 2530 | s.Parent = char.Head | |
| 2531 | wait(0.1) | |
| 2532 | s:play()local s = Instance.new("Sound",char)
| |
| 2533 | s.Name = "BGMusic" | |
| 2534 | s.SoundId = "rbxassetid://600098105" | |
| 2535 | s.Pitch = 1 | |
| 2536 | s.Volume = 100 | |
| 2537 | s.Looped = false | |
| 2538 | s.archivable = false | |
| 2539 | s.Parent = char.Head | |
| 2540 | wait(0.1) | |
| 2541 | s:play() | |
| 2542 | local s = Instance.new("Sound",char)
| |
| 2543 | s.Name = "BGMusic" | |
| 2544 | s.SoundId = "rbxassetid://600098105" | |
| 2545 | s.Pitch = 1 | |
| 2546 | s.Volume = 100 | |
| 2547 | s.Looped = false | |
| 2548 | s.archivable = false | |
| 2549 | s.Parent = char.Head | |
| 2550 | wait(0.1) | |
| 2551 | s:play() | |
| 2552 | local s = Instance.new("Sound",char)
| |
| 2553 | s.Name = "BGMusic" | |
| 2554 | s.SoundId = "rbxassetid://600098105" | |
| 2555 | s.Pitch = 1 | |
| 2556 | s.Volume = 100 | |
| 2557 | s.Looped = false | |
| 2558 | s.archivable = false | |
| 2559 | s.Parent = char.Head | |
| 2560 | wait(0.1) | |
| 2561 | s:play() | |
| 2562 | local s = Instance.new("Sound",char)
| |
| 2563 | s.Name = "BGMusic" | |
| 2564 | s.SoundId = "rbxassetid://600098105" | |
| 2565 | s.Pitch = 1 | |
| 2566 | s.Volume = 100 | |
| 2567 | s.Looped = false | |
| 2568 | s.archivable = false | |
| 2569 | s.Parent = char.Head | |
| 2570 | wait(0.1) | |
| 2571 | s:play() | |
| 2572 | local s = Instance.new("Sound",char)
| |
| 2573 | s.Name = "BGMusic" | |
| 2574 | s.SoundId = "rbxassetid://600098105" | |
| 2575 | s.Pitch = 1 | |
| 2576 | s.Volume = 100 | |
| 2577 | s.Looped = false | |
| 2578 | s.archivable = false | |
| 2579 | s.Parent = char.Head | |
| 2580 | wait(0.1) | |
| 2581 | s:play()local s = Instance.new("Sound",char)
| |
| 2582 | s.Name = "BGMusic" | |
| 2583 | s.SoundId = "rbxassetid://600098105" | |
| 2584 | s.Pitch = 1 | |
| 2585 | s.Volume = 100 | |
| 2586 | s.Looped = false | |
| 2587 | s.archivable = false | |
| 2588 | s.Parent = char.Head | |
| 2589 | wait(0.1) | |
| 2590 | s:play() | |
| 2591 | local s = Instance.new("Sound",char)
| |
| 2592 | s.Name = "BGMusic" | |
| 2593 | s.SoundId = "rbxassetid://600098105" | |
| 2594 | s.Pitch = 1 | |
| 2595 | s.Volume = 100 | |
| 2596 | s.Looped = false | |
| 2597 | s.archivable = false | |
| 2598 | s.Parent = char.Head | |
| 2599 | wait(0.1) | |
| 2600 | s:play() | |
| 2601 | local s = Instance.new("Sound",char)
| |
| 2602 | s.Name = "BGMusic" | |
| 2603 | s.SoundId = "rbxassetid://600098105" | |
| 2604 | s.Pitch = 1 | |
| 2605 | s.Volume = 100 | |
| 2606 | s.Looped = false | |
| 2607 | s.archivable = false | |
| 2608 | s.Parent = char.Head | |
| 2609 | wait(0.1) | |
| 2610 | s:play() | |
| 2611 | local s = Instance.new("Sound",char)
| |
| 2612 | s.Name = "BGMusic" | |
| 2613 | s.SoundId = "rbxassetid://600098105" | |
| 2614 | s.Pitch = 1 | |
| 2615 | s.Volume = 100 | |
| 2616 | s.Looped = false | |
| 2617 | s.archivable = false | |
| 2618 | s.Parent = char.Head | |
| 2619 | wait(0.1) | |
| 2620 | s:play() | |
| 2621 | local s = Instance.new("Sound",char)
| |
| 2622 | s.Name = "BGMusic" | |
| 2623 | s.SoundId = "rbxassetid://600098105" | |
| 2624 | s.Pitch = 1 | |
| 2625 | s.Volume = 100 | |
| 2626 | s.Looped = false | |
| 2627 | s.archivable = false | |
| 2628 | s.Parent = char.Head | |
| 2629 | wait(0.1) | |
| 2630 | s:play()local s = Instance.new("Sound",char)
| |
| 2631 | s.Name = "BGMusic" | |
| 2632 | s.SoundId = "rbxassetid://600098105" | |
| 2633 | s.Pitch = 1 | |
| 2634 | s.Volume = 100 | |
| 2635 | s.Looped = false | |
| 2636 | s.archivable = false | |
| 2637 | s.Parent = char.Head | |
| 2638 | wait(0.1) | |
| 2639 | s:play() | |
| 2640 | local s = Instance.new("Sound",char)
| |
| 2641 | s.Name = "BGMusic" | |
| 2642 | s.SoundId = "rbxassetid://600098105" | |
| 2643 | s.Pitch = 1 | |
| 2644 | s.Volume = 100 | |
| 2645 | s.Looped = false | |
| 2646 | s.archivable = false | |
| 2647 | s.Parent = char.Head | |
| 2648 | wait(0.1) | |
| 2649 | s:play() | |
| 2650 | local s = Instance.new("Sound",char)
| |
| 2651 | s.Name = "BGMusic" | |
| 2652 | s.SoundId = "rbxassetid://600098105" | |
| 2653 | s.Pitch = 1 | |
| 2654 | s.Volume = 100 | |
| 2655 | s.Looped = false | |
| 2656 | s.archivable = false | |
| 2657 | s.Parent = char.Head | |
| 2658 | wait(0.1) | |
| 2659 | s:play() | |
| 2660 | local s = Instance.new("Sound",char)
| |
| 2661 | s.Name = "BGMusic" | |
| 2662 | s.SoundId = "rbxassetid://600098105" | |
| 2663 | s.Pitch = 1 | |
| 2664 | s.Volume = 100 | |
| 2665 | s.Looped = false | |
| 2666 | s.archivable = false | |
| 2667 | s.Parent = char.Head | |
| 2668 | wait(0.1) | |
| 2669 | s:play() | |
| 2670 | local s = Instance.new("Sound",char)
| |
| 2671 | s.Name = "BGMusic" | |
| 2672 | s.SoundId = "rbxassetid://600098105" | |
| 2673 | s.Pitch = 1 | |
| 2674 | s.Volume = 100 | |
| 2675 | s.Looped = false | |
| 2676 | s.archivable = false | |
| 2677 | s.Parent = char.Head | |
| 2678 | wait(0.1) | |
| 2679 | s:play()local s = Instance.new("Sound",char)
| |
| 2680 | s.Name = "BGMusic" | |
| 2681 | s.SoundId = "rbxassetid://600098105" | |
| 2682 | s.Pitch = 1 | |
| 2683 | s.Volume = 100 | |
| 2684 | s.Looped = false | |
| 2685 | s.archivable = false | |
| 2686 | s.Parent = char.Head | |
| 2687 | wait(0.1) | |
| 2688 | s:play() | |
| 2689 | local s = Instance.new("Sound",char)
| |
| 2690 | s.Name = "BGMusic" | |
| 2691 | s.SoundId = "rbxassetid://600098105" | |
| 2692 | s.Pitch = 1 | |
| 2693 | s.Volume = 100 | |
| 2694 | s.Looped = false | |
| 2695 | s.archivable = false | |
| 2696 | s.Parent = char.Head | |
| 2697 | wait(0.1) | |
| 2698 | s:play() | |
| 2699 | local s = Instance.new("Sound",char)
| |
| 2700 | s.Name = "BGMusic" | |
| 2701 | s.SoundId = "rbxassetid://600098105" | |
| 2702 | s.Pitch = 1 | |
| 2703 | s.Volume = 100 | |
| 2704 | s.Looped = false | |
| 2705 | s.archivable = false | |
| 2706 | s.Parent = char.Head | |
| 2707 | wait(0.1) | |
| 2708 | s:play() | |
| 2709 | local s = Instance.new("Sound",char)
| |
| 2710 | s.Name = "BGMusic" | |
| 2711 | s.SoundId = "rbxassetid://600098105" | |
| 2712 | s.Pitch = 1 | |
| 2713 | s.Volume = 100 | |
| 2714 | s.Looped = false | |
| 2715 | s.archivable = false | |
| 2716 | s.Parent = char.Head | |
| 2717 | wait(0.1) | |
| 2718 | s:play() | |
| 2719 | local s = Instance.new("Sound",char)
| |
| 2720 | s.Name = "BGMusic" | |
| 2721 | s.SoundId = "rbxassetid://600098105" | |
| 2722 | s.Pitch = 1 | |
| 2723 | s.Volume = 100 | |
| 2724 | s.Looped = false | |
| 2725 | s.archivable = false | |
| 2726 | s.Parent = char.Head | |
| 2727 | wait(0.1) | |
| 2728 | s:play()local s = Instance.new("Sound",char)
| |
| 2729 | s.Name = "BGMusic" | |
| 2730 | s.SoundId = "rbxassetid://600098105" | |
| 2731 | s.Pitch = 1 | |
| 2732 | s.Volume = 100 | |
| 2733 | s.Looped = false | |
| 2734 | s.archivable = false | |
| 2735 | s.Parent = char.Head | |
| 2736 | wait(0.1) | |
| 2737 | s:play() | |
| 2738 | local s = Instance.new("Sound",char)
| |
| 2739 | s.Name = "BGMusic" | |
| 2740 | s.SoundId = "rbxassetid://600098105" | |
| 2741 | s.Pitch = 1 | |
| 2742 | s.Volume = 100 | |
| 2743 | s.Looped = false | |
| 2744 | s.archivable = false | |
| 2745 | s.Parent = char.Head | |
| 2746 | wait(0.1) | |
| 2747 | s:play() | |
| 2748 | local s = Instance.new("Sound",char)
| |
| 2749 | s.Name = "BGMusic" | |
| 2750 | s.SoundId = "rbxassetid://600098105" | |
| 2751 | s.Pitch = 1 | |
| 2752 | s.Volume = 100 | |
| 2753 | s.Looped = false | |
| 2754 | s.archivable = false | |
| 2755 | s.Parent = char.Head | |
| 2756 | wait(0.1) | |
| 2757 | s:play() | |
| 2758 | local s = Instance.new("Sound",char)
| |
| 2759 | s.Name = "BGMusic" | |
| 2760 | s.SoundId = "rbxassetid://600098105" | |
| 2761 | s.Pitch = 1 | |
| 2762 | s.Volume = 100 | |
| 2763 | s.Looped = false | |
| 2764 | s.archivable = false | |
| 2765 | s.Parent = char.Head | |
| 2766 | wait(0.1) | |
| 2767 | s:play() | |
| 2768 | local s = Instance.new("Sound",char)
| |
| 2769 | s.Name = "BGMusic" | |
| 2770 | s.SoundId = "rbxassetid://600098105" | |
| 2771 | s.Pitch = 1 | |
| 2772 | s.Volume = 100 | |
| 2773 | s.Looped = false | |
| 2774 | s.archivable = false | |
| 2775 | s.Parent = char.Head | |
| 2776 | wait(0.1) | |
| 2777 | s:play()local s = Instance.new("Sound",char)
| |
| 2778 | s.Name = "BGMusic" | |
| 2779 | s.SoundId = "rbxassetid://600098105" | |
| 2780 | s.Pitch = 1 | |
| 2781 | s.Volume = 100 | |
| 2782 | s.Looped = false | |
| 2783 | s.archivable = false | |
| 2784 | s.Parent = char.Head | |
| 2785 | wait(0.1) | |
| 2786 | s:play() | |
| 2787 | local s = Instance.new("Sound",char)
| |
| 2788 | s.Name = "BGMusic" | |
| 2789 | s.SoundId = "rbxassetid://600098105" | |
| 2790 | s.Pitch = 1 | |
| 2791 | s.Volume = 100 | |
| 2792 | s.Looped = false | |
| 2793 | s.archivable = false | |
| 2794 | s.Parent = char.Head | |
| 2795 | wait(0.1) | |
| 2796 | s:play() | |
| 2797 | local s = Instance.new("Sound",char)
| |
| 2798 | s.Name = "BGMusic" | |
| 2799 | s.SoundId = "rbxassetid://600098105" | |
| 2800 | s.Pitch = 1 | |
| 2801 | s.Volume = 100 | |
| 2802 | s.Looped = false | |
| 2803 | s.archivable = false | |
| 2804 | s.Parent = char.Head | |
| 2805 | wait(0.1) | |
| 2806 | s:play() | |
| 2807 | local s = Instance.new("Sound",char)
| |
| 2808 | s.Name = "BGMusic" | |
| 2809 | s.SoundId = "rbxassetid://600098105" | |
| 2810 | s.Pitch = 1 | |
| 2811 | s.Volume = 100 | |
| 2812 | s.Looped = false | |
| 2813 | s.archivable = false | |
| 2814 | s.Parent = char.Head | |
| 2815 | wait(0.1) | |
| 2816 | s:play() | |
| 2817 | local s = Instance.new("Sound",char)
| |
| 2818 | s.Name = "BGMusic" | |
| 2819 | s.SoundId = "rbxassetid://600098105" | |
| 2820 | s.Pitch = 1 | |
| 2821 | s.Volume = 100 | |
| 2822 | s.Looped = false | |
| 2823 | s.archivable = false | |
| 2824 | s.Parent = char.Head | |
| 2825 | wait(0.1) | |
| 2826 | s:play()local s = Instance.new("Sound",char)
| |
| 2827 | s.Name = "BGMusic" | |
| 2828 | s.SoundId = "rbxassetid://600098105" | |
| 2829 | s.Pitch = 1 | |
| 2830 | s.Volume = 100 | |
| 2831 | s.Looped = false | |
| 2832 | s.archivable = false | |
| 2833 | s.Parent = char.Head | |
| 2834 | wait(0.1) | |
| 2835 | s:play() | |
| 2836 | local s = Instance.new("Sound",char)
| |
| 2837 | s.Name = "BGMusic" | |
| 2838 | s.SoundId = "rbxassetid://600098105" | |
| 2839 | s.Pitch = 1 | |
| 2840 | s.Volume = 100 | |
| 2841 | s.Looped = false | |
| 2842 | s.archivable = false | |
| 2843 | s.Parent = char.Head | |
| 2844 | wait(0.1) | |
| 2845 | s:play() | |
| 2846 | local s = Instance.new("Sound",char)
| |
| 2847 | s.Name = "BGMusic" | |
| 2848 | s.SoundId = "rbxassetid://600098105" | |
| 2849 | s.Pitch = 1 | |
| 2850 | s.Volume = 100 | |
| 2851 | s.Looped = false | |
| 2852 | s.archivable = false | |
| 2853 | s.Parent = char.Head | |
| 2854 | wait(0.1) | |
| 2855 | s:play() | |
| 2856 | local s = Instance.new("Sound",char)
| |
| 2857 | s.Name = "BGMusic" | |
| 2858 | s.SoundId = "rbxassetid://600098105" | |
| 2859 | s.Pitch = 1 | |
| 2860 | s.Volume = 100 | |
| 2861 | s.Looped = false | |
| 2862 | s.archivable = false | |
| 2863 | s.Parent = char.Head | |
| 2864 | wait(0.1) | |
| 2865 | s:play() | |
| 2866 | local s = Instance.new("Sound",char)
| |
| 2867 | s.Name = "BGMusic" | |
| 2868 | s.SoundId = "rbxassetid://600098105" | |
| 2869 | s.Pitch = 1 | |
| 2870 | s.Volume = 100 | |
| 2871 | s.Looped = false | |
| 2872 | s.archivable = false | |
| 2873 | s.Parent = char.Head | |
| 2874 | wait(0.1) | |
| 2875 | s:play()local s = Instance.new("Sound",char)
| |
| 2876 | s.Name = "BGMusic" | |
| 2877 | s.SoundId = "rbxassetid://600098105" | |
| 2878 | s.Pitch = 1 | |
| 2879 | s.Volume = 100 | |
| 2880 | s.Looped = false | |
| 2881 | s.archivable = false | |
| 2882 | s.Parent = char.Head | |
| 2883 | wait(0.1) | |
| 2884 | s:play() | |
| 2885 | local s = Instance.new("Sound",char)
| |
| 2886 | s.Name = "BGMusic" | |
| 2887 | s.SoundId = "rbxassetid://600098105" | |
| 2888 | s.Pitch = 1 | |
| 2889 | s.Volume = 100 | |
| 2890 | s.Looped = false | |
| 2891 | s.archivable = false | |
| 2892 | s.Parent = char.Head | |
| 2893 | wait(0.1) | |
| 2894 | s:play() | |
| 2895 | local s = Instance.new("Sound",char)
| |
| 2896 | s.Name = "BGMusic" | |
| 2897 | s.SoundId = "rbxassetid://600098105" | |
| 2898 | s.Pitch = 1 | |
| 2899 | s.Volume = 100 | |
| 2900 | s.Looped = false | |
| 2901 | s.archivable = false | |
| 2902 | s.Parent = char.Head | |
| 2903 | wait(0.1) | |
| 2904 | s:play() | |
| 2905 | local s = Instance.new("Sound",char)
| |
| 2906 | s.Name = "BGMusic" | |
| 2907 | s.SoundId = "rbxassetid://600098105" | |
| 2908 | s.Pitch = 1 | |
| 2909 | s.Volume = 100 | |
| 2910 | s.Looped = false | |
| 2911 | s.archivable = false | |
| 2912 | s.Parent = char.Head | |
| 2913 | wait(0.1) | |
| 2914 | s:play() | |
| 2915 | local s = Instance.new("Sound",char)
| |
| 2916 | s.Name = "BGMusic" | |
| 2917 | s.SoundId = "rbxassetid://600098105" | |
| 2918 | s.Pitch = 1 | |
| 2919 | s.Volume = 100 | |
| 2920 | s.Looped = false | |
| 2921 | s.archivable = false | |
| 2922 | s.Parent = char.Head | |
| 2923 | wait(0.1) | |
| 2924 | s:play()local s = Instance.new("Sound",char)
| |
| 2925 | s.Name = "BGMusic" | |
| 2926 | s.SoundId = "rbxassetid://600098105" | |
| 2927 | s.Pitch = 1 | |
| 2928 | s.Volume = 100 | |
| 2929 | s.Looped = false | |
| 2930 | s.archivable = false | |
| 2931 | s.Parent = char.Head | |
| 2932 | wait(0.1) | |
| 2933 | s:play() | |
| 2934 | local s = Instance.new("Sound",char)
| |
| 2935 | s.Name = "BGMusic" | |
| 2936 | s.SoundId = "rbxassetid://600098105" | |
| 2937 | s.Pitch = 1 | |
| 2938 | s.Volume = 100 | |
| 2939 | s.Looped = false | |
| 2940 | s.archivable = false | |
| 2941 | s.Parent = char.Head | |
| 2942 | wait(0.1) | |
| 2943 | s:play() | |
| 2944 | local s = Instance.new("Sound",char)
| |
| 2945 | s.Name = "BGMusic" | |
| 2946 | s.SoundId = "rbxassetid://600098105" | |
| 2947 | s.Pitch = 1 | |
| 2948 | s.Volume = 100 | |
| 2949 | s.Looped = false | |
| 2950 | s.archivable = false | |
| 2951 | s.Parent = char.Head | |
| 2952 | wait(0.1) | |
| 2953 | s:play() | |
| 2954 | local s = Instance.new("Sound",char)
| |
| 2955 | s.Name = "BGMusic" | |
| 2956 | s.SoundId = "rbxassetid://600098105" | |
| 2957 | s.Pitch = 1 | |
| 2958 | s.Volume = 100 | |
| 2959 | s.Looped = false | |
| 2960 | s.archivable = false | |
| 2961 | s.Parent = char.Head | |
| 2962 | wait(0.1) | |
| 2963 | s:play() | |
| 2964 | local s = Instance.new("Sound",char)
| |
| 2965 | s.Name = "BGMusic" | |
| 2966 | s.SoundId = "rbxassetid://600098105" | |
| 2967 | s.Pitch = 1 | |
| 2968 | s.Volume = 100 | |
| 2969 | s.Looped = false | |
| 2970 | s.archivable = false | |
| 2971 | s.Parent = char.Head | |
| 2972 | wait(0.1) | |
| 2973 | s:play()local s = Instance.new("Sound",char)
| |
| 2974 | s.Name = "BGMusic" | |
| 2975 | s.SoundId = "rbxassetid://600098105" | |
| 2976 | s.Pitch = 1 | |
| 2977 | s.Volume = 100 | |
| 2978 | s.Looped = false | |
| 2979 | s.archivable = false | |
| 2980 | s.Parent = char.Head | |
| 2981 | wait(0.1) | |
| 2982 | s:play() | |
| 2983 | local s = Instance.new("Sound",char)
| |
| 2984 | s.Name = "BGMusic" | |
| 2985 | s.SoundId = "rbxassetid://600098105" | |
| 2986 | s.Pitch = 1 | |
| 2987 | s.Volume = 100 | |
| 2988 | s.Looped = false | |
| 2989 | s.archivable = false | |
| 2990 | s.Parent = char.Head | |
| 2991 | wait(0.1) | |
| 2992 | s:play() | |
| 2993 | local s = Instance.new("Sound",char)
| |
| 2994 | s.Name = "BGMusic" | |
| 2995 | s.SoundId = "rbxassetid://600098105" | |
| 2996 | s.Pitch = 1 | |
| 2997 | s.Volume = 100 | |
| 2998 | s.Looped = false | |
| 2999 | s.archivable = false | |
| 3000 | s.Parent = char.Head | |
| 3001 | wait(0.1) | |
| 3002 | s:play() | |
| 3003 | local s = Instance.new("Sound",char)
| |
| 3004 | s.Name = "BGMusic" | |
| 3005 | s.SoundId = "rbxassetid://600098105" | |
| 3006 | s.Pitch = 1 | |
| 3007 | s.Volume = 100 | |
| 3008 | s.Looped = false | |
| 3009 | s.archivable = false | |
| 3010 | s.Parent = char.Head | |
| 3011 | wait(0.1) | |
| 3012 | s:play() | |
| 3013 | local s = Instance.new("Sound",char)
| |
| 3014 | s.Name = "BGMusic" | |
| 3015 | s.SoundId = "rbxassetid://600098105" | |
| 3016 | s.Pitch = 1 | |
| 3017 | s.Volume = 100 | |
| 3018 | s.Looped = false | |
| 3019 | s.archivable = false | |
| 3020 | s.Parent = char.Head | |
| 3021 | wait(0.1) | |
| 3022 | s:play()local s = Instance.new("Sound",char)
| |
| 3023 | s.Name = "BGMusic" | |
| 3024 | s.SoundId = "rbxassetid://600098105" | |
| 3025 | s.Pitch = 1 | |
| 3026 | s.Volume = 100 | |
| 3027 | s.Looped = false | |
| 3028 | s.archivable = false | |
| 3029 | s.Parent = char.Head | |
| 3030 | wait(0.1) | |
| 3031 | s:play() | |
| 3032 | local s = Instance.new("Sound",char)
| |
| 3033 | s.Name = "BGMusic" | |
| 3034 | s.SoundId = "rbxassetid://600098105" | |
| 3035 | s.Pitch = 1 | |
| 3036 | s.Volume = 100 | |
| 3037 | s.Looped = false | |
| 3038 | s.archivable = false | |
| 3039 | s.Parent = char.Head | |
| 3040 | wait(0.1) | |
| 3041 | s:play() | |
| 3042 | local s = Instance.new("Sound",char)
| |
| 3043 | s.Name = "BGMusic" | |
| 3044 | s.SoundId = "rbxassetid://600098105" | |
| 3045 | s.Pitch = 1 | |
| 3046 | s.Volume = 100 | |
| 3047 | s.Looped = false | |
| 3048 | s.archivable = false | |
| 3049 | s.Parent = char.Head | |
| 3050 | wait(0.1) | |
| 3051 | s:play() | |
| 3052 | local s = Instance.new("Sound",char)
| |
| 3053 | s.Name = "BGMusic" | |
| 3054 | s.SoundId = "rbxassetid://600098105" | |
| 3055 | s.Pitch = 1 | |
| 3056 | s.Volume = 100 | |
| 3057 | s.Looped = false | |
| 3058 | s.archivable = false | |
| 3059 | s.Parent = char.Head | |
| 3060 | wait(0.1) | |
| 3061 | s:play() | |
| 3062 | local s = Instance.new("Sound",char)
| |
| 3063 | s.Name = "BGMusic" | |
| 3064 | s.SoundId = "rbxassetid://600098105" | |
| 3065 | s.Pitch = 1 | |
| 3066 | s.Volume = 100 | |
| 3067 | s.Looped = false | |
| 3068 | s.archivable = false | |
| 3069 | s.Parent = char.Head | |
| 3070 | wait(0.1) | |
| 3071 | s:play()local s = Instance.new("Sound",char)
| |
| 3072 | s.Name = "BGMusic" | |
| 3073 | s.SoundId = "rbxassetid://600098105" | |
| 3074 | s.Pitch = 1 | |
| 3075 | s.Volume = 100 | |
| 3076 | s.Looped = false | |
| 3077 | s.archivable = false | |
| 3078 | s.Parent = char.Head | |
| 3079 | wait(0.1) | |
| 3080 | s:play() | |
| 3081 | local s = Instance.new("Sound",char)
| |
| 3082 | s.Name = "BGMusic" | |
| 3083 | s.SoundId = "rbxassetid://600098105" | |
| 3084 | s.Pitch = 1 | |
| 3085 | s.Volume = 100 | |
| 3086 | s.Looped = false | |
| 3087 | s.archivable = false | |
| 3088 | s.Parent = char.Head | |
| 3089 | wait(0.1) | |
| 3090 | s:play() | |
| 3091 | local s = Instance.new("Sound",char)
| |
| 3092 | s.Name = "BGMusic" | |
| 3093 | s.SoundId = "rbxassetid://600098105" | |
| 3094 | s.Pitch = 1 | |
| 3095 | s.Volume = 100 | |
| 3096 | s.Looped = false | |
| 3097 | s.archivable = false | |
| 3098 | s.Parent = char.Head | |
| 3099 | wait(0.1) | |
| 3100 | s:play() | |
| 3101 | local s = Instance.new("Sound",char)
| |
| 3102 | s.Name = "BGMusic" | |
| 3103 | s.SoundId = "rbxassetid://600098105" | |
| 3104 | s.Pitch = 1 | |
| 3105 | s.Volume = 100 | |
| 3106 | s.Looped = false | |
| 3107 | s.archivable = false | |
| 3108 | s.Parent = char.Head | |
| 3109 | wait(0.1) | |
| 3110 | s:play() | |
| 3111 | local s = Instance.new("Sound",char)
| |
| 3112 | s.Name = "BGMusic" | |
| 3113 | s.SoundId = "rbxassetid://600098105" | |
| 3114 | s.Pitch = 1 | |
| 3115 | s.Volume = 100 | |
| 3116 | s.Looped = false | |
| 3117 | s.archivable = false | |
| 3118 | s.Parent = char.Head | |
| 3119 | wait(0.1) | |
| 3120 | s:play()local s = Instance.new("Sound",char)
| |
| 3121 | s.Name = "BGMusic" | |
| 3122 | s.SoundId = "rbxassetid://600098105" | |
| 3123 | s.Pitch = 1 | |
| 3124 | s.Volume = 100 | |
| 3125 | s.Looped = false | |
| 3126 | s.archivable = false | |
| 3127 | s.Parent = char.Head | |
| 3128 | wait(0.1) | |
| 3129 | s:play() | |
| 3130 | local s = Instance.new("Sound",char)
| |
| 3131 | s.Name = "BGMusic" | |
| 3132 | s.SoundId = "rbxassetid://600098105" | |
| 3133 | s.Pitch = 1 | |
| 3134 | s.Volume = 100 | |
| 3135 | s.Looped = false | |
| 3136 | s.archivable = false | |
| 3137 | s.Parent = char.Head | |
| 3138 | wait(0.1) | |
| 3139 | s:play() | |
| 3140 | local s = Instance.new("Sound",char)
| |
| 3141 | s.Name = "BGMusic" | |
| 3142 | s.SoundId = "rbxassetid://600098105" | |
| 3143 | s.Pitch = 1 | |
| 3144 | s.Volume = 100 | |
| 3145 | s.Looped = false | |
| 3146 | s.archivable = false | |
| 3147 | s.Parent = char.Head | |
| 3148 | wait(0.1) | |
| 3149 | s:play() | |
| 3150 | local s = Instance.new("Sound",char)
| |
| 3151 | s.Name = "BGMusic" | |
| 3152 | s.SoundId = "rbxassetid://600098105" | |
| 3153 | s.Pitch = 1 | |
| 3154 | s.Volume = 100 | |
| 3155 | s.Looped = false | |
| 3156 | s.archivable = false | |
| 3157 | s.Parent = char.Head | |
| 3158 | wait(0.1) | |
| 3159 | s:play() | |
| 3160 | local s = Instance.new("Sound",char)
| |
| 3161 | s.Name = "BGMusic" | |
| 3162 | s.SoundId = "rbxassetid://600098105" | |
| 3163 | s.Pitch = 1 | |
| 3164 | s.Volume = 100 | |
| 3165 | s.Looped = false | |
| 3166 | s.archivable = false | |
| 3167 | s.Parent = char.Head | |
| 3168 | wait(0.1) | |
| 3169 | s:play()local s = Instance.new("Sound",char)
| |
| 3170 | s.Name = "BGMusic" | |
| 3171 | s.SoundId = "rbxassetid://600098105" | |
| 3172 | s.Pitch = 1 | |
| 3173 | s.Volume = 100 | |
| 3174 | s.Looped = false | |
| 3175 | s.archivable = false | |
| 3176 | s.Parent = char.Head | |
| 3177 | wait(0.1) | |
| 3178 | s:play() | |
| 3179 | local s = Instance.new("Sound",char)
| |
| 3180 | s.Name = "BGMusic" | |
| 3181 | s.SoundId = "rbxassetid://600098105" | |
| 3182 | s.Pitch = 1 | |
| 3183 | s.Volume = 100 | |
| 3184 | s.Looped = false | |
| 3185 | s.archivable = false | |
| 3186 | s.Parent = char.Head | |
| 3187 | wait(0.1) | |
| 3188 | s:play() | |
| 3189 | local s = Instance.new("Sound",char)
| |
| 3190 | s.Name = "BGMusic" | |
| 3191 | s.SoundId = "rbxassetid://600098105" | |
| 3192 | s.Pitch = 1 | |
| 3193 | s.Volume = 100 | |
| 3194 | s.Looped = false | |
| 3195 | s.archivable = false | |
| 3196 | s.Parent = char.Head | |
| 3197 | wait(0.1) | |
| 3198 | s:play() | |
| 3199 | local s = Instance.new("Sound",char)
| |
| 3200 | s.Name = "BGMusic" | |
| 3201 | s.SoundId = "rbxassetid://600098105" | |
| 3202 | s.Pitch = 1 | |
| 3203 | s.Volume = 100 | |
| 3204 | s.Looped = false | |
| 3205 | s.archivable = false | |
| 3206 | s.Parent = char.Head | |
| 3207 | wait(0.1) | |
| 3208 | s:play() | |
| 3209 | local s = Instance.new("Sound",char)
| |
| 3210 | s.Name = "BGMusic" | |
| 3211 | s.SoundId = "rbxassetid://600098105" | |
| 3212 | s.Pitch = 1 | |
| 3213 | s.Volume = 100 | |
| 3214 | s.Looped = false | |
| 3215 | s.archivable = false | |
| 3216 | s.Parent = char.Head | |
| 3217 | wait(0.1) | |
| 3218 | s:play()local s = Instance.new("Sound",char)
| |
| 3219 | s.Name = "BGMusic" | |
| 3220 | s.SoundId = "rbxassetid://600098105" | |
| 3221 | s.Pitch = 1 | |
| 3222 | s.Volume = 100 | |
| 3223 | s.Looped = false | |
| 3224 | s.archivable = false | |
| 3225 | s.Parent = char.Head | |
| 3226 | wait(0.1) | |
| 3227 | s:play() | |
| 3228 | local s = Instance.new("Sound",char)
| |
| 3229 | s.Name = "BGMusic" | |
| 3230 | s.SoundId = "rbxassetid://600098105" | |
| 3231 | s.Pitch = 1 | |
| 3232 | s.Volume = 100 | |
| 3233 | s.Looped = false | |
| 3234 | s.archivable = false | |
| 3235 | s.Parent = char.Head | |
| 3236 | wait(0.1) | |
| 3237 | s:play() | |
| 3238 | local s = Instance.new("Sound",char)
| |
| 3239 | s.Name = "BGMusic" | |
| 3240 | s.SoundId = "rbxassetid://600098105" | |
| 3241 | s.Pitch = 1 | |
| 3242 | s.Volume = 100 | |
| 3243 | s.Looped = false | |
| 3244 | s.archivable = false | |
| 3245 | s.Parent = char.Head | |
| 3246 | wait(0.1) | |
| 3247 | s:play() | |
| 3248 | local s = Instance.new("Sound",char)
| |
| 3249 | s.Name = "BGMusic" | |
| 3250 | s.SoundId = "rbxassetid://600098105" | |
| 3251 | s.Pitch = 1 | |
| 3252 | s.Volume = 100 | |
| 3253 | s.Looped = false | |
| 3254 | s.archivable = false | |
| 3255 | s.Parent = char.Head | |
| 3256 | wait(0.1) | |
| 3257 | s:play() | |
| 3258 | local s = Instance.new("Sound",char)
| |
| 3259 | s.Name = "BGMusic" | |
| 3260 | s.SoundId = "rbxassetid://600098105" | |
| 3261 | s.Pitch = 1 | |
| 3262 | s.Volume = 100 | |
| 3263 | s.Looped = false | |
| 3264 | s.archivable = false | |
| 3265 | s.Parent = char.Head | |
| 3266 | wait(0.1) | |
| 3267 | s:play()local s = Instance.new("Sound",char)
| |
| 3268 | s.Name = "BGMusic" | |
| 3269 | s.SoundId = "rbxassetid://600098105" | |
| 3270 | s.Pitch = 1 | |
| 3271 | s.Volume = 100 | |
| 3272 | s.Looped = false | |
| 3273 | s.archivable = false | |
| 3274 | s.Parent = char.Head | |
| 3275 | wait(0.1) | |
| 3276 | s:play() | |
| 3277 | local s = Instance.new("Sound",char)
| |
| 3278 | s.Name = "BGMusic" | |
| 3279 | s.SoundId = "rbxassetid://600098105" | |
| 3280 | s.Pitch = 1 | |
| 3281 | s.Volume = 100 | |
| 3282 | s.Looped = false | |
| 3283 | s.archivable = false | |
| 3284 | s.Parent = char.Head | |
| 3285 | wait(0.1) | |
| 3286 | s:play() | |
| 3287 | local s = Instance.new("Sound",char)
| |
| 3288 | s.Name = "BGMusic" | |
| 3289 | s.SoundId = "rbxassetid://600098105" | |
| 3290 | s.Pitch = 1 | |
| 3291 | s.Volume = 100 | |
| 3292 | s.Looped = false | |
| 3293 | s.archivable = false | |
| 3294 | s.Parent = char.Head | |
| 3295 | wait(0.1) | |
| 3296 | s:play() | |
| 3297 | local s = Instance.new("Sound",char)
| |
| 3298 | s.Name = "BGMusic" | |
| 3299 | s.SoundId = "rbxassetid://600098105" | |
| 3300 | s.Pitch = 1 | |
| 3301 | s.Volume = 100 | |
| 3302 | s.Looped = false | |
| 3303 | s.archivable = false | |
| 3304 | s.Parent = char.Head | |
| 3305 | wait(0.1) | |
| 3306 | s:play() | |
| 3307 | local s = Instance.new("Sound",char)
| |
| 3308 | s.Name = "BGMusic" | |
| 3309 | s.SoundId = "rbxassetid://600098105" | |
| 3310 | s.Pitch = 1 | |
| 3311 | s.Volume = 100 | |
| 3312 | s.Looped = false | |
| 3313 | s.archivable = false | |
| 3314 | s.Parent = char.Head | |
| 3315 | wait(0.1) | |
| 3316 | s:play()local s = Instance.new("Sound",char)
| |
| 3317 | s.Name = "BGMusic" | |
| 3318 | s.SoundId = "rbxassetid://600098105" | |
| 3319 | s.Pitch = 1 | |
| 3320 | s.Volume = 100 | |
| 3321 | s.Looped = false | |
| 3322 | s.archivable = false | |
| 3323 | s.Parent = char.Head | |
| 3324 | wait(0.1) | |
| 3325 | s:play() | |
| 3326 | local s = Instance.new("Sound",char)
| |
| 3327 | s.Name = "BGMusic" | |
| 3328 | s.SoundId = "rbxassetid://600098105" | |
| 3329 | s.Pitch = 1 | |
| 3330 | s.Volume = 100 | |
| 3331 | s.Looped = false | |
| 3332 | s.archivable = false | |
| 3333 | s.Parent = char.Head | |
| 3334 | wait(0.1) | |
| 3335 | s:play() | |
| 3336 | local s = Instance.new("Sound",char)
| |
| 3337 | s.Name = "BGMusic" | |
| 3338 | s.SoundId = "rbxassetid://600098105" | |
| 3339 | s.Pitch = 1 | |
| 3340 | s.Volume = 100 | |
| 3341 | s.Looped = false | |
| 3342 | s.archivable = false | |
| 3343 | s.Parent = char.Head | |
| 3344 | wait(0.1) | |
| 3345 | s:play() | |
| 3346 | local s = Instance.new("Sound",char)
| |
| 3347 | s.Name = "BGMusic" | |
| 3348 | s.SoundId = "rbxassetid://600098105" | |
| 3349 | s.Pitch = 1 | |
| 3350 | s.Volume = 100 | |
| 3351 | s.Looped = false | |
| 3352 | s.archivable = false | |
| 3353 | s.Parent = char.Head | |
| 3354 | wait(0.1) | |
| 3355 | s:play() | |
| 3356 | local s = Instance.new("Sound",char)
| |
| 3357 | s.Name = "BGMusic" | |
| 3358 | s.SoundId = "rbxassetid://600098105" | |
| 3359 | s.Pitch = 1 | |
| 3360 | s.Volume = 100 | |
| 3361 | s.Looped = false | |
| 3362 | s.archivable = false | |
| 3363 | s.Parent = char.Head | |
| 3364 | wait(0.1) | |
| 3365 | s:play()local s = Instance.new("Sound",char)
| |
| 3366 | s.Name = "BGMusic" | |
| 3367 | s.SoundId = "rbxassetid://600098105" | |
| 3368 | s.Pitch = 1 | |
| 3369 | s.Volume = 100 | |
| 3370 | s.Looped = false | |
| 3371 | s.archivable = false | |
| 3372 | s.Parent = char.Head | |
| 3373 | wait(0.1) | |
| 3374 | s:play() | |
| 3375 | local s = Instance.new("Sound",char)
| |
| 3376 | s.Name = "BGMusic" | |
| 3377 | s.SoundId = "rbxassetid://600098105" | |
| 3378 | s.Pitch = 1 | |
| 3379 | s.Volume = 100 | |
| 3380 | s.Looped = false | |
| 3381 | s.archivable = false | |
| 3382 | s.Parent = char.Head | |
| 3383 | wait(0.1) | |
| 3384 | s:play() | |
| 3385 | local s = Instance.new("Sound",char)
| |
| 3386 | s.Name = "BGMusic" | |
| 3387 | s.SoundId = "rbxassetid://600098105" | |
| 3388 | s.Pitch = 1 | |
| 3389 | s.Volume = 100 | |
| 3390 | s.Looped = false | |
| 3391 | s.archivable = false | |
| 3392 | s.Parent = char.Head | |
| 3393 | wait(0.1) | |
| 3394 | s:play() | |
| 3395 | local s = Instance.new("Sound",char)
| |
| 3396 | s.Name = "BGMusic" | |
| 3397 | s.SoundId = "rbxassetid://600098105" | |
| 3398 | s.Pitch = 1 | |
| 3399 | s.Volume = 100 | |
| 3400 | s.Looped = false | |
| 3401 | s.archivable = false | |
| 3402 | s.Parent = char.Head | |
| 3403 | wait(0.1) | |
| 3404 | s:play() | |
| 3405 | local s = Instance.new("Sound",char)
| |
| 3406 | s.Name = "BGMusic" | |
| 3407 | s.SoundId = "rbxassetid://600098105" | |
| 3408 | s.Pitch = 1 | |
| 3409 | s.Volume = 100 | |
| 3410 | s.Looped = false | |
| 3411 | s.archivable = false | |
| 3412 | s.Parent = char.Head | |
| 3413 | wait(0.1) | |
| 3414 | s:play()local s = Instance.new("Sound",char)
| |
| 3415 | s.Name = "BGMusic" | |
| 3416 | s.SoundId = "rbxassetid://600098105" | |
| 3417 | s.Pitch = 1 | |
| 3418 | s.Volume = 100 | |
| 3419 | s.Looped = false | |
| 3420 | s.archivable = false | |
| 3421 | s.Parent = char.Head | |
| 3422 | wait(0.1) | |
| 3423 | s:play() | |
| 3424 | local s = Instance.new("Sound",char)
| |
| 3425 | s.Name = "BGMusic" | |
| 3426 | s.SoundId = "rbxassetid://600098105" | |
| 3427 | s.Pitch = 1 | |
| 3428 | s.Volume = 100 | |
| 3429 | s.Looped = false | |
| 3430 | s.archivable = false | |
| 3431 | s.Parent = char.Head | |
| 3432 | wait(0.1) | |
| 3433 | s:play() | |
| 3434 | local s = Instance.new("Sound",char)
| |
| 3435 | s.Name = "BGMusic" | |
| 3436 | s.SoundId = "rbxassetid://600098105" | |
| 3437 | s.Pitch = 1 | |
| 3438 | s.Volume = 100 | |
| 3439 | s.Looped = false | |
| 3440 | s.archivable = false | |
| 3441 | s.Parent = char.Head | |
| 3442 | wait(0.1) | |
| 3443 | s:play() | |
| 3444 | local s = Instance.new("Sound",char)
| |
| 3445 | s.Name = "BGMusic" | |
| 3446 | s.SoundId = "rbxassetid://600098105" | |
| 3447 | s.Pitch = 1 | |
| 3448 | s.Volume = 100 | |
| 3449 | s.Looped = false | |
| 3450 | s.archivable = false | |
| 3451 | s.Parent = char.Head | |
| 3452 | wait(0.1) | |
| 3453 | s:play() | |
| 3454 | local s = Instance.new("Sound",char)
| |
| 3455 | s.Name = "BGMusic" | |
| 3456 | s.SoundId = "rbxassetid://600098105" | |
| 3457 | s.Pitch = 1 | |
| 3458 | s.Volume = 100 | |
| 3459 | s.Looped = false | |
| 3460 | s.archivable = false | |
| 3461 | s.Parent = char.Head | |
| 3462 | wait(0.1) | |
| 3463 | s:play()local s = Instance.new("Sound",char)
| |
| 3464 | s.Name = "BGMusic" | |
| 3465 | s.SoundId = "rbxassetid://600098105" | |
| 3466 | s.Pitch = 1 | |
| 3467 | s.Volume = 100 | |
| 3468 | s.Looped = false | |
| 3469 | s.archivable = false | |
| 3470 | s.Parent = char.Head | |
| 3471 | wait(0.1) | |
| 3472 | s:play() | |
| 3473 | local s = Instance.new("Sound",char)
| |
| 3474 | s.Name = "BGMusic" | |
| 3475 | s.SoundId = "rbxassetid://600098105" | |
| 3476 | s.Pitch = 1 | |
| 3477 | s.Volume = 100 | |
| 3478 | s.Looped = false | |
| 3479 | s.archivable = false | |
| 3480 | s.Parent = char.Head | |
| 3481 | wait(0.1) | |
| 3482 | s:play() | |
| 3483 | local s = Instance.new("Sound",char)
| |
| 3484 | s.Name = "BGMusic" | |
| 3485 | s.SoundId = "rbxassetid://600098105" | |
| 3486 | s.Pitch = 1 | |
| 3487 | s.Volume = 100 | |
| 3488 | s.Looped = false | |
| 3489 | s.archivable = false | |
| 3490 | s.Parent = char.Head | |
| 3491 | wait(0.1) | |
| 3492 | s:play() | |
| 3493 | local s = Instance.new("Sound",char)
| |
| 3494 | s.Name = "BGMusic" | |
| 3495 | s.SoundId = "rbxassetid://600098105" | |
| 3496 | s.Pitch = 1 | |
| 3497 | s.Volume = 100 | |
| 3498 | s.Looped = false | |
| 3499 | s.archivable = false | |
| 3500 | s.Parent = char.Head | |
| 3501 | wait(0.1) | |
| 3502 | s:play() | |
| 3503 | local s = Instance.new("Sound",char)
| |
| 3504 | s.Name = "BGMusic" | |
| 3505 | s.SoundId = "rbxassetid://600098105" | |
| 3506 | s.Pitch = 1 | |
| 3507 | s.Volume = 100 | |
| 3508 | s.Looped = false | |
| 3509 | s.archivable = false | |
| 3510 | s.Parent = char.Head | |
| 3511 | wait(0.1) | |
| 3512 | s:play()local s = Instance.new("Sound",char)
| |
| 3513 | s.Name = "BGMusic" | |
| 3514 | s.SoundId = "rbxassetid://600098105" | |
| 3515 | s.Pitch = 1 | |
| 3516 | s.Volume = 100 | |
| 3517 | s.Looped = false | |
| 3518 | s.archivable = false | |
| 3519 | s.Parent = char.Head | |
| 3520 | wait(0.1) | |
| 3521 | s:play() | |
| 3522 | local s = Instance.new("Sound",char)
| |
| 3523 | s.Name = "BGMusic" | |
| 3524 | s.SoundId = "rbxassetid://600098105" | |
| 3525 | s.Pitch = 1 | |
| 3526 | s.Volume = 100 | |
| 3527 | s.Looped = false | |
| 3528 | s.archivable = false | |
| 3529 | s.Parent = char.Head | |
| 3530 | wait(0.1) | |
| 3531 | s:play() | |
| 3532 | local s = Instance.new("Sound",char)
| |
| 3533 | s.Name = "BGMusic" | |
| 3534 | s.SoundId = "rbxassetid://600098105" | |
| 3535 | s.Pitch = 1 | |
| 3536 | s.Volume = 100 | |
| 3537 | s.Looped = false | |
| 3538 | s.archivable = false | |
| 3539 | s.Parent = char.Head | |
| 3540 | wait(0.1) | |
| 3541 | s:play() | |
| 3542 | local s = Instance.new("Sound",char)
| |
| 3543 | s.Name = "BGMusic" | |
| 3544 | s.SoundId = "rbxassetid://600098105" | |
| 3545 | s.Pitch = 1 | |
| 3546 | s.Volume = 100 | |
| 3547 | s.Looped = false | |
| 3548 | s.archivable = false | |
| 3549 | s.Parent = char.Head | |
| 3550 | wait(0.1) | |
| 3551 | s:play() | |
| 3552 | local s = Instance.new("Sound",char)
| |
| 3553 | s.Name = "BGMusic" | |
| 3554 | s.SoundId = "rbxassetid://600098105" | |
| 3555 | s.Pitch = 1 | |
| 3556 | s.Volume = 100 | |
| 3557 | s.Looped = false | |
| 3558 | s.archivable = false | |
| 3559 | s.Parent = char.Head | |
| 3560 | wait(0.1) | |
| 3561 | s:play()local s = Instance.new("Sound",char)
| |
| 3562 | s.Name = "BGMusic" | |
| 3563 | s.SoundId = "rbxassetid://600098105" | |
| 3564 | s.Pitch = 1 | |
| 3565 | s.Volume = 100 | |
| 3566 | s.Looped = false | |
| 3567 | s.archivable = false | |
| 3568 | s.Parent = char.Head | |
| 3569 | wait(0.1) | |
| 3570 | s:play() | |
| 3571 | local s = Instance.new("Sound",char)
| |
| 3572 | s.Name = "BGMusic" | |
| 3573 | s.SoundId = "rbxassetid://600098105" | |
| 3574 | s.Pitch = 1 | |
| 3575 | s.Volume = 100 | |
| 3576 | s.Looped = false | |
| 3577 | s.archivable = false | |
| 3578 | s.Parent = char.Head | |
| 3579 | wait(0.1) | |
| 3580 | s:play() | |
| 3581 | local s = Instance.new("Sound",char)
| |
| 3582 | s.Name = "BGMusic" | |
| 3583 | s.SoundId = "rbxassetid://600098105" | |
| 3584 | s.Pitch = 1 | |
| 3585 | s.Volume = 100 | |
| 3586 | s.Looped = false | |
| 3587 | s.archivable = false | |
| 3588 | s.Parent = char.Head | |
| 3589 | wait(0.1) | |
| 3590 | s:play() | |
| 3591 | local s = Instance.new("Sound",char)
| |
| 3592 | s.Name = "BGMusic" | |
| 3593 | s.SoundId = "rbxassetid://600098105" | |
| 3594 | s.Pitch = 1 | |
| 3595 | s.Volume = 100 | |
| 3596 | s.Looped = false | |
| 3597 | s.archivable = false | |
| 3598 | s.Parent = char.Head | |
| 3599 | wait(0.1) | |
| 3600 | s:play() | |
| 3601 | local s = Instance.new("Sound",char)
| |
| 3602 | s.Name = "BGMusic" | |
| 3603 | s.SoundId = "rbxassetid://600098105" | |
| 3604 | s.Pitch = 1 | |
| 3605 | s.Volume = 100 | |
| 3606 | s.Looped = false | |
| 3607 | s.archivable = false | |
| 3608 | s.Parent = char.Head | |
| 3609 | wait(0.1) | |
| 3610 | s:play()local s = Instance.new("Sound",char)
| |
| 3611 | s.Name = "BGMusic" | |
| 3612 | s.SoundId = "rbxassetid://600098105" | |
| 3613 | s.Pitch = 1 | |
| 3614 | s.Volume = 100 | |
| 3615 | s.Looped = false | |
| 3616 | s.archivable = false | |
| 3617 | s.Parent = char.Head | |
| 3618 | wait(0.1) | |
| 3619 | s:play() | |
| 3620 | local s = Instance.new("Sound",char)
| |
| 3621 | s.Name = "BGMusic" | |
| 3622 | s.SoundId = "rbxassetid://600098105" | |
| 3623 | s.Pitch = 1 | |
| 3624 | s.Volume = 100 | |
| 3625 | s.Looped = false | |
| 3626 | s.archivable = false | |
| 3627 | s.Parent = char.Head | |
| 3628 | wait(0.1) | |
| 3629 | s:play() | |
| 3630 | local s = Instance.new("Sound",char)
| |
| 3631 | s.Name = "BGMusic" | |
| 3632 | s.SoundId = "rbxassetid://600098105" | |
| 3633 | s.Pitch = 1 | |
| 3634 | s.Volume = 100 | |
| 3635 | s.Looped = false | |
| 3636 | s.archivable = false | |
| 3637 | s.Parent = char.Head | |
| 3638 | wait(0.1) | |
| 3639 | s:play() | |
| 3640 | local s = Instance.new("Sound",char)
| |
| 3641 | s.Name = "BGMusic" | |
| 3642 | s.SoundId = "rbxassetid://600098105" | |
| 3643 | s.Pitch = 1 | |
| 3644 | s.Volume = 100 | |
| 3645 | s.Looped = false | |
| 3646 | s.archivable = false | |
| 3647 | s.Parent = char.Head | |
| 3648 | wait(0.1) | |
| 3649 | s:play() | |
| 3650 | local s = Instance.new("Sound",char)
| |
| 3651 | s.Name = "BGMusic" | |
| 3652 | s.SoundId = "rbxassetid://600098105" | |
| 3653 | s.Pitch = 1 | |
| 3654 | s.Volume = 100 | |
| 3655 | s.Looped = false | |
| 3656 | s.archivable = false | |
| 3657 | s.Parent = char.Head | |
| 3658 | wait(0.1) | |
| 3659 | s:play()local s = Instance.new("Sound",char)
| |
| 3660 | s.Name = "BGMusic" | |
| 3661 | s.SoundId = "rbxassetid://600098105" | |
| 3662 | s.Pitch = 1 | |
| 3663 | s.Volume = 100 | |
| 3664 | s.Looped = false | |
| 3665 | s.archivable = false | |
| 3666 | s.Parent = char.Head | |
| 3667 | wait(0.1) | |
| 3668 | s:play() | |
| 3669 | local s = Instance.new("Sound",char)
| |
| 3670 | s.Name = "BGMusic" | |
| 3671 | s.SoundId = "rbxassetid://600098105" | |
| 3672 | s.Pitch = 1 | |
| 3673 | s.Volume = 100 | |
| 3674 | s.Looped = false | |
| 3675 | s.archivable = false | |
| 3676 | s.Parent = char.Head | |
| 3677 | wait(0.1) | |
| 3678 | s:play() | |
| 3679 | local s = Instance.new("Sound",char)
| |
| 3680 | s.Name = "BGMusic" | |
| 3681 | s.SoundId = "rbxassetid://600098105" | |
| 3682 | s.Pitch = 1 | |
| 3683 | s.Volume = 100 | |
| 3684 | s.Looped = false | |
| 3685 | s.archivable = false | |
| 3686 | s.Parent = char.Head | |
| 3687 | wait(0.1) | |
| 3688 | s:play() | |
| 3689 | local s = Instance.new("Sound",char)
| |
| 3690 | s.Name = "BGMusic" | |
| 3691 | s.SoundId = "rbxassetid://600098105" | |
| 3692 | s.Pitch = 1 | |
| 3693 | s.Volume = 100 | |
| 3694 | s.Looped = false | |
| 3695 | s.archivable = false | |
| 3696 | s.Parent = char.Head | |
| 3697 | wait(0.1) | |
| 3698 | s:play() | |
| 3699 | local s = Instance.new("Sound",char)
| |
| 3700 | s.Name = "BGMusic" | |
| 3701 | s.SoundId = "rbxassetid://600098105" | |
| 3702 | s.Pitch = 1 | |
| 3703 | s.Volume = 100 | |
| 3704 | s.Looped = false | |
| 3705 | s.archivable = false | |
| 3706 | s.Parent = char.Head | |
| 3707 | wait(0.1) | |
| 3708 | s:play()local s = Instance.new("Sound",char)
| |
| 3709 | s.Name = "BGMusic" | |
| 3710 | s.SoundId = "rbxassetid://600098105" | |
| 3711 | s.Pitch = 1 | |
| 3712 | s.Volume = 100 | |
| 3713 | s.Looped = false | |
| 3714 | s.archivable = false | |
| 3715 | s.Parent = char.Head | |
| 3716 | wait(0.1) | |
| 3717 | s:play() | |
| 3718 | local s = Instance.new("Sound",char)
| |
| 3719 | s.Name = "BGMusic" | |
| 3720 | s.SoundId = "rbxassetid://600098105" | |
| 3721 | s.Pitch = 1 | |
| 3722 | s.Volume = 100 | |
| 3723 | s.Looped = false | |
| 3724 | s.archivable = false | |
| 3725 | s.Parent = char.Head | |
| 3726 | wait(0.1) | |
| 3727 | s:play() | |
| 3728 | local s = Instance.new("Sound",char)
| |
| 3729 | s.Name = "BGMusic" | |
| 3730 | s.SoundId = "rbxassetid://600098105" | |
| 3731 | s.Pitch = 1 | |
| 3732 | s.Volume = 100 | |
| 3733 | s.Looped = false | |
| 3734 | s.archivable = false | |
| 3735 | s.Parent = char.Head | |
| 3736 | wait(0.1) | |
| 3737 | s:play() | |
| 3738 | local s = Instance.new("Sound",char)
| |
| 3739 | s.Name = "BGMusic" | |
| 3740 | s.SoundId = "rbxassetid://600098105" | |
| 3741 | s.Pitch = 1 | |
| 3742 | s.Volume = 100 | |
| 3743 | s.Looped = false | |
| 3744 | s.archivable = false | |
| 3745 | s.Parent = char.Head | |
| 3746 | wait(0.1) | |
| 3747 | s:play() | |
| 3748 | local s = Instance.new("Sound",char)
| |
| 3749 | s.Name = "BGMusic" | |
| 3750 | s.SoundId = "rbxassetid://600098105" | |
| 3751 | s.Pitch = 1 | |
| 3752 | s.Volume = 100 | |
| 3753 | s.Looped = false | |
| 3754 | s.archivable = false | |
| 3755 | s.Parent = char.Head | |
| 3756 | wait(0.1) | |
| 3757 | s:play()local s = Instance.new("Sound",char)
| |
| 3758 | s.Name = "BGMusic" | |
| 3759 | s.SoundId = "rbxassetid://600098105" | |
| 3760 | s.Pitch = 1 | |
| 3761 | s.Volume = 100 | |
| 3762 | s.Looped = false | |
| 3763 | s.archivable = false | |
| 3764 | s.Parent = char.Head | |
| 3765 | wait(0.1) | |
| 3766 | s:play() | |
| 3767 | local s = Instance.new("Sound",char)
| |
| 3768 | s.Name = "BGMusic" | |
| 3769 | s.SoundId = "rbxassetid://600098105" | |
| 3770 | s.Pitch = 1 | |
| 3771 | s.Volume = 100 | |
| 3772 | s.Looped = false | |
| 3773 | s.archivable = false | |
| 3774 | s.Parent = char.Head | |
| 3775 | wait(0.1) | |
| 3776 | s:play() | |
| 3777 | local s = Instance.new("Sound",char)
| |
| 3778 | s.Name = "BGMusic" | |
| 3779 | s.SoundId = "rbxassetid://600098105" | |
| 3780 | s.Pitch = 1 | |
| 3781 | s.Volume = 100 | |
| 3782 | s.Looped = false | |
| 3783 | s.archivable = false | |
| 3784 | s.Parent = char.Head | |
| 3785 | wait(0.1) | |
| 3786 | s:play() | |
| 3787 | local s = Instance.new("Sound",char)
| |
| 3788 | s.Name = "BGMusic" | |
| 3789 | s.SoundId = "rbxassetid://600098105" | |
| 3790 | s.Pitch = 1 | |
| 3791 | s.Volume = 100 | |
| 3792 | s.Looped = false | |
| 3793 | s.archivable = false | |
| 3794 | s.Parent = char.Head | |
| 3795 | wait(0.1) | |
| 3796 | s:play() | |
| 3797 | local s = Instance.new("Sound",char)
| |
| 3798 | s.Name = "BGMusic" | |
| 3799 | s.SoundId = "rbxassetid://600098105" | |
| 3800 | s.Pitch = 1 | |
| 3801 | s.Volume = 100 | |
| 3802 | s.Looped = false | |
| 3803 | s.archivable = false | |
| 3804 | s.Parent = char.Head | |
| 3805 | wait(0.1) | |
| 3806 | s:play()local s = Instance.new("Sound",char)
| |
| 3807 | s.Name = "BGMusic" | |
| 3808 | s.SoundId = "rbxassetid://600098105" | |
| 3809 | s.Pitch = 1 | |
| 3810 | s.Volume = 100 | |
| 3811 | s.Looped = false | |
| 3812 | s.archivable = false | |
| 3813 | s.Parent = char.Head | |
| 3814 | wait(0.1) | |
| 3815 | s:play() | |
| 3816 | local s = Instance.new("Sound",char)
| |
| 3817 | s.Name = "BGMusic" | |
| 3818 | s.SoundId = "rbxassetid://600098105" | |
| 3819 | s.Pitch = 1 | |
| 3820 | s.Volume = 100 | |
| 3821 | s.Looped = false | |
| 3822 | s.archivable = false | |
| 3823 | s.Parent = char.Head | |
| 3824 | wait(0.1) | |
| 3825 | s:play() | |
| 3826 | local s = Instance.new("Sound",char)
| |
| 3827 | s.Name = "BGMusic" | |
| 3828 | s.SoundId = "rbxassetid://600098105" | |
| 3829 | s.Pitch = 1 | |
| 3830 | s.Volume = 100 | |
| 3831 | s.Looped = false | |
| 3832 | s.archivable = false | |
| 3833 | s.Parent = char.Head | |
| 3834 | wait(0.1) | |
| 3835 | s:play() | |
| 3836 | local s = Instance.new("Sound",char)
| |
| 3837 | s.Name = "BGMusic" | |
| 3838 | s.SoundId = "rbxassetid://600098105" | |
| 3839 | s.Pitch = 1 | |
| 3840 | s.Volume = 100 | |
| 3841 | s.Looped = false | |
| 3842 | s.archivable = false | |
| 3843 | s.Parent = char.Head | |
| 3844 | wait(0.1) | |
| 3845 | s:play() | |
| 3846 | local s = Instance.new("Sound",char)
| |
| 3847 | s.Name = "BGMusic" | |
| 3848 | s.SoundId = "rbxassetid://600098105" | |
| 3849 | s.Pitch = 1 | |
| 3850 | s.Volume = 100 | |
| 3851 | s.Looped = false | |
| 3852 | s.archivable = false | |
| 3853 | s.Parent = char.Head | |
| 3854 | wait(0.1) | |
| 3855 | s:play()local s = Instance.new("Sound",char)
| |
| 3856 | s.Name = "BGMusic" | |
| 3857 | s.SoundId = "rbxassetid://600098105" | |
| 3858 | s.Pitch = 1 | |
| 3859 | s.Volume = 100 | |
| 3860 | s.Looped = false | |
| 3861 | s.archivable = false | |
| 3862 | s.Parent = char.Head | |
| 3863 | wait(0.1) | |
| 3864 | s:play() | |
| 3865 | local s = Instance.new("Sound",char)
| |
| 3866 | s.Name = "BGMusic" | |
| 3867 | s.SoundId = "rbxassetid://600098105" | |
| 3868 | s.Pitch = 1 | |
| 3869 | s.Volume = 100 | |
| 3870 | s.Looped = false | |
| 3871 | s.archivable = false | |
| 3872 | s.Parent = char.Head | |
| 3873 | wait(0.1) | |
| 3874 | s:play() | |
| 3875 | local s = Instance.new("Sound",char)
| |
| 3876 | s.Name = "BGMusic" | |
| 3877 | s.SoundId = "rbxassetid://600098105" | |
| 3878 | s.Pitch = 1 | |
| 3879 | s.Volume = 100 | |
| 3880 | s.Looped = false | |
| 3881 | s.archivable = false | |
| 3882 | s.Parent = char.Head | |
| 3883 | wait(0.1) | |
| 3884 | s:play() | |
| 3885 | local s = Instance.new("Sound",char)
| |
| 3886 | s.Name = "BGMusic" | |
| 3887 | s.SoundId = "rbxassetid://600098105" | |
| 3888 | s.Pitch = 1 | |
| 3889 | s.Volume = 100 | |
| 3890 | s.Looped = false | |
| 3891 | s.archivable = false | |
| 3892 | s.Parent = char.Head | |
| 3893 | wait(0.1) | |
| 3894 | s:play() | |
| 3895 | local s = Instance.new("Sound",char)
| |
| 3896 | s.Name = "BGMusic" | |
| 3897 | s.SoundId = "rbxassetid://600098105" | |
| 3898 | s.Pitch = 1 | |
| 3899 | s.Volume = 100 | |
| 3900 | s.Looped = false | |
| 3901 | s.archivable = false | |
| 3902 | s.Parent = char.Head | |
| 3903 | wait(0.1) | |
| 3904 | s:play()local s = Instance.new("Sound",char)
| |
| 3905 | s.Name = "BGMusic" | |
| 3906 | s.SoundId = "rbxassetid://600098105" | |
| 3907 | s.Pitch = 1 | |
| 3908 | s.Volume = 100 | |
| 3909 | s.Looped = false | |
| 3910 | s.archivable = false | |
| 3911 | s.Parent = char.Head | |
| 3912 | wait(0.1) | |
| 3913 | s:play() | |
| 3914 | local s = Instance.new("Sound",char)
| |
| 3915 | s.Name = "BGMusic" | |
| 3916 | s.SoundId = "rbxassetid://600098105" | |
| 3917 | s.Pitch = 1 | |
| 3918 | s.Volume = 100 | |
| 3919 | s.Looped = false | |
| 3920 | s.archivable = false | |
| 3921 | s.Parent = char.Head | |
| 3922 | wait(0.1) | |
| 3923 | s:play() | |
| 3924 | local s = Instance.new("Sound",char)
| |
| 3925 | s.Name = "BGMusic" | |
| 3926 | s.SoundId = "rbxassetid://600098105" | |
| 3927 | s.Pitch = 1 | |
| 3928 | s.Volume = 100 | |
| 3929 | s.Looped = false | |
| 3930 | s.archivable = false | |
| 3931 | s.Parent = char.Head | |
| 3932 | wait(0.1) | |
| 3933 | s:play() | |
| 3934 | local s = Instance.new("Sound",char)
| |
| 3935 | s.Name = "BGMusic" | |
| 3936 | s.SoundId = "rbxassetid://600098105" | |
| 3937 | s.Pitch = 1 | |
| 3938 | s.Volume = 100 | |
| 3939 | s.Looped = false | |
| 3940 | s.archivable = false | |
| 3941 | s.Parent = char.Head | |
| 3942 | wait(0.1) | |
| 3943 | s:play() | |
| 3944 | local s = Instance.new("Sound",char)
| |
| 3945 | s.Name = "BGMusic" | |
| 3946 | s.SoundId = "rbxassetid://600098105" | |
| 3947 | s.Pitch = 1 | |
| 3948 | s.Volume = 100 | |
| 3949 | s.Looped = false | |
| 3950 | s.archivable = false | |
| 3951 | s.Parent = char.Head | |
| 3952 | wait(0.1) | |
| 3953 | s:play()local s = Instance.new("Sound",char)
| |
| 3954 | s.Name = "BGMusic" | |
| 3955 | s.SoundId = "rbxassetid://600098105" | |
| 3956 | s.Pitch = 1 | |
| 3957 | s.Volume = 100 | |
| 3958 | s.Looped = false | |
| 3959 | s.archivable = false | |
| 3960 | s.Parent = char.Head | |
| 3961 | wait(0.1) | |
| 3962 | s:play() | |
| 3963 | local s = Instance.new("Sound",char)
| |
| 3964 | s.Name = "BGMusic" | |
| 3965 | s.SoundId = "rbxassetid://600098105" | |
| 3966 | s.Pitch = 1 | |
| 3967 | s.Volume = 100 | |
| 3968 | s.Looped = false | |
| 3969 | s.archivable = false | |
| 3970 | s.Parent = char.Head | |
| 3971 | wait(0.1) | |
| 3972 | s:play() | |
| 3973 | local s = Instance.new("Sound",char)
| |
| 3974 | s.Name = "BGMusic" | |
| 3975 | s.SoundId = "rbxassetid://600098105" | |
| 3976 | s.Pitch = 1 | |
| 3977 | s.Volume = 100 | |
| 3978 | s.Looped = false | |
| 3979 | s.archivable = false | |
| 3980 | s.Parent = char.Head | |
| 3981 | wait(0.1) | |
| 3982 | s:play() | |
| 3983 | local s = Instance.new("Sound",char)
| |
| 3984 | s.Name = "BGMusic" | |
| 3985 | s.SoundId = "rbxassetid://600098105" | |
| 3986 | s.Pitch = 1 | |
| 3987 | s.Volume = 100 | |
| 3988 | s.Looped = false | |
| 3989 | s.archivable = false | |
| 3990 | s.Parent = char.Head | |
| 3991 | wait(0.1) | |
| 3992 | s:play() | |
| 3993 | local s = Instance.new("Sound",char)
| |
| 3994 | s.Name = "BGMusic" | |
| 3995 | s.SoundId = "rbxassetid://600098105" | |
| 3996 | s.Pitch = 1 | |
| 3997 | s.Volume = 100 | |
| 3998 | s.Looped = false | |
| 3999 | s.archivable = false | |
| 4000 | s.Parent = char.Head | |
| 4001 | wait(0.1) | |
| 4002 | s:play()local s = Instance.new("Sound",char)
| |
| 4003 | s.Name = "BGMusic" | |
| 4004 | s.SoundId = "rbxassetid://600098105" | |
| 4005 | s.Pitch = 1 | |
| 4006 | s.Volume = 100 | |
| 4007 | s.Looped = false | |
| 4008 | s.archivable = false | |
| 4009 | s.Parent = char.Head | |
| 4010 | wait(0.1) | |
| 4011 | s:play() | |
| 4012 | local s = Instance.new("Sound",char)
| |
| 4013 | s.Name = "BGMusic" | |
| 4014 | s.SoundId = "rbxassetid://600098105" | |
| 4015 | s.Pitch = 1 | |
| 4016 | s.Volume = 100 | |
| 4017 | s.Looped = false | |
| 4018 | s.archivable = false | |
| 4019 | s.Parent = char.Head | |
| 4020 | wait(0.1) | |
| 4021 | s:play() | |
| 4022 | local s = Instance.new("Sound",char)
| |
| 4023 | s.Name = "BGMusic" | |
| 4024 | s.SoundId = "rbxassetid://600098105" | |
| 4025 | s.Pitch = 1 | |
| 4026 | s.Volume = 100 | |
| 4027 | s.Looped = false | |
| 4028 | s.archivable = false | |
| 4029 | s.Parent = char.Head | |
| 4030 | wait(0.1) | |
| 4031 | s:play() | |
| 4032 | local s = Instance.new("Sound",char)
| |
| 4033 | s.Name = "BGMusic" | |
| 4034 | s.SoundId = "rbxassetid://600098105" | |
| 4035 | s.Pitch = 1 | |
| 4036 | s.Volume = 100 | |
| 4037 | s.Looped = false | |
| 4038 | s.archivable = false | |
| 4039 | s.Parent = char.Head | |
| 4040 | wait(0.1) | |
| 4041 | s:play() | |
| 4042 | local s = Instance.new("Sound",char)
| |
| 4043 | s.Name = "BGMusic" | |
| 4044 | s.SoundId = "rbxassetid://600098105" | |
| 4045 | s.Pitch = 1 | |
| 4046 | s.Volume = 100 | |
| 4047 | s.Looped = false | |
| 4048 | s.archivable = false | |
| 4049 | s.Parent = char.Head | |
| 4050 | wait(0.1) | |
| 4051 | s:play()local s = Instance.new("Sound",char)
| |
| 4052 | s.Name = "BGMusic" | |
| 4053 | s.SoundId = "rbxassetid://600098105" | |
| 4054 | s.Pitch = 1 | |
| 4055 | s.Volume = 100 | |
| 4056 | s.Looped = false | |
| 4057 | s.archivable = false | |
| 4058 | s.Parent = char.Head | |
| 4059 | wait(0.1) | |
| 4060 | s:play() | |
| 4061 | local s = Instance.new("Sound",char)
| |
| 4062 | s.Name = "BGMusic" | |
| 4063 | s.SoundId = "rbxassetid://600098105" | |
| 4064 | s.Pitch = 1 | |
| 4065 | s.Volume = 100 | |
| 4066 | s.Looped = false | |
| 4067 | s.archivable = false | |
| 4068 | s.Parent = char.Head | |
| 4069 | wait(0.1) | |
| 4070 | s:play() | |
| 4071 | local s = Instance.new("Sound",char)
| |
| 4072 | s.Name = "BGMusic" | |
| 4073 | s.SoundId = "rbxassetid://600098105" | |
| 4074 | s.Pitch = 1 | |
| 4075 | s.Volume = 100 | |
| 4076 | s.Looped = false | |
| 4077 | s.archivable = false | |
| 4078 | s.Parent = char.Head | |
| 4079 | wait(0.1) | |
| 4080 | s:play() | |
| 4081 | local s = Instance.new("Sound",char)
| |
| 4082 | s.Name = "BGMusic" | |
| 4083 | s.SoundId = "rbxassetid://600098105" | |
| 4084 | s.Pitch = 1 | |
| 4085 | s.Volume = 100 | |
| 4086 | s.Looped = false | |
| 4087 | s.archivable = false | |
| 4088 | s.Parent = char.Head | |
| 4089 | wait(0.1) | |
| 4090 | s:play() | |
| 4091 | local s = Instance.new("Sound",char)
| |
| 4092 | s.Name = "BGMusic" | |
| 4093 | s.SoundId = "rbxassetid://600098105" | |
| 4094 | s.Pitch = 1 | |
| 4095 | s.Volume = 100 | |
| 4096 | s.Looped = false | |
| 4097 | s.archivable = false | |
| 4098 | s.Parent = char.Head | |
| 4099 | wait(0.1) | |
| 4100 | s:play()local s = Instance.new("Sound",char)
| |
| 4101 | s.Name = "BGMusic" | |
| 4102 | s.SoundId = "rbxassetid://600098105" | |
| 4103 | s.Pitch = 1 | |
| 4104 | s.Volume = 100 | |
| 4105 | s.Looped = false | |
| 4106 | s.archivable = false | |
| 4107 | s.Parent = char.Head | |
| 4108 | wait(0.1) | |
| 4109 | s:play() | |
| 4110 | local s = Instance.new("Sound",char)
| |
| 4111 | s.Name = "BGMusic" | |
| 4112 | s.SoundId = "rbxassetid://600098105" | |
| 4113 | s.Pitch = 1 | |
| 4114 | s.Volume = 100 | |
| 4115 | s.Looped = false | |
| 4116 | s.archivable = false | |
| 4117 | s.Parent = char.Head | |
| 4118 | wait(0.1) | |
| 4119 | s:play() | |
| 4120 | local s = Instance.new("Sound",char)
| |
| 4121 | s.Name = "BGMusic" | |
| 4122 | s.SoundId = "rbxassetid://600098105" | |
| 4123 | s.Pitch = 1 | |
| 4124 | s.Volume = 100 | |
| 4125 | s.Looped = false | |
| 4126 | s.archivable = false | |
| 4127 | s.Parent = char.Head | |
| 4128 | wait(0.1) | |
| 4129 | s:play() | |
| 4130 | local s = Instance.new("Sound",char)
| |
| 4131 | s.Name = "BGMusic" | |
| 4132 | s.SoundId = "rbxassetid://600098105" | |
| 4133 | s.Pitch = 1 | |
| 4134 | s.Volume = 100 | |
| 4135 | s.Looped = false | |
| 4136 | s.archivable = false | |
| 4137 | s.Parent = char.Head | |
| 4138 | wait(0.1) | |
| 4139 | s:play() | |
| 4140 | local s = Instance.new("Sound",char)
| |
| 4141 | s.Name = "BGMusic" | |
| 4142 | s.SoundId = "rbxassetid://600098105" | |
| 4143 | s.Pitch = 1 | |
| 4144 | s.Volume = 100 | |
| 4145 | s.Looped = false | |
| 4146 | s.archivable = false | |
| 4147 | s.Parent = char.Head | |
| 4148 | wait(0.1) | |
| 4149 | s:play()local s = Instance.new("Sound",char)
| |
| 4150 | s.Name = "BGMusic" | |
| 4151 | s.SoundId = "rbxassetid://600098105" | |
| 4152 | s.Pitch = 1 | |
| 4153 | s.Volume = 100 | |
| 4154 | s.Looped = false | |
| 4155 | s.archivable = false | |
| 4156 | s.Parent = char.Head | |
| 4157 | wait(0.1) | |
| 4158 | s:play() | |
| 4159 | local s = Instance.new("Sound",char)
| |
| 4160 | s.Name = "BGMusic" | |
| 4161 | s.SoundId = "rbxassetid://600098105" | |
| 4162 | s.Pitch = 1 | |
| 4163 | s.Volume = 100 | |
| 4164 | s.Looped = false | |
| 4165 | s.archivable = false | |
| 4166 | s.Parent = char.Head | |
| 4167 | wait(0.1) | |
| 4168 | s:play() | |
| 4169 | local s = Instance.new("Sound",char)
| |
| 4170 | s.Name = "BGMusic" | |
| 4171 | s.SoundId = "rbxassetid://600098105" | |
| 4172 | s.Pitch = 1 | |
| 4173 | s.Volume = 100 | |
| 4174 | s.Looped = false | |
| 4175 | s.archivable = false | |
| 4176 | s.Parent = char.Head | |
| 4177 | wait(0.1) | |
| 4178 | s:play() | |
| 4179 | local s = Instance.new("Sound",char)
| |
| 4180 | s.Name = "BGMusic" | |
| 4181 | s.SoundId = "rbxassetid://600098105" | |
| 4182 | s.Pitch = 1 | |
| 4183 | s.Volume = 100 | |
| 4184 | s.Looped = false | |
| 4185 | s.archivable = false | |
| 4186 | s.Parent = char.Head | |
| 4187 | wait(0.1) | |
| 4188 | s:play() | |
| 4189 | local s = Instance.new("Sound",char)
| |
| 4190 | s.Name = "BGMusic" | |
| 4191 | s.SoundId = "rbxassetid://600098105" | |
| 4192 | s.Pitch = 1 | |
| 4193 | s.Volume = 100 | |
| 4194 | s.Looped = false | |
| 4195 | s.archivable = false | |
| 4196 | s.Parent = char.Head | |
| 4197 | wait(0.1) | |
| 4198 | s:play()local s = Instance.new("Sound",char)
| |
| 4199 | s.Name = "BGMusic" | |
| 4200 | s.SoundId = "rbxassetid://600098105" | |
| 4201 | s.Pitch = 1 | |
| 4202 | s.Volume = 100 | |
| 4203 | s.Looped = false | |
| 4204 | s.archivable = false | |
| 4205 | s.Parent = char.Head | |
| 4206 | wait(0.1) | |
| 4207 | s:play() | |
| 4208 | local s = Instance.new("Sound",char)
| |
| 4209 | s.Name = "BGMusic" | |
| 4210 | s.SoundId = "rbxassetid://600098105" | |
| 4211 | s.Pitch = 1 | |
| 4212 | s.Volume = 100 | |
| 4213 | s.Looped = false | |
| 4214 | s.archivable = false | |
| 4215 | s.Parent = char.Head | |
| 4216 | wait(0.1) | |
| 4217 | s:play() | |
| 4218 | local s = Instance.new("Sound",char)
| |
| 4219 | s.Name = "BGMusic" | |
| 4220 | s.SoundId = "rbxassetid://600098105" | |
| 4221 | s.Pitch = 1 | |
| 4222 | s.Volume = 100 | |
| 4223 | s.Looped = false | |
| 4224 | s.archivable = false | |
| 4225 | s.Parent = char.Head | |
| 4226 | wait(0.1) | |
| 4227 | s:play() | |
| 4228 | local s = Instance.new("Sound",char)
| |
| 4229 | s.Name = "BGMusic" | |
| 4230 | s.SoundId = "rbxassetid://600098105" | |
| 4231 | s.Pitch = 1 | |
| 4232 | s.Volume = 100 | |
| 4233 | s.Looped = false | |
| 4234 | s.archivable = false | |
| 4235 | s.Parent = char.Head | |
| 4236 | wait(0.1) | |
| 4237 | s:play() | |
| 4238 | local s = Instance.new("Sound",char)
| |
| 4239 | s.Name = "BGMusic" | |
| 4240 | s.SoundId = "rbxassetid://600098105" | |
| 4241 | s.Pitch = 1 | |
| 4242 | s.Volume = 100 | |
| 4243 | s.Looped = false | |
| 4244 | s.archivable = false | |
| 4245 | s.Parent = char.Head | |
| 4246 | wait(0.1) | |
| 4247 | s:play()local s = Instance.new("Sound",char)
| |
| 4248 | s.Name = "BGMusic" | |
| 4249 | s.SoundId = "rbxassetid://600098105" | |
| 4250 | s.Pitch = 1 | |
| 4251 | s.Volume = 100 | |
| 4252 | s.Looped = false | |
| 4253 | s.archivable = false | |
| 4254 | s.Parent = char.Head | |
| 4255 | wait(0.1) | |
| 4256 | s:play() | |
| 4257 | local s = Instance.new("Sound",char)
| |
| 4258 | s.Name = "BGMusic" | |
| 4259 | s.SoundId = "rbxassetid://600098105" | |
| 4260 | s.Pitch = 1 | |
| 4261 | s.Volume = 100 | |
| 4262 | s.Looped = false | |
| 4263 | s.archivable = false | |
| 4264 | s.Parent = char.Head | |
| 4265 | wait(0.1) | |
| 4266 | s:play() | |
| 4267 | local s = Instance.new("Sound",char)
| |
| 4268 | s.Name = "BGMusic" | |
| 4269 | s.SoundId = "rbxassetid://600098105" | |
| 4270 | s.Pitch = 1 | |
| 4271 | s.Volume = 100 | |
| 4272 | s.Looped = false | |
| 4273 | s.archivable = false | |
| 4274 | s.Parent = char.Head | |
| 4275 | wait(0.1) | |
| 4276 | s:play() | |
| 4277 | local s = Instance.new("Sound",char)
| |
| 4278 | s.Name = "BGMusic" | |
| 4279 | s.SoundId = "rbxassetid://600098105" | |
| 4280 | s.Pitch = 1 | |
| 4281 | s.Volume = 100 | |
| 4282 | s.Looped = false | |
| 4283 | s.archivable = false | |
| 4284 | s.Parent = char.Head | |
| 4285 | wait(0.1) | |
| 4286 | s:play() | |
| 4287 | local s = Instance.new("Sound",char)
| |
| 4288 | s.Name = "BGMusic" | |
| 4289 | s.SoundId = "rbxassetid://600098105" | |
| 4290 | s.Pitch = 1 | |
| 4291 | s.Volume = 100 | |
| 4292 | s.Looped = false | |
| 4293 | s.archivable = false | |
| 4294 | s.Parent = char.Head | |
| 4295 | wait(0.1) | |
| 4296 | s:play()local s = Instance.new("Sound",char)
| |
| 4297 | s.Name = "BGMusic" | |
| 4298 | s.SoundId = "rbxassetid://600098105" | |
| 4299 | s.Pitch = 1 | |
| 4300 | s.Volume = 100 | |
| 4301 | s.Looped = false | |
| 4302 | s.archivable = false | |
| 4303 | s.Parent = char.Head | |
| 4304 | wait(0.1) | |
| 4305 | s:play() | |
| 4306 | local s = Instance.new("Sound",char)
| |
| 4307 | s.Name = "BGMusic" | |
| 4308 | s.SoundId = "rbxassetid://600098105" | |
| 4309 | s.Pitch = 1 | |
| 4310 | s.Volume = 100 | |
| 4311 | s.Looped = false | |
| 4312 | s.archivable = false | |
| 4313 | s.Parent = char.Head | |
| 4314 | wait(0.1) | |
| 4315 | s:play() | |
| 4316 | local s = Instance.new("Sound",char)
| |
| 4317 | s.Name = "BGMusic" | |
| 4318 | s.SoundId = "rbxassetid://600098105" | |
| 4319 | s.Pitch = 1 | |
| 4320 | s.Volume = 100 | |
| 4321 | s.Looped = false | |
| 4322 | s.archivable = false | |
| 4323 | s.Parent = char.Head | |
| 4324 | wait(0.1) | |
| 4325 | s:play() | |
| 4326 | local s = Instance.new("Sound",char)
| |
| 4327 | s.Name = "BGMusic" | |
| 4328 | s.SoundId = "rbxassetid://600098105" | |
| 4329 | s.Pitch = 1 | |
| 4330 | s.Volume = 100 | |
| 4331 | s.Looped = false | |
| 4332 | s.archivable = false | |
| 4333 | s.Parent = char.Head | |
| 4334 | wait(0.1) | |
| 4335 | s:play() | |
| 4336 | local s = Instance.new("Sound",char)
| |
| 4337 | s.Name = "BGMusic" | |
| 4338 | s.SoundId = "rbxassetid://600098105" | |
| 4339 | s.Pitch = 1 | |
| 4340 | s.Volume = 100 | |
| 4341 | s.Looped = false | |
| 4342 | s.archivable = false | |
| 4343 | s.Parent = char.Head | |
| 4344 | wait(0.1) | |
| 4345 | s:play() |