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..