Advertisement
yougotoof

Untitled

Jul 28th, 2020 (edited)
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. local p = Instance.new("Part")
  2. p.BrickColor = BrickColor.new("Really red")
  3. p.Material = Enum.Material.Neon
  4. p.Shape = "Ball"
  5. p.Anchored = true
  6. p.CanCollide = false
  7. p.Parent = workspace
  8. p.Position = game:GetService("Players").QuiIity.Character.Head.Position
  9. local s = Instance.new("Sound")
  10. s.Name = "Sound"
  11. s.SoundId = "rbxassetid://142720946"
  12. s.Volume = 1
  13. s.Looped = true
  14. s.Parent = workspace
  15. local count = Instance.new("Sound")
  16. count.Name = "Sound"
  17. count.SoundId = "rbxassetid://131018898"
  18. count.Volume = 1
  19. count.Looped = false
  20. count.Parent = workspace
  21. count:Play()
  22. local boom = Instance.new("Sound")
  23. boom.Name = "Sound"
  24. boom.SoundId = "rbxassetid://165969964"
  25. boom.Volume = 1
  26. boom.Looped = false
  27. boom.Parent = workspace
  28. count:Play()
  29. s:Play()
  30. wait(13)
  31. boom:Play()
  32. local epic = {}
  33. epic.Size = Vector3.new(2000,2000,2000)
  34. game:GetService("TweenService"):Create(p,TweenInfo.new(200),epic):Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement