Author Topic: Music Areas?  (Read 1436 times)

Is it possible to make an add-on that has selected areas and if you stand inside that area inside the brick it plays that music?
Like the heat mod how you place invisible bricks and you can place bricks inside those invisible bricks.

Sorry if its hard to understand, I might have worded it wrong.

So you're asking for a cuboid-zone in which you hear music in?

Unfortunately, not possible without forcing a client add-on.

You can event music to play 2d to a client when they enter it, and make it so that it stops playing when they leave, but you can't make it be in synch with other players, unless you use complicated account managing systems through bricks with relays and VCE and make it restart the music when a new player enters.

an easy way to do it is
OnPlayerEnterZone > Client > 2DMusicStart(I don't remember what the actual music start event was called)
OnPlayerLeaveZone > Client > 2DMusicStop

You can event music to play 2d to a client when they enter it, and make it so that it stops playing when they leave
This is the part where you need a client sided add-on.

Im pretty sure it's possible to not have client sided add-ons for this to work.

Like maybe there could be a invisible music brick in the middle of the invis brick and have a specific range?

What's wrong with just playing a 2D sound on a client?

you don't need a client mod to play music 2D to them

Im pretty sure it's possible to not have client sided add-ons for this to work.

Like maybe there could be a invisible music brick in the middle of the invis brick and have a specific range?
Then that's just like having a music brick. I thought that was already obvious.

What's wrong with just playing a 2D sound on a client?
you don't need a client mod to play music 2D to them
Because you can't stop the music. Go ahead. Try it. Try playing a 2d sound to just one client and stop it.

Because you can't stop the music. Go ahead. Try it. Try playing a 2d sound to just one client and stop it.
then let's yell at badspot

then let's yell at badspot
Already tried that, a long time ago. Only response I got was "no".

Already tried that, a long time ago. Only response I got was "no".
Wow, why?

Wow, why?
I'd tell you if there was anything said other than "no".

Already tried that, a long time ago. Only response I got was "no".
not surprising.

If this isn't possible then should I just use ranged music bricks?