Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Rbx Asset not loading?

Asked by
TriteA1 30
4 years ago

Not entirely sure this is scripting related, but oh well. My game has been running perfectly fine, however over the past few days I have been getting errors in the output when testing it through studio. I'm quite new to scripting and I'm not sure what has caused this. This problem only seems to occur when testing in studio and does not affect the game. It seems that the chat button is gone and my leaderstats does not have the standard roblox Gui. I suspect this is some kind of player script problem? Any help appreciated, thanks.

Output when running the game:

 17:26:33.077 - Image "rbxasset://textures/ui/Shell/ButtonIcons/BButton.png" failed to load in "CoreGui.RobloxLoadingGui.BlackFrame.CancelLabel.Image": File not found

17:26:33.427 - Image "rbxasset://textures/ui/Shell/Icons/RobloxIcon24.png" failed to load in "CoreGui.RobloxLoadingGui.BlackFrame.InfoFrame.Creator.CreatorIcon.Image": File not found

17:26:34.760 - Image "rbxasset://textures/ui/PurchasePrompt/[email protected]" failed to load in "TextureManager::PreloadTexture": File not found

17:26:34.788 - ContentProvider:PreloadAsync() failed for rbxasset://textures/ui/PurchasePrompt/[email protected]
0
You need to convert your asset from a decal to a image by putting it in a decal then copying the link roblox gives you or subtracting 1 from the id Diamond_Plus1 50 — 4y

2 answers

Log in to vote
1
Answered by 4 years ago

it's a usual roblox problem theres nothing wrong with your game

Ad
Log in to vote
0
Answered by 4 years ago

If the asset is not loading you must either re upload it or make a new one also file not found means it cant be found which means it doesnt exsist

0
how would someone re-upload a CoreGui? TriteA1 30 — 4y
0
Where did you get the core gui from? DuckyRobIox 280 — 4y
0
But I say get a imagelabel and upload the image then copy the asset id then paste into the core gui DuckyRobIox 280 — 4y
0
I haven't changed the core GUI. They are the stock ones roblox uses. TriteA1 30 — 4y

Answer this question