ShowOfferById

TPPersonalizedOffer.ShowOfferById(userId, language, offer_id)

Description

ShowOfferById shows the offers to players on screen by offer_id that can be retrieved by using SelectOfferInfo.

Parameters

Name Description Required

UserId

Player’s unique user ID (not a character’s ID) that is given by Roblox: Player.UserId

Required

language

Two-letter language code that you set up in personalized offer console

Required

offer_id

Unique ID assigned to the offer

Required