Unknown asset permission requests when publishing a game

I’ve censored the IDs just in case, since I’m not entirely sure what these particular IDs are. When I try to publish my game to a test place, I get two assets that I don’t have permission to use. They’re both nameless, have no creator, and don’t even have an asset type. they only have ids.

When I check the IDs through the Creator Store, they lead me to two “SolidModel” assets created about two months ago, which appear to have been created on my account. I’m thinking this might be a bug related to some meshparts in my game.

A private message is associated with this bug report

1 Like

Hi, want to confirm it’s same issue like this.

"You cannot grant permissions for some assets", and so am unable to publish - #8 by DanceMonkeyPatty

Which, we believe is a UI bug, and we actually also rollout a quick fix yesterday, pls let us know if it still occurs.

yup its the same one. I’ve actually gotten it earlier today (maybe 1 or 2 hours ago) during a test but I’ve kept trying right now and it seems like its not triggering again.

excuse me for the double reply but I wanted to let you know that it just happened to me again right now. the bug is still present.

1 Like

try running this code in your game’s command line to find the asset causing the issue.
for i,v in game:GetDescendants() do if v.ClassName=="Sound" and v.SoundId="rbxassetid://137067629309629" then print(v) end end

Hi,

We just rollout some fix yesterday again, pls let us know if this UI issue still there! Appreciated!

I’ve just enrolled in the Asset Privacy (beta). When I try to save to Roblox, I get a long list of asset numbers that I cannot trace to any in my experience. When I try to grant permission, it says I cannot grant permissions and need to reach out to the asset creator.

I have no clue what these assets are. I’ve created nearly every single asset myself. I can only think of one that I didn’t create myself and it’s not in the list.

Any idea why this is happening?

Hi, we rollout bug fix 2 days ago, want to see whether this UI issue still happen to you.

There was a UI bug before which show a lot of asset you don’t need grant, but we rollout a fix for that 2 days ago.

Beside that, if it still happen to you, pls DM those assetId and your experienceId, maybe i can deeper dive into our DB to debug

Hi. I still get the same issue. If I publish without permissions, my game seems to work fine. I’ll DM you the list of 15 asset IDs that come up

Whatever your team has done, it’s worked. No more issues with strange asset permissions. My games saves to Roblox without issue now

Hi just a follow up, our team did some fix recently. Want to see whether you still see same issues

Hi,

Yes, we did some fix recently.

Hi Ivyachao.

That issue has reappeared. I will DM you with the asset IDs so you can take a look.