#OOP Question
1 messages · Page 1 of 1 (latest)
this is a java class.
See how I'm directly referencing myVar
is that possible in roblox lua
Id like to declare all my gui variables up top and then set them inside the constructor
and then in other methods i can just do guiVariable.... to access them instead of having to do self.guiVariable
I'm pretty sure it's not possible
you can't
just pretty much due to how lua "classes" work
alright thanks