Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Could someone proofread this script?

Asked by 8 years ago
function CheckIfInBounds(part)
    part.Touched:connect(function(pert)
        if pert == workspace.Baseplate then
            return true
        else
            print("false")
            return false
        end
    end)
end) -- I get the error here where it said it expected an identifier and got ')', on output, it says "unexpected symbol near ')'"

I feel like an idiot if the answer to this is clear..

Answer this question