RedSkittleFox >~< Posted August 31, 2017 Posted August 31, 2017 So I created pivot with noise.lua script, I have chosen my sound .wav volume 100 etc, I created camera and added script to it: script.listener = nil function Script:Start() self.listener = Listener:Create(self.entity) end But when I launch game I don't hear any sound. Quote
randomdude Posted September 1, 2017 Posted September 1, 2017 You can try it with the Listener instead of a pivot but maybe the .wav has a wrong bitrate that cant be played somehow. Try converting it into .ogg. Quote
RedSkittleFox >~< Posted September 2, 2017 Author Posted September 2, 2017 Thx, changing sound type fixed it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.