Skip to main content
Inspiring
November 16, 2025
Question

Different return Data type for properties

  • November 16, 2025
  • 0 replies
  • 24 views

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?