#I wanna make a random audio play on a key press
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
If possible, i wanna make a key press make a random sound play, preferably to the whole server. how would i go about doing this?
I wanna make a random audio play on a key press
UIS.InputBegan:Connect(function(input, isTyping)
if isTyping then return end
if input.KeyCode == Enum.KeyCode.KEYHERE then
end)