ok guys i am really new t this hole thing but i want to be able to make it when my character reaches a point in my level that a sound will start like a voice or music
plz help :?:
You can achieve this easily. If its a location you want to trigger the music, then you can create an invisible object that when collided creates a looping audio piece. If its a value like kill count or items collected, then you can have the script check the amounts every-time an item or kill etc is gained and when there is enough start the music! As for actual code itself to do this, I am just new at scripting myself so I can’t give you any starter code. But basically you want the Collision trigger to start the check for items or just create the one-shot audio that will need to be attached to the player. Hope that helps get you started!