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

I need to change this decal texture ID with a script so I can change said image. Help?

Asked by 4 years ago
Edited 4 years ago

The code is down here. Pardon the dumb text, I have that working as such.


while true do script.Parent.Meme.Texture = ("rbxassetid://161023603") script.Parent.SurfaceGui.TextLabel.Text = ("Back in the elden world, the gamers invaded the pewny mortals filled in our little earth.") wait(10) script.Parent.Meme.Texture = ("rbxassetid://285014880") script.Parent.SurfaceGui.TextLabel.Text = ("They ran rampant with their auto-shotguns. Bullets around their chests covered in filthy mortal blood.") wait(10) end

It gives me this error "00:37:01.068 - Image "https://assetdelivery.roblox.com/v1/asset?id=285014880" failed to load in "Workspace.Sign.Meme.Texture": Request failed"

0
What’s the issue? Ziffixture 6913 — 4y
0
Its not changing and it gives me a error saying "00:37:01.068 - Image "https://assetdelivery.roblox.com/v1/asset?id=285014880" failed to load in "Workspace.Sign.Meme.Texture": Request failed" calenmaster1 31 — 4y
0
It probably connection issues or maybe your id is wrong. Block_manvn 395 — 4y

Answer this question