So i Have this code which update the ui on both sides
local Images = {
14774891691,
14774875232
}
local BluePoster = workspace.Map:WaitForChild("BluePoster")
local RedPoster = workspace.Map:WaitForChild("RedPoster")
task.wait(5)
BluePoster.SurfaceGui.ImageLabel.Image = "rbxassetid://"..Images[1]
RedPoster.SurfaceGui.ImageLabel.Image = "rbxassetid://"..Images[2]
but for some reason when updating it the label becomes blank tho i have one of the both ids on it before doing anything
i tried to run it both on client and server