Is Workspace supposed to think that its a model or is this a bug?

if workspace:IsA("Model") then
print("yes")
end

---OUTPUT---
19:55:27.498  yes  -  Edit

1 Like

Yes thats normal since workspace inherits from the instance class.

1 Like

And adding on to that, Terrain is a BasePart. Confusing classifications aren’t uncommon.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.