You can write your topic however you want, but you need to answer these questions:
- What do you want to achieve? Keep it simple and clear!
I need to make a system to change the background of the stage in a game.
- What is the issue? Include screenshots / videos if possible!
Loading in images does not work
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have tried changing the “rbxassetid://” to “roblox.com/asset/?id=” but it did not work. I also tried checking the dev hub, but I could not find a solution
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
- It is a Decal, not an ImageLabel
- The Part of which the Decal should be on is called “Background”
My script is included here:
script.Parent.BGFrame.ChangeBG.OnServerEvent:Connect(function(plr,txt)
game.Workspace.Background.Decal.Texture = "rbxassetid//"..txt
end)
I know my script syntax is valid because there are no syntax warnings, and the “Texture” property is changed according to the input.
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.