Question
Different return Data type for properties
Hello.
We know that every property has some data type return.
position returns array of length 2.
rotation returns a number.
my question is can I make a psodu effect that can return string, arrays, or any data type that I want?
