I've been trying to make it so when you press 'e' it will play a sound. I couldn't get it working properly as i wanted, so im here to ask:
If anyone could help me with this that would be great!
I would like to give a example:
local Sound = game.workspace.Sound local part = game.workspace.button button.MouseClick:Connect(function() Sound:Play() end)
Basically you need to script when a player pressed "E" at that area or something like that. Just trying to help buddy.