#condition wont run despite being true?

2 messages · Page 1 of 1 (latest)

dusky jasper
#

condition wont run despite being true?

#

why does

        if not Occupied then

            CheckObstructed.Transparency = 0
            CollectionService:RemoveTag(CheckObstructed,"Filter")

        end

not run despite occupied being equal o false??