What is "ExampleService"

I was browsing the API changelogs and I found this
what does this do

2 Likes

Looks like a Service that is meant as an example for internal Roblox developers who are writing their own. Having a bare minimum example makes it a lot easier for them to understand what is needed to make a Service.

It’s not a class we can access from our games. And even if we could, it would have no use

3 Likes

Hah! I was just looking at this last Friday. Whatever it is, it was only added fairly recently.

What I thought was particularly curious, was the ‘OnPolo’ event. PrintHello takes no parameters, and yet OnPolo fires with a message. I wonder what it would be listening to.

1 Like

I think OnPolo is the receiver for something emitted by something called Marco… you know… as in Marco Polo :yum: Not uncommon to see in programming examples

1 Like