Hello, iam wondering how i can check if fullscreen is on or off in the script eks:
i need helo with the part above i dont know how the game can check if its on or off
if(screen.fullScreen = true) <<<----- this part
{
print(âfullscreen is onâ);
}
else
{
print(âfullscreen is offâ);
}