Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- https://www.roblox.com/games/2045057578/SITE-226-Heavy-Containment-Procedures-Facility
- game.Workspace.Warheads.Alpha.Detonate1.Three.Playing = true
- wait(2)
- game.Workspace.Warheads.Alpha.Detonate1.Two.Playing = true
- wait(2)
- game.Workspace.Warheads.Alpha.Detonate1.One.Playing = true
- wait(2)
- while true do
- for i,v in pairs(game.Workspace.SFX:GetChildren()) do
- v.Playing = true
- end
- for i,v in pairs(game.Workspace.Announcements:GetDescendants()) do
- if v:IsA("Sound") then
- v.Playing = true
- end
- end
- wait(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement