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

How do I make the Image link correct?

Asked by 8 years ago

img.Image = "=rbxassetid://367362488" This code to show the image on the GUI isn't working , I think the way I linked the image is wrong , How do I make it correct?

1 answer

Log in to vote
0
Answered by
rexbit 707 Moderation Voter
8 years ago

It's not working because, you have a =(equal notation) in the string.

img.Image = "rbxasset://367362488"
Ad

Answer this question