Categories > Coding > Lua >

How to add an image into my GUI....

Posts: 17

Threads: 10

Joined: Sep, 2022

Reputation: 0

Posted

I want to add an image into my lua script.

 

Can someone tell me how to?

 

Its to make an logo and a nice background.

 

The image I want to upload is from the roblox asset marketplace.

 

By the way is there any way to upload images from a website or downloaded images?

  • 0

Posts: 1430

Threads: 71

Joined: May, 2022

Reputation: 20

Replied

use the imagelabel class with Instance.new and change the image property

 

for asset marketplace: normal rbx id
for downloaded images: put the image in your workspace folder and set the image property to getcustomasset("filename.png") (if your exploit supports it)

  • 0

i use arch btw

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )