Global In-Game advertisements?

So i’ve seen some global in-game advertisements for games, i am wondering how this is done (probably http)
but ive seen them in some crappy free modeled club games and im wondering if someone has already made a tutorial, is there a model? I’ve seen one but its only in the server they advertised in.

Merely has some great examples of this in his Trade Hangout game.

:slight_smile:

1 Like

Try looking into MessagingService. You can use this to contact every Server running under a specific Place to broadcast the advertisement to all players in your game!

Try reading these resources for an example on how to use MessagingService to contact other Servers with some arbitrary information. After this you should hopefully be able to apply it to your scenario!

https://devforum.roblox.com/t/messaging-service/253962

3 Likes