I’ve seen in alot of different places in youtube videos and in other people’s work they sometimes use a double colon :: normally in OOP when working with classes.
Is it a way to tell roblox that a variable has a specific set of indexes depending on it’s class?
for example here (i dont know how to use the double colon) i am trying to tell roblox that my plr variable is from the class Player which i want the indexes and properties of Character, UserID and such without having to type the entire thing out.
One example of what im trying to achieve could be here
How do i do this properly? And am i even correct when i say this is the intended use?
Thanks