Coolant Temp not Working It should be rising up but not happening?
Asked by
8 years ago Edited 8 years ago
My coolant temp doesn't work ill place a description of what it should do
It is recommended that the coolant is turned off when it reaches temperatures above 0C to cool it down again. Warm coolant liquid doesn't cool the core at all. The supply may be kept online at all times!
here is my script
01 | local cg = workspace:WaitForChild( "CoreGame" ) |
03 | cg.LiquidCoolant.Temperature.Changed:connect( function (temp) |
04 | local modi = temp / 1000 |
06 | script.Parent.Bar.Sliding.BackgroundColor 3 = Color 3. new( 0 / 255 , 255 / 255 , 255 / 255 ) |
09 | script.Parent.Bar.Sliding.BackgroundColor 3 = Color 3. new( 170 / 255 , 0 / 255 , 0 / 255 ) |
11 | script.Parent.Bar.Sliding.Size = UDim 2. new(modi, 0 , 1 , 0 ) |
12 | script.Parent.Bar.Numeral.Text = temp.. "C" |
Iv looked at the output in studio and it shows no errors