so i want to change the ImageLabels or ImageButton Image outside StarterGui. here the script that i wrote:
logs = "rbxassetid://261517000" function change() game.StarterGui.ScreenGui.Inventory.ImageLabel.Image = logs end script.Parent.Touched:connect(change)