Your browser does not support JavaScript or its disabled!
Please turn it on, or be aware that some features on this website will not work correctly.
1.4K
Read FYI popup #86
Reads text in a popup FYI window.
255b | 9 lines.
 --[[
  Script made by Lee (Discord: l33_) - www.trainorcreations.com
  If you want to support my work, feel free to donate at https://trainorcreations.com/donate
  PS. Stop ripping off my work and selling it as your own.
 ]]--
onLoginAdvice(function(message)
  for i, rootW in pairs(rootWidget:getChildren()) do
    if rootW:getText() == "For Your Information" then
      local a = rootW:getChildById('messageBoxLabel')
      warn(a:getText())
      break
    end
  end
end)

24 Mar 2022
Ads