symbol is assigned a value that is never used:
#4

That is exactly what the warning is telling you.

You are assigning a value to those variables with the "Create3DTextLabel" function, but you aren't doing anything with them afterwards. "symbol is assigned a value that is never used".

If you plan on using those variables later, you can just ignore the warnings for now. If you do not plan on ever using them for anything, remove the variables and just don't store the result of the "Create3DTextLabel" function, otherwise it's just a waste of memory.
Reply


Messages In This Thread
symbol is assigned a value that is never used: - by JayceonTaylor - 19.07.2013, 08:19
Re: symbol is assigned a value that is never used: - by MP2 - 19.07.2013, 08:24
Re : symbol is assigned a value that is never used: - by JayceonTaylor - 19.07.2013, 08:26
Re: symbol is assigned a value that is never used: - by Thomas. - 19.07.2013, 08:46
Re: symbol is assigned a value that is never used: - by Elie1996 - 19.07.2013, 09:42

Forum Jump:


Users browsing this thread: 1 Guest(s)