Advertisement
PRGTexter

Untitled

May 14th, 2021
1,059
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.48 KB | None | 0 0
  1. local youre = game:GetService("MarketplaceService"):GetProductInfo(6687039800,0)
  2. print(youre.Name)
  3. print(youre.Description)
  4. print(youre.PriceInRobux)
  5. print(youre.Created)
  6. print(youre.Updated)
  7. print(youre.ContentRatingTypeId)
  8. print(youre.MinimumMembershipLevel)
  9. print(youre.IsPublicDomain)
  10. print(youre.Creator.CreatorTargetId)
  11. print(youre.Creator.CreatorType)
  12. print(youre.Creator.Name)
  13. print(youre.AssetId)
  14. print(youre.AssetTypeId)
  15. print(youre.IsForSale)
  16. print(youre.IsLimited)
  17. print(youre.IsLimitedUnique)
  18. print(youre.IsNew)
  19. print(youre.Remaining)
  20. print(youre.Sales)  
  21.  
  22. --[[  16:52:12.456  Young Zhuge Liang - Fan  -  Server - Script:2
  23.   16:52:12.456    -  Server - Script:3
  24.   16:52:12.456  nil  -  Server - Script:4
  25.   16:52:12.456  2021-04-16T06:03:07.183Z  -  Server - Script:5
  26.   16:52:12.456  2021-04-19T22:58:44.137Z  -  Server - Script:6
  27.   16:52:12.456  0  -  Server - Script:7
  28.   16:52:12.456  0  -  Server - Script:8
  29.   16:52:12.457  false  -  Server - Script:9
  30.   16:52:12.457  1  -  Server - Script:10
  31.   16:52:12.457  User  -  Server - Script:11
  32.   16:52:12.457  Roblox  -  Server - Script:12
  33.   16:52:12.457  6687039800  -  Server - Script:13
  34.   16:52:12.457  46  -  Server - Script:14
  35.   16:52:12.458  false  -  Server - Script:15
  36.   16:52:12.458  false  -  Server - Script:16
  37.   16:52:12.458  false  -  Server - Script:17
  38.   16:52:12.458  false  -  Server - Script:18
  39.   16:52:12.458  nil  -  Server - Script:19
  40.   16:52:12.458  0  -  Server - Script:20
  41. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement