• Studio

  • Studio API

  • Bots

  • Web API

  • Designer Resources

  • Host Resources

  • Globals

    WorldProduct

    Inherits from:

    Represents a product that can be purchased by players in the game.

    Properties

    product_id

    string
    ServerOnly

    The product ID of the product.

    print(WorldProduct.product_id)
    

    name

    string
    ServerOnly

    The name of the product.

    print(WorldProduct.name)
    

    description

    string
    ServerOnly

    The description of the product.

    print(WorldProduct.description)
    

    price

    number
    ServerOnly

    The price of the product in Gold.

    print(WorldProduct.price)
    

    Updated 10 months ago

    PocketWorlds Icon

    © 2025 Pocket Worlds. All rights reserved.