Advertisement
_Thanh_Thy_Cute_

Labor Island Tycoon EAR RAPE ALL PLAYERS

Aug 5th, 2021
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. --this uses the flare sound to make a loud ass screaming noise, you can’t hear it but everyone else can
  2. while wait() do
  3. for i,v in pairs(game.Players:GetPlayers()) do
  4. pcall(function()
  5. local args = {
  6. [1] = {
  7. ["Pitch"] = 0.6,
  8. ["MaxDistance"] = math.huge,
  9. ["Silenced"] = false,
  10. ["EmitterSize"] = math.huge,
  11. ["SoundId"] = "rbxassetid://3634981288",
  12. ["Echo"] = true,
  13. ["Muzzle"] = v.Character.Head.HairAttachment,
  14. ["Volume"] = math.huge
  15. }
  16. }
  17.  
  18. game:GetService("ReplicatedStorage").Remotes.PlayAudio:FireServer(unpack(args))
  19. end)
  20. end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement