Hi i was trying to create day night effect by tweening background variables but its not working, i cant find the problem.
The āToString(Variable(Day))
ā is not evaluated - itās treated as a literal string.
Do it this way instead (GDevelop will convert the number to a string for you if itās added to a string):
1 Like