[ad_1]
Created by 69y
Features:
- AUDIO
- CRESCENDO NEEDED
- DEV NOTES:
You must hold Crescendo
IT DOESN’T MAKE ANY SOUND FOR YOU, BUT IT WILL PLAY FOR OTHERS!
dying stops the audio
local args = {
[1] = "PlaySound",
[2] = {
[1] = "Equip",
[2] = "Name here", -- change to your name
[3] = "rbxassetid://audio id here", -- change to ur audio here
[4] = {
[1] = game:GetService("Players").LocalPlayer.Character.Head
},
[5] = 0.65 -- change this to whatever volume
}
}
game:GetService("Players").LocalPlayer.Character.Knife.ClientEvent:FireServer(unpack(args))
-- made by frenchfry#8710
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]