Owl.Reflection.GetProperties(): string[]

Server Only

Scans all registered services and collects every declared replicated Property remote endpoint into a formatted 'ServiceName.RemoteKey' list.

Returns

string[]Sorted list of replicated property paths.
local props = Owl.Reflection.GetProperties()
-- > // Returns e.g. { "WeatherService.CurrentSeason" }