I am familiar with luau and other languages and how the term "or" is used. What I am confused about is its use with variables.
For example what would "local character = player.Character or (some other term)" declare the variable as? My first guess is that the variable is set to whichever value exists but i don't know how that would work if both values exist.
Anyone familiar with how the "or" term works in this context, please let me know. Thanks