#Trouble Loading UI Images
1 messages · Page 1 of 1 (latest)
send code too
I think its the image
looking in properties do I have to set ImageContent as well?
I tried
local frame = script.Parent.Frame
local imagebutton = frame:WaitForChild("ImageButton")
imagebutton.Image = "rbxassetid://9094403052"
it just made the imagebutton invisible but
local frame = script.Parent.Frame
local imagebutton = frame:WaitForChild("ImageButton")
imagebutton.Image = "rbxassetid://9094403051" --changed the image id from 2 to 1
and it works just fine, its probably just a invisible image honestly
The background Transparancy is 1
yea
but like that shouldn't affect it I think..
** You are now Level 12! **
oh ok
is it ur image?
I got it from toolbox 💀