Hello I was recently on a server and I saw some really neat commands which was called party mode. It basically had a dlabel jumping around the screen that said party mode and your screen
color was changing between random colors, and Had of course, party music in the background. I know this is a very easy command to make. The dev said so himself and gave some hints
here's what I have. And please realize I've never coded a command before but am trying to learn. Here's my guess's but I do not know how to add them together.
making a dlabel and randomizing its position somehow He said he uses postscreeneffectspace hook for the color changing effect and he said to use math.random to calculate the position and randomiz the colors of the screen. Any idea's On how to make this? Am very willing to learn.