#OOP Question

1 messages · Page 1 of 1 (latest)

fickle panther
#

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

rancid sage
#

I'm pretty sure it's not possible

half galleon
#

just pretty much due to how lua "classes" work

fickle panther
#

alright thanks