Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local cliky = script.Parent:WaitForChild("ClickDetector")
- local sound = script.Parent:WaitForChild("Loop")
- sound.Volume = 6
- sound.Looped = true
- local sounds = {"1117396305","901513885","1713855118","2629727951","2988953773","732029008","1803268638","2154340356","318062766","407749940","2111796441","1525123663","2372056506","1247089632","163561189","160361270"}
- cliky.MouseClick:Connect(function()
- sound.SoundId = "rbxassetid://".. sounds[math.random(1,#sounds)]
- sound:Play()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement