What is wrong with this loop?
02 | if Vector 2. new(Mouse.X, Mouse.Y) > v.AbsolutePosition and Vector 2. new(Mouse.X, Mouse.Y) < v.AbsolutePosition + v.AbsoluteSize then |
03 | v.BackgroundColor = Color 3. new( 1 , 135 / 255 , 135 / 255 ) |
04 | v.Font = Enum.Font.SourceSans |
06 | v.BackgroundColor = Color 3. new( 1 , 1 , 1 ) |
07 | v.Font = Enum.Font.SourceSansLight |
09 | game:GetService( "RunService" ).RenderStepped:wait() |
So, I know the loop starts, but for some reason at the if statement the loop stops and nothing in the if statements fire. Anyone know what is up with this?