I am not sure why the image ín script 2 isn’t getting visible. If you could help it would be very kind!
So thats the first script :
local LoadingSmart = Smart.Screen.Screen.UI.Main.Utils.Loading
Main.Start.Container.Images.MouseButton1Click:Connect(function()
LoadingSmart.Visible = true
end)
Thats the second one :
local LoadingChecker = Smartboard.Screen.Screen.UI.Main.Utils.Loading
local LoadingCheckDevice = Device.Screen.DeviceUI.System.Utils.Loading
if LoadingChecker.Visible == true then
LoadingCheckDevice.Visible = true
end
I have checked if both existed and they do.
Thank you!