Output:
22:21:24.825 - Players.Player1.PlayerGui.main.gui_control:140: wrong number of arguments
Line 140:
leparticle.BackgroundColor3 = Color3.new(math.random(1/255, 0/255, 0/255))
I don't get what's wrong.
Well, firstly, why the heck are you converting the arguments for the Color3 scale into radians? Also the '0/255' may cause a divide by 0 error.