. . . Posted April 4, 2024 Share Posted April 4, 2024 (edited) I really need a way to play sounds for a specific player and for the life of me I just can't understand how TheFocalPoint is supposed to be used to do so... any help would be greatly appreciatedĀ Edited April 6, 2024 by . . . Link to comment https://forums.kleientertainment.com/forums/topic/155452-solvedis-there-any-tutorial-or-does-anyone-know-a-simple-way-to-be-able-to-use-thefocalpoint-to-play-sounds-for-a-specific-player/ Share on other sites More sharing options...
-LukaS- Posted April 6, 2024 Share Posted April 6, 2024 In short: TheFocalPoint is a global client sided entity responsible for camera manipulation. It also possesses a SoundEmitter and can be used to play sounds for the client (other players will not hear the sounds). Playing a sound works the same way as any other entity with SoundEmitter. TheFocalPoint.SoundEmitter:PlaySound(event, name, volume, ispredicted, ...) I don't know if that's still a thing but for some reason trying to play a sound through TheFocalPoint while the game is paused will not play the sound, which is not the case when the game code does it. 1 Link to comment https://forums.kleientertainment.com/forums/topic/155452-solvedis-there-any-tutorial-or-does-anyone-know-a-simple-way-to-be-able-to-use-thefocalpoint-to-play-sounds-for-a-specific-player/#findComment-1709470 Share on other sites More sharing options...
reddocc Posted April 6, 2024 Share Posted April 6, 2024 The client mod of switchable lazy explorer plays a sound when you turn on the lazy 1 Link to comment https://forums.kleientertainment.com/forums/topic/155452-solvedis-there-any-tutorial-or-does-anyone-know-a-simple-way-to-be-able-to-use-thefocalpoint-to-play-sounds-for-a-specific-player/#findComment-1709471 Share on other sites More sharing options...
-LukaS- Posted April 7, 2024 Share Posted April 7, 2024 I've just checked and it looks like it still doesn't work when the world is paused. Link to comment https://forums.kleientertainment.com/forums/topic/155452-solvedis-there-any-tutorial-or-does-anyone-know-a-simple-way-to-be-able-to-use-thefocalpoint-to-play-sounds-for-a-specific-player/#findComment-1709670 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now