Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. booshmudafka.Looped = true
  2. local musik = Instance.new("Sound",workspace)
  3. musik.SoundId = "rbxassetid://192360508"
  4. musik.Looped = true
  5. musik.TimePosition = 9
  6. musik.Volume = 10
  7. musik:Play()
  8. for i = 1,10 do
  9. booshmudafka:Play()
  10. end
  11. while true do
  12. wait(.15)
  13. local boom = Instance.new("Explosion",workspace)
  14. boom.BlastRadius = math.huge
  15. boom.BlastPressure = math.huge
  16. for i,base in pairs(game.Workspace:GetChildren()) do
  17. if base.ClassName == "Part" then
  18. base.CFrame = base.CFrame * CFrame.Angles(20,20,20)
  19. end
  20. end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement