How do I generate a random number between 0 and 0.5? I need it so I can set the topbar's transparency to something random. I've tried countless things, nothing works completely.
Number = (math.random(0,5)/10)