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

Splash screen ImageLabel Script assign to?

Asked by 5 years ago

What do you put after the equals for assigning a decal/image to your ImageLabel? I tried imglabel.Image = "https://www.roblox.com/asset?id=123123123" "assetid=123123123"

1 answer

Log in to vote
1
Answered by
mattscy 3725 Moderation Voter Community Moderator
5 years ago
Edited 5 years ago

The number from your ID should be preceeded by the string rbxassetid://. So, the string for your example ID should be rbxassetid://123123123.

If you need help remembering this string in the future, you can always paste the numbers from the ID in the Image property of a gui, and it should automatically convert it into the ID, like in this example.

Hope this helps!

Ad

Answer this question