Hello, how are you? Hope so. So I want to add a system of taunts to my server, but I don’t think it’s that simple. I would like that when it was pressed by an “F4” key it would release some audio in .wav course, the taunt will have a slowmode. Does anyone know any similar script or path I should take for this? please help me
1 Like
Use the PlayerBindPress
hook and look for the showspare2
bind.
This is a clientside hook so you’d have to network a message to the server informing that a player wants to send a taunt. You can do validation, like time delays, and emit a random sound effect from there on.
2 Likes