Hey everyone, I’m having a problem trying to insert some variables into a string for a text object. Here’s what I’ve got for the value in question
text = "You are out of lives. Do you want to buy more, or wait for ".. tostring(hoursRemaining) "hours and " .. tostring(minutesRemaining) .. " minutes until until your lives reset?",
The error i get is “attempt to call a string value”. I have also tried just concatenating it as the original variables, which gives me the same error, but as a number, instead of string.As always, TIA