Get model from server storage using a custom ID

Is this not just the same as

if ServerStorage:FindFirstChild(customID) then
	print("found item")
end

or am i missing something? Could you be more specific with what you are trying to do? If you just want to organise items using ID names I think the code above is the most efficient way.