I am a bit confused on how to make a text say "Fuel Remaining: 100%" And be able to change the 100 to other things. Whenever I try something I get a Syntax Error. (The Variable is called Fuel) I've done:
"Fuel Remaining:"& Fuel"%"
"Fuel Remaining:" Fuel"%"
"Fuel Remaining:" &Fuel"%"
I know its a stupid question but I am completely stumped.