{% extends '__layout__.html' %} {% block title %}Admin{% endblock %} {% block head %} {% endblock %} {% block content %}
Back to Asset Manager

Insert {{asset.name}} into Item Release Pool

{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% if asset %}

note: if you want an item to be free both robux and tix prices have to be set to 0

Offsale After

Amount of time item before the item goes offsale after it releases | Leave empty if you do not want an offsale time

Created: {{asset.created_at}}

Updated: {{asset.updated_at}}

Original Roblox AssetId: {{asset.roblox_asset_id}}

AssetType: {{asset.asset_type.name}}

{% endif %}
{% endblock %}