Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I cant make this text in gui find the value of fuel inside workspace>seat?

Asked by 6 years ago

while wait(3) do local Fuel = script.Parent.Parent.Parent.Fuel.Value script.Parent.Litres.Text = "" .. tostring(Fuel) end

Answer this question