Well i always used == with (IF and WHILE) but today my friend show me a script that he made, and i saw that he's using only ONE = on his IF instead of ==. So, i made a test replacing ALL == for = on one of my scripts and it still working correctly. So, i want to know if theres really some differ on using == instead of =