Author Topic: rainbow lasers, music randomizer script, and brick activator script.  (Read 636 times)

Ok, well first off I need a link to those spinning swirly rainbow laser emmiters. And then I need a script that will play music in the server that you can hear from everywhere, and the music can be changed using event in bricks like, "on activate- servermusic- play random song" I aslo need a script that will activate random bricks with certain names. Like it would simulate a "click" on a brick with events. The brick would be named like "server click" or something and the script would activate that bricks events randomly or like every 10 seconds. I would need the script to be able to do this with multiple bricks.
« Last Edit: April 21, 2014, 04:24:50 PM by GhostStar »

Would you like a drink with that too, sir?

Would you like a drink with that too, sir?
yeah it's not like this entire section is for suggesting and requesting addons or anything

yeah it's not like this entire section is for suggesting and requesting addons or anything
smackdown.gif

1. They're not rainbow, but you can try Advanced Lasers. You can make them rainbow yourself with a relay loop and setColor.
2. This exists in literally the EXACT same way you described it - Server Music.
3. ServerClick is handicapped and makes no sense. It would make more sense to do something like namedBrick -> randomRelay, which casts a relay on a random brick with that name.

1. They're not rainbow, but you can try Advanced Lasers. You can make them rainbow yourself with a relay loop and setColor.
2. This exists in literally the EXACT same way you described it - Server Music.
3. ServerClick is handicapped and makes no sense. It would make more sense to do something like namedBrick -> randomRelay, which casts a relay on a random brick with that name.
ok thanks