2AreYouMental110

extreme hide and seek play any sound

Sep 30th, 2021 (edited)
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. local Event = game:GetService("ReplicatedStorage").AnimationReplication.PlaySoundBoombox
  2. local SoundID = 5160230627 -- inappropriate id
  3. Event:FireServer(SoundID)
  4. -- play the bottom one to stop
  5. local Event = game:GetService("ReplicatedStorage").AnimationReplication.StopSoundBoombox
  6. local StopID = 5160230627
  7. Event:FireServer(StopID)
Add Comment
Please, Sign In to add comment