Why am I seeing “nil” at player variable here while debugging, even though I’m in a LocalScript:
The breakpoint was on a click event, so Im sure the player was loaded
Why am I seeing “nil” at player variable here while debugging, even though I’m in a LocalScript:
The breakpoint was on a click event, so Im sure the player was loaded
There are two cases:
It is a localscript, tho I’m not sure about it being erroneous display because ToggleTextVisibility function is not running, so I thought this nil has to do something with it
You are forgetting to call it.
coroutine.wrap(functionName)()
I thought the other brackets were optional, thank you!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.