Skip to main content
Keep your app fresh with regular updates. Users can manually update installed apps to get the latest features and fixes.

Why Update Your App?

Regular updates help you:

Fix Bugs

Address issues and improve stability

Add Features

Introduce new functionality based on feedback

Improve Performance

Optimize code and reduce resource usage

Stay Compatible

Ensure compatibility with new Exe 6 builds

Update Process

1

Prepare Updated Version

Make your changes and test thoroughly. Once ready, prepare your app again with the updated components.
Ensure your app is fully tested before proceeding with the update.
2

Open Upload Dialog

Right-click the Exe6Folder and select “Save to Roblox…”
Save to roblox
This is the same process as the initial publish, but we’ll use the overwrite feature.
3

Select Model Category

When the window appears, select “Model” for the Asset Category.
Asset Category Selection

Select Model as the asset category

4

Choose Overwrite Option

On the bottom-left of the window, click:“Overwrite an existing asset…”
Overwrite

Select the overwrite option.

Make sure you select the correct asset to overwrite. This action cannot be undone!
5

Select Your App Asset

A list of your Roblox assets will appear. Find and click the App Asset you previously uploaded, then click “Save”.Your app is now updated on Roblox!

Update App Metadata (Optional)

You can also update your app’s name and description:
  1. Navigate to the Roblox Create website
  2. Find your app asset
  3. Click the Configure link
  4. Update the Name and Description fields
  5. Click “Save Changes”
This gives you full control over your app’s presentation in the library.

Best Practices

Track Your Changes

Maintain a version history for your app:
Example Version Tracking
-- In your app's main module
local AppInfo = {
    Name = "MyAwesomeApp",
    Version = "1.2.0",
    LastUpdated = "2025-10-26",
    Changes = {
        "Fixed crash when opening settings",
        "Added dark mode support",
        "Improved performance by 30%"
    }
}
Use semantic versioning (major.minor.patch) to communicate the type of update.

Update Frequency

Critical Fixes

ImmediateDeploy ASAP for crashes or security issues

Feature Updates

MonthlyRegular updates with new features

Maintenance

As NeededPerformance improvements and minor fixes

User Update Experience

Users can update apps in two ways:
1

Manual Update Check

Users navigate to their installed apps and click “Check for Updates”
2

Update Available Notification

If an update is available, they’ll see an update prompt
3

One-Click Update

Users click “Update” to install the latest version
Updates are not automatic. Users must manually update their installed apps.

Troubleshooting

  • Wait 5-10 minutes for Roblox cache to update
  • Verify you overwrote the correct asset
  • Check that the asset ID hasn’t changed
  • Ensure you’re logged into the correct Roblox account
  • Verify you have permission to edit the asset
  • Try refreshing Roblox Studio
  • Immediately roll back to previous version
  • Test the update more thoroughly
  • Post a notice in Discord about the issue

Continuous Improvement

Keep your app competitive and valuable:

App Guidelines

Review guidelines to ensure compliance with each update