I made a module function and the last parameter is returning nil when its not? Does anyone know how to fix this?
-- local
placement:Place(rp.Units[unitToPlace.Name], cf,Placement:isColliding(unitToPlace),"test")
-- module
function Placement:Place(model, cf, isColliding,test)
if (not isColliding and isServer) then
print(model) -- model's name
print(cf) -- cframe
print(isColliding) --false
print(test) -- nil