ReflectionService is not enabled?

I just discovered the existence of the game:GetService("ReflectionService") service because I was looking for a way to iterate and get information about all the methods of a service (I haven’t succeeded yet, so if you can help me I would be very grateful).

The problem is that the documentation on this service is practically empty and useless. Every method when called gives me this error:

I can’t figure out what the methods do and how to use them. There is no guide or support.
I am convinced that this service is abandoned to itself even though it could be useful.
If it is deactivated I would like them to write it or even better activate it.

2 Likes

I don’t really know but my guess is that it is still in development.

1 Like

But that is questionable since it seems like the last update they did was in 2023:

Edit: As @0x1437 mentions later, the link above does not contain updated information.

1 Like

exactly, i’d like an explanation from someone from roblox

I also don’t know how to iterate methods from a services via plugin script

It’s as it states, the methods you are trying to use are not enabled.
image

2 Likes

Do you think it will be enabled sooner or later or has it been completely abandoned?

This is such a useful function, especially for my Instance Serializer project. :broken_heart:


Anyways, it can be enabled by setting DFFlagNewReflectionService to true
{389CABA9-01BA-4FDF-A611-E5256A356B94}

I believe it will be enabled sooner. All they have to do is literally toggle an FFlag :broken_heart:

4 Likes

You might find this useful:

1 Like

Any other information you could show? Is it true that the last update was in 2023?

1 Like

What kind of information do you want to know?

No. They have added new functions to ReflectionService at version 671, which was at 2025-04-29 15:35.


What you initially shared in your comment above was /ref-temp, not the updated /ref
{EAEBB84D-49CD-4DD1-B1CD-5C515EEFA16C}
This contains updated information:
{C84F8878-9080-4C09-A591-C8001F629C69}

2 Likes

Thanks. I meant information as in anything we should know. I updated my original reply to mention your reply with the updated link.

1 Like

oh yeah I think this is what i’m looking for… when i come back home i’ll try and i’ll check it