RedSkittleFox >~< Posted August 31, 2017 Share 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 Link to comment Share on other sites More sharing options...
randomdude Posted September 1, 2017 Share 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 Link to comment Share on other sites More sharing options...
RedSkittleFox >~< Posted September 2, 2017 Author Share Posted September 2, 2017 Thx, changing sound type fixed it. Quote Link to comment Share on other sites More sharing options...
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.