|
| 26 Jun 2013 03:07 PM |
| Or detect if a user has a specific game pass? Any tutorials that I could be pointed to? |
|
|
| Report Abuse |
|
|
jrf2112
|
  |
| Joined: 29 Jun 2008 |
| Total Posts: 3354 |
|
|
| 26 Jun 2013 03:08 PM |
Google: roblox wiki game passes
|
|
|
| Report Abuse |
|
|
|
| 26 Jun 2013 03:08 PM |
game:GetService("GamePassService"):PlayerHasPass(player, passId)
Wiki Profile: http://wiki.roblox.com/index.php/User:Nelson |
|
|
| Report Abuse |
|
|
|
| 26 Jun 2013 03:26 PM |
| Thanks, but how can you make it so that users can buy the passes in-game? |
|
|
| Report Abuse |
|
|
jrf2112
|
  |
| Joined: 29 Jun 2008 |
| Total Posts: 3354 |
|
| |
|
|
| 26 Jun 2013 03:28 PM |
| Nevermind, found it in the blog. |
|
|
| Report Abuse |
|
|
jrf2112
|
  |
| Joined: 29 Jun 2008 |
| Total Posts: 3354 |
|
| |
|
|
| 26 Jun 2013 03:35 PM |
| ...I knew you could, I've seen it in several games. http://blog.roblox.com/2013/05/sell-game-passes-and-gear-in-your-game-today/ |
|
|
| Report Abuse |
|
|
|
| 26 Jun 2013 03:46 PM |
help me with this?
script.Parent.MouseButton1Click:connect(function(player) Game:GetService("MarketplaceService"):PromptPurchase(player, 120501173) end) |
|
|
| Report Abuse |
|
|
| |
|