Hello, me again just wondering how I would fix this problem:
What identifier would I use for sound?
public void PlaySound(Sound, int Volume) {
Sound.play();
Sound.setVolume(5);
}