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.
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.
[image]
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}]
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
averlst
(aver)
July 2, 2025, 7:01am
6
It’s as it states, the methods you are trying to use are not enabled.
2 Likes
mattqdev
(MattQ)
July 3, 2025, 12:57pm
7
Do you think it will be enabled sooner or later or has it been completely abandoned?
0x1437
(0x1437)
July 12, 2025, 5:03am
8
This is such a useful function, especially for my Instance Serializer project.
Anyways, it can be enabled by setting DFFlagNewReflectionService to true
I believe it will be enabled sooner. All they have to do is literally toggle an FFlag
4 Likes
0x1437
(0x1437)
July 12, 2025, 5:05am
9
You might find this useful:
{
"Classes": [
{
"Members": [
{
"Category": "Data",
"MemberType": "Property",
"Name": "ClassName",
"Security": {
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": false,
"CanSave": false
},
"Tags": [
"ReadOnly",
"NotReplicated"
],
This file has been truncated. show original
1 Like
Any other information you could show? Is it true that the last update was in 2023?
1 Like
0x1437
(0x1437)
July 12, 2025, 11:55am
11
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
This contains updated information:
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
mattqdev
(MattQ)
July 15, 2025, 5:22pm
14
oh yeah I think this is what i’m looking for… when i come back home i’ll try and i’ll check it